From: Florian G. <fl...@bi...> - 2006-12-12 12:10:17
|
Hi, try to change the line in configure.ac: from AC_CHECK_LIB(gd,gdMalloc,,AC_MSG_ERROR(required library libgd unusable. to AC_CHECK_LIB(gd,gdImageCreate,,AC_MSG_ERROR(required library libgd unusab= le. and rerun configure. if this fails too then check your system with rpm -Vv gd-devel rpm -Vv gd rpm -Vv gd-progs for any missing or modified files. Should look like this: rpm -Vv gd-devel ........ /usr/include/entities.h ........ /usr/include/gd.h ........ /usr/include/gd_io.h ........ /usr/include/gdcache.h ........ /usr/include/gdfontg.h ........ /usr/include/gdfontl.h ........ /usr/include/gdfontmb.h ........ /usr/include/gdfonts.h ........ /usr/include/gdfontt.h ........ /usr/include/gdfx.h ........ /usr/lib64/libgd.a ........ /usr/lib64/libgd.la ........ /usr/lib64/libgd.so Hope this helps. Flo Sand Philipp wrote: > Hi there, >=20 > I still got a problem compiling perfparse on rhel4. > Here's the significant part from the configure output: > checking for GLIB - version >=3D 2.0.0... yes (version 2.4.7) > configure: Using glib2 > checking for what data source... Nagios > checking for what database to use... Mysql > checking for your ability to administrate a database... you need more e= xperience... > checking for mysql_config... /usr/bin/mysql_config > checking for gzopen in -lz... yes > 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... no > configure: error: required library libgd unusable. > #Install required and dependent files and rerun configure. > #See config.log or FAQs for details. > [root@sygosrv14 perfparse-0.106.1]# pwd > /root/Nagios-Stuff/perfparse-0.106.1 >=20 > I have installed the following gd libaries > # rpm -qa | grep gd > gdm-2.6.0.5-7.rhel4.12 > gdbm-devel-1.8.0-24 > gdb-6.3.0.0-1.132.EL4 > sysklogd-1.4.1-26_EL > gd-devel-2.0.28-4.4E.1 > gd-progs-2.0.28-4.4E.1 > gdk-pixbuf-0.22.0-17.el4.3 > procfgd-2.2.26de-gcc3.4 > gdbm-1.8.0-24 > gd-2.0.28-4.4E.1 >=20 > I hope you can help me! >=20 > Philipp >=20 > _____________________________ >=20 > Philipp Sand > Sprach & Datenkommunikation >=20 > SYCOR GmbH > Heinrich-von-Stephan-Stra=DFe 1-5 > D - 37073 G=F6ttingen >=20 > Telefon +49 (0) 551 - 490 - 0 > Telefax +49 (0) 551 - 490 - 232468 >=20 > phi...@sy... > www.sycor.de > ------------------------------------------------ > =20 >=20 >=20 > ***********************************************************************= ********************************************************* > sycor plastics - die Branchenloesung fuer die Kunststoffindustrie www.= sycor-plastics.de=20 >=20 > sycor plastics - the solution for the plastic industry www.sycor-pla= stics.com=20 >=20 > ***********************************************************************= ********************************************************* >=20 >=20 >=20 > Diese E-Mail ist vertraulich und kann darueber hinaus persoenliche Info= rmationen beinhalten. Wenn Sie nicht der bestimmungsgemaesse Empfaenger s= ind, loeschen Sie bitte die E-Mail und deren Anhaenge sofort und benachri= chtigen Sie uns darueber. Die Firma sycor willigt in keine Vertraege oder= vertragliche Verpflichtungen ein oder uebermittelt rechtsverbindliche An= gebote, die in Form von E-Mail versandt werden, sofern dies nicht ausdrue= cklich in schriftlicher Form zwischen den Parteien vereinbart wurde. >=20 > This e-mail is confidential and may contain personal and/or privileged = information. If you are not the intended recipient please delete this e-m= ail and all attachments immediately and inform us. The company sycor does= not agree with contracts or contract obligations sent by e-mail, neither= do we transmit legally binding offers by e-mail, unless this is not expr= essly agreed upon between the parties and documented in written form. >=20 >=20 > -----------------------------------------------------------------------= -- > Take Surveys. Earn Cash. Influence the Future of IT > Join SourceForge.net's Techsay panel and you'll get the chance to share= your > opinions on IT & business topics through brief surveys - and earn cash > http://www.techsay.com/default.php?page=3Djoin.php&p=3Dsourceforge&CID=3D= DEVDEV > _______________________________________________ > Perfparse-users mailing list > Per...@li... > https://lists.sourceforge.net/lists/listinfo/perfparse-users >=20 |