From: Florian G. <fl...@bi...> - 2007-01-10 23:39:26
|
So you have a problem compiling perfparse? It looks like all needed libs are installed, but it seems that you use the gd from opensuse 10.2 and gd-devel from Suse 10.0. This can work, but it has not to work. If you use Opensuse 10.2, then deinstall gd-devel and install one of thes= e: 32 Bit: http://download.opensuse.org/distribution/10.2/repo/oss/suse/i586/gd-deve= l-2.0.32-49.i586.rpm 64 Bit: http://download.opensuse.org/distribution/10.2/repo/oss/suse/x86_64/gd-de= vel-2.0.32-49.x86_64.rpm do a "make clean" and a "configure" and then try to "make" it again. If you are a PHP developer: Help would be needed to finish the web interface! Flo =C9merson Brum wrote: > Hello sr. >=20 > I really appretiate your last message explain me everything I should kn= ow > about this excellent project. Even Though you have already explained me= that > PerfParse can't collect informations to store in some database I would = try > like to install anyway ... maybe I can try to develop it in PHP keep th= e > configuration files in MySQL. >=20 >=20 >=20 > I am getting this error: >=20 > /tmp/perfparse-0.106.1/cgi/perfchart.c:472: undefined reference to > `gdImageColor > perfchart_png-perfchart.o:/tmp/perfparse-0.106.1/cgi/perfchart.c:473: m= ore > undeflow > perfchart_png-perfchart.o: In function `main': > /tmp/perfparse-0.106.1/cgi/perfchart.c:277: undefined reference to > `gdImageRecta > /tmp/perfparse-0.106.1/cgi/perfchart.c:278: undefined reference to > `gdImageRecta > /tmp/perfparse-0.106.1/cgi/perfchart.c:281: undefined reference to > `gdImageFille > /tmp/perfparse-0.106.1/cgi/perfchart.c:282: undefined reference to > `gdImageFille > /tmp/perfparse-0.106.1/cgi/perfchart.c:295: undefined reference to > `gdImagePng' > collect2: ld returned 1 exit status > make[2]: *** [perfchart.png] Error 1 > make[2]: Leaving directory `/tmp/perfparse_install/cgi' > make[1]: *** [all-recursive] Error 1 > make[1]: Leaving directory `/tmp/perfparse_install' > make: *** [all] Error 2 >=20 >=20 >=20 > and we have those packages already installed in the same system: >=20 >=20 > testmonitor:/tmp # rpm -qa | grep gd > ifplugd-0.28-41 > klogd-1.4.1-584 > php5-gd-5.2.0-10 > gd-2.0.32-49 > gdbm-devel-1.8.3-261 > gdm-2.16.1-36 > gdbm-1.8.3-261 > gdb-6.5-28 > gd-devel-2.0.32-7.2 >=20 >=20 > thank you so much for your attention >=20 > =C9merson Brum >=20 |