From: schnitzel m. <sch...@gm...> - 2005-03-31 15:03:11
|
Hello. I'm trying to install perfparse on Debian 3.1 We have php4-gd installed, which relies on libgd (i.e. not libgd2) I think this is why I cannot compile, however I would have expected the configure script to pick this up. Here is the output I get from make when I run it a second time: # make make all-recursive make[1]: Entering directory `/root/building/perfparse-0.105.6' Making all in intl make[2]: Entering directory `/root/building/perfparse-0.105.6/intl' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/root/building/perfparse-0.105.6/intl' Making all in m4 make[2]: Entering directory `/root/building/perfparse-0.105.6/m4' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/root/building/perfparse-0.105.6/m4' Making all in libnagios_perfdata_parser make[2]: Entering directory `/root/building/perfparse-0.105.6/libnagios_perfdata_parser' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/root/building/perfparse-0.105.6/libnagios_perfdata_parser' Making all in libpp_common make[2]: Entering directory `/root/building/perfparse-0.105.6/libpp_common' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/root/building/perfparse-0.105.6/libpp_common' Making all in libpp_mysql make[2]: Entering directory `/root/building/perfparse-0.105.6/libpp_mysql' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/root/building/perfparse-0.105.6/libpp_mysql' Making all in modules make[2]: Entering directory `/root/building/perfparse-0.105.6/modules' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/root/building/perfparse-0.105.6/modules' Making all in perfparse make[2]: Entering directory `/root/building/perfparse-0.105.6/perfparse' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/root/building/perfparse-0.105.6/perfparse' Making all in db_tools make[2]: Entering directory `/root/building/perfparse-0.105.6/db_tools' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/root/building/perfparse-0.105.6/db_tools' Making all in cgi make[2]: Entering directory `/root/building/perfparse-0.105.6/cgi' /bin/sh ../libtool --tag=CC --mode=link gcc -g -O2 -Wall -o perfchart.png perfchart_png-perfchart.o perfchart_png-cgi.o -L../libpp_mysql -lpp_mysql -L'/usr/lib' -lmysqlclient -lz -lcrypt -lnsl -lm -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/building/perfparse-0.105.6/libpp_mysql /root/building/perfparse-0.105.6/libpp_mysql/.libs/libpp_mysql.so -L/usr/lib /usr/lib/libmysqlclient.so -lcrypt -lnsl -L/root/building/perfparse-0.105.6/libpp_common /root/building/perfparse-0.105.6/libpp_common/.libs/libpp_common.so -lz /usr/lib/libglib-2.0.so -ldl -lm -Wl,--rpath -Wl,/usr/local/perfparse-0.105.6/lib perfchart_png-perfchart.o(.text+0x1b2): In function `main': /root/building/perfparse-0.105.6/cgi/perfchart.c:277: undefined reference to `gdImageRectangle' perfchart_png-perfchart.o(.text+0x1f2):/root/building/perfparse-0.105.6/cgi/perfchart.c:278: undefined reference to `gdImageRectangle' perfchart_png-perfchart.o(.text+0x22f):/root/building/perfparse-0.105.6/cgi/perfchart.c:281: undefined reference to `gdImageFilledRectangle' perfchart_png-perfchart.o(.text+0x26e):/root/building/perfparse-0.105.6/cgi/perfchart.c:282: undefined reference to `gdImageFilledRectangle' perfchart_png-perfchart.o(.text+0x29c):/root/building/perfparse-0.105.6/cgi/perfchart.c:295: undefined reference to `gdImagePng' perfchart_png-perfchart.o(.text+0x6f8): In function `initChartGraphics': /root/building/perfparse-0.105.6/cgi/perfchart.c:464: undefined reference to `gdImageCreate' perfchart_png-perfchart.o(.text+0x728):/root/building/perfparse-0.105.6/cgi/perfchart.c:468: undefined reference to `gdImageColorAllocate' perfchart_png-perfchart.o(.text+0x74c):/root/building/perfparse-0.105.6/cgi/perfchart.c:469: undefined reference to `gdImageColorAllocate' perfchart_png-perfchart.o(.text+0x773):/root/building/perfparse-0.105.6/cgi/perfchart.c:470: undefined reference to `gdImageColorAllocate' perfchart_png-perfchart.o(.text+0x7a0):/root/building/perfparse-0.105.6/cgi/perfchart.c:471: undefined reference to `gdImageColorAllocate' perfchart_png-perfchart.o(.text+0x7c7):/root/building/perfparse-0.105.6/cgi/perfchart.c:472: undefined reference to `gdImageColorAllocate' perfchart_png-perfchart.o(.text+0x7f1):/root/building/perfparse-0.105.6/cgi/perfchart.c:473: more undefined references to `gdImageColorAllocate' follow perfchart_png-perfchart.o(.text+0xba0): In function `drawHeadings': /root/building/perfparse-0.105.6/cgi/perfchart.c:600: undefined reference to `gdImageRectangle' perfchart_png-perfchart.o(.text+0xbea):/root/building/perfparse-0.105.6/cgi/perfchart.c:605: undefined reference to `gdFontSmall' perfchart_png-perfchart.o(.text+0xbfb):/root/building/perfparse-0.105.6/cgi/perfchart.c:605: undefined reference to `gdImageString' perfchart_png-perfchart.o(.text+0xc73):/root/building/perfparse-0.105.6/cgi/perfchart.c:621: undefined reference to `gdFontSmall' perfchart_png-perfchart.o(.text+0xc84):/root/building/perfparse-0.105.6/cgi/perfchart.c:621: undefined reference to `gdImageString' perfchart_png-perfchart.o(.text+0xcfa):/root/building/perfparse-0.105.6/cgi/perfchart.c:632: undefined reference to `gdFontMediumBold' perfchart_png-perfchart.o(.text+0xd0b):/root/building/perfparse-0.105.6/cgi/perfchart.c:632: undefined reference to `gdImageString' perfchart_png-perfchart.o(.text+0xe27):/root/building/perfparse-0.105.6/cgi/perfchart.c:595: undefined reference to `gdFontSmall' perfchart_png-perfchart.o(.text+0xe38):/root/building/perfparse-0.105.6/cgi/perfchart.c:595: undefined reference to `gdImageString' perfchart_png-perfchart.o(.text+0xe64):/root/building/perfparse-0.105.6/cgi/perfchart.c:596: undefined reference to `gdImageLine' perfchart_png-perfchart.o(.text+0xe90):/root/building/perfparse-0.105.6/cgi/perfchart.c:597: undefined reference to `gdImageLine' perfchart_png-perfchart.o(.text+0xeca):/root/building/perfparse-0.105.6/cgi/perfchart.c:589: undefined reference to `gdFontSmall' perfchart_png-perfchart.o(.text+0xedb):/root/building/perfparse-0.105.6/cgi/perfchart.c:589: undefined reference to `gdImageString' perfchart_png-perfchart.o(.text+0xf07):/root/building/perfparse-0.105.6/cgi/perfchart.c:590: undefined reference to `gdImageLine' perfchart_png-perfchart.o(.text+0xf33):/root/building/perfparse-0.105.6/cgi/perfchart.c:591: undefined reference to `gdImageLine' perfchart_png-perfchart.o(.text+0xf6a):/root/building/perfparse-0.105.6/cgi/perfchart.c:583: undefined reference to `gdFontSmall' perfchart_png-perfchart.o(.text+0xf7b):/root/building/perfparse-0.105.6/cgi/perfchart.c:583: undefined reference to `gdImageString' perfchart_png-perfchart.o(.text+0xfa7):/root/building/perfparse-0.105.6/cgi/perfchart.c:584: undefined reference to `gdImageLine' perfchart_png-perfchart.o(.text+0xfd3):/root/building/perfparse-0.105.6/cgi/perfchart.c:585: undefined reference to `gdImageLine' perfchart_png-perfchart.o(.text+0x100a):/root/building/perfparse-0.105.6/cgi/perfchart.c:577: undefined reference to `gdFontSmall' perfchart_png-perfchart.o(.text+0x101b):/root/building/perfparse-0.105.6/cgi/perfchart.c:577: undefined reference to `gdImageString' perfchart_png-perfchart.o(.text+0x1047):/root/building/perfparse-0.105.6/cgi/perfchart.c:578: undefined reference to `gdImageLine' perfchart_png-perfchart.o(.text+0x1073):/root/building/perfparse-0.105.6/cgi/perfchart.c:579: undefined reference to `gdImageLine' perfchart_png-perfchart.o(.text+0x10a1):/root/building/perfparse-0.105.6/cgi/perfchart.c:571: undefined reference to `gdFontSmall' perfchart_png-perfchart.o(.text+0x10b2):/root/building/perfparse-0.105.6/cgi/perfchart.c:571: undefined reference to `gdImageString' perfchart_png-perfchart.o(.text+0x10ea):/root/building/perfparse-0.105.6/cgi/perfchart.c:572: undefined reference to `gdImageLine' perfchart_png-perfchart.o(.text+0x1116):/root/building/perfparse-0.105.6/cgi/perfchart.c:573: undefined reference to `gdImageLine' perfchart_png-perfchart.o(.text+0x1281): In function `drawAverage': /root/building/perfparse-0.105.6/cgi/perfchart.c:743: undefined reference to `gdImageLine' perfchart_png-perfchart.o(.text+0x1396):/root/building/perfparse-0.105.6/cgi/perfchart.c:691: undefined reference to `gdImageLine' perfchart_png-perfchart.o(.text+0x1400):/root/building/perfparse-0.105.6/cgi/perfchart.c:696: undefined reference to `gdImageLine' perfchart_png-perfchart.o(.text+0x147a):/root/building/perfparse-0.105.6/cgi/perfchart.c:715: more undefined references to `gdImageLine' follow perfchart_png-perfchart.o(.text+0x1e8b): In function `drawYScalePercent': /root/building/perfparse-0.105.6/cgi/perfchart.c:1002: undefined reference to `gdFontSmall' perfchart_png-perfchart.o(.text+0x1ea6):/root/building/perfparse-0.105.6/cgi/perfchart.c:1002: undefined reference to `gdImageString' perfchart_png-perfchart.o(.text+0x1fa9): In function `drawYScale': /root/building/perfparse-0.105.6/cgi/perfchart.c:1065: undefined reference to `gdFontSmall' perfchart_png-perfchart.o(.text+0x1fba):/root/building/perfparse-0.105.6/cgi/perfchart.c:1065: undefined reference to `gdImageString' perfchart_png-perfchart.o(.text+0x23c1): In function `drawXScale': /root/building/perfparse-0.105.6/cgi/perfchart.c:1236: undefined reference to `gdFontSmall' perfchart_png-perfchart.o(.text+0x23d2):/root/building/perfparse-0.105.6/cgi/perfchart.c:1236: undefined reference to `gdImageString' perfchart_png-perfchart.o(.text+0x2480):/root/building/perfparse-0.105.6/cgi/perfchart.c:1182: undefined reference to `gdFontSmall' perfchart_png-perfchart.o(.text+0x2491):/root/building/perfparse-0.105.6/cgi/perfchart.c:1182: undefined reference to `gdImageString' perfchart_png-perfchart.o(.text+0x2539):/root/building/perfparse-0.105.6/cgi/perfchart.c:1123: undefined reference to `gdFontSmall' perfchart_png-perfchart.o(.text+0x254a):/root/building/perfparse-0.105.6/cgi/perfchart.c:1123: undefined reference to `gdImageString' perfchart_png-perfchart.o(.text+0x25a7):/root/building/perfparse-0.105.6/cgi/perfchart.c:1129: undefined reference to `gdFontSmall' perfchart_png-perfchart.o(.text+0x25b8):/root/building/perfparse-0.105.6/cgi/perfchart.c:1129: undefined reference to `gdImageString' perfchart_png-perfchart.o(.text+0x2681):/root/building/perfparse-0.105.6/cgi/perfchart.c:1087: undefined reference to `gdFontSmall' perfchart_png-perfchart.o(.text+0x2692):/root/building/perfparse-0.105.6/cgi/perfchart.c:1087: undefined reference to `gdImageString' perfchart_png-perfchart.o(.text+0x3286): In function `print_failure_html': /root/building/perfparse-0.105.6/cgi/perfchart.c:1606: undefined reference to `gdImageFilledRectangle' perfchart_png-perfchart.o(.text+0x32c5):/root/building/perfparse-0.105.6/cgi/perfchart.c:1608: undefined reference to `gdFontSmall' perfchart_png-perfchart.o(.text+0x32da):/root/building/perfparse-0.105.6/cgi/perfchart.c:1608: undefined reference to `gdImageString' perfchart_png-perfchart.o(.text+0x3301):/root/building/perfparse-0.105.6/cgi/perfchart.c:1609: undefined reference to `gdFontSmall' perfchart_png-perfchart.o(.text+0x3312):/root/building/perfparse-0.105.6/cgi/perfchart.c:1609: undefined reference to `gdImageString' perfchart_png-perfchart.o(.text+0x3328):/root/building/perfparse-0.105.6/cgi/perfchart.c:1612: undefined reference to `gdImagePng' perfchart_png-perfchart.o(.text+0x3672): In function `print_sql_failure_image': /root/building/perfparse-0.105.6/cgi/perfchart.c:1738: undefined reference to `gdImageFilledRectangle' perfchart_png-perfchart.o(.text+0x36b1):/root/building/perfparse-0.105.6/cgi/perfchart.c:1740: undefined reference to `gdFontSmall' perfchart_png-perfchart.o(.text+0x36c6):/root/building/perfparse-0.105.6/cgi/perfchart.c:1740: undefined reference to `gdImageString' perfchart_png-perfchart.o(.text+0x36ea):/root/building/perfparse-0.105.6/cgi/perfchart.c:1741: undefined reference to `gdFontSmall' perfchart_png-perfchart.o(.text+0x36fb):/root/building/perfparse-0.105.6/cgi/perfchart.c:1741: undefined reference to `gdImageString' perfchart_png-perfchart.o(.text+0x373a):/root/building/perfparse-0.105.6/cgi/perfchart.c:1743: undefined reference to `gdFontSmall' perfchart_png-perfchart.o(.text+0x374f):/root/building/perfparse-0.105.6/cgi/perfchart.c:1743: undefined reference to `gdImageString' perfchart_png-perfchart.o(.text+0x3773):/root/building/perfparse-0.105.6/cgi/perfchart.c:1744: undefined reference to `gdFontSmall' perfchart_png-perfchart.o(.text+0x3784):/root/building/perfparse-0.105.6/cgi/perfchart.c:1744: undefined reference to `gdImageString' perfchart_png-perfchart.o(.text+0x37aa):/root/building/perfparse-0.105.6/cgi/perfchart.c:1751: undefined reference to `gdImagePng' collect2: ld returned 1 exit status make[2]: *** [perfchart.png] Error 1 make[2]: Leaving directory `/root/building/perfparse-0.105.6/cgi' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/root/building/perfparse-0.105.6' make: *** [all] Error 2 Thanks a lot. |