From: Florian G. <fl...@bi...> - 2006-11-01 15:43:58
|
Sand Philipp wrote: > Hi Flo, > > gd packages are installed: > > rpm -qa | grep gd > gd-devel-2.0.28-4.4E.1 > gd-2.0.28-4.4E.1 > > any other suggestions? > > Philipp .... > `/root/Nagios-Stuff/perfparse-0.106.1/cgi' >>> /bin/sh ../libtool --mode=link --tag=CC gcc -g -O2 -Wall -o >> perfchart.png perfchart_png-perfchart.o perfchart_png-cgi.o - >> L../libpp_mysql -lpp_mysql -L/usr/lib/mysql -lmysqlclient -lz -lcrypt > - >> lnsl -lm -L/usr/lib -lssl -lcrypto -L../libpp_common -lpp_common > -lglib- >> 2.0 -ldl -lm >>> gcc -g -O2 -Wall -o .libs/perfchart.png perfchart_png-perfchart.o >> perfchart_png-cgi.o > -L/root/Nagios-Stuff/perfparse-0.106.1/libpp_mysql >> /root/Nagios-Stuff/perfparse-0.106.1/libpp_mysql/.libs/libpp_mysql.so > - >> L/usr/lib/mysql -lmysqlclient -lcrypt -lnsl -L/usr/lib -lssl -lcrypto > - >> L/root/Nagios-Stuff/perfparse-0.106.1/libpp_common /root/Nagios- >> Stuff/perfparse-0.106.1/libpp_common/.libs/libpp_common.so -lz > -lglib-2.0 >> -ldl -lm -Wl,--rpath -Wl,/usr/local/nagios/lib I don't see a -lgd here. What was your configure command? Check your config.log or configure output for gd messages. It should look like this: checking gd.h usability... yes checking gd.h presence... yes checking for gd.h... yes checking for gdlib-config... /usr/bin/gdlib-config checking for gdMalloc in -lgd... yes Flo |