You can subscribe to this list here.
2004 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(12) |
Jun
(56) |
Jul
(68) |
Aug
(141) |
Sep
(82) |
Oct
(76) |
Nov
(115) |
Dec
(74) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2005 |
Jan
(65) |
Feb
(113) |
Mar
(82) |
Apr
(37) |
May
(44) |
Jun
(22) |
Jul
(12) |
Aug
(3) |
Sep
(17) |
Oct
(11) |
Nov
(23) |
Dec
(1) |
2006 |
Jan
(1) |
Feb
(9) |
Mar
(6) |
Apr
(12) |
May
(10) |
Jun
(23) |
Jul
(1) |
Aug
(4) |
Sep
(3) |
Oct
(4) |
Nov
(6) |
Dec
(15) |
2007 |
Jan
(17) |
Feb
(14) |
Mar
(20) |
Apr
(7) |
May
|
Jun
|
Jul
(1) |
Aug
|
Sep
(5) |
Oct
(1) |
Nov
|
Dec
(2) |
2008 |
Jan
|
Feb
|
Mar
(2) |
Apr
(2) |
May
(6) |
Jun
(5) |
Jul
(13) |
Aug
(2) |
Sep
(16) |
Oct
|
Nov
|
Dec
|
2010 |
Jan
|
Feb
|
Mar
|
Apr
(1) |
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: Florian G. <fl...@bi...> - 2006-12-20 15:35:56
|
Hi, the perfparse.org domain got lost, a domain grabber tries to sell it now. The perfparse.net domain will become free in some days and i bet he will be faster to register that domain. Never mind. I registered the perfparse.de domain. It points to the perfparse wiki. The old homepage is still accessible via the sourceforge project page. Once the documentation is updated and wikified i will switch the project page to the wiki page. The next perfparse will have a huge database redesign, it will need therefore much less space and will get hopefully faster too. A complete php web interface with html templates (easy to customize) and more features and less bugs will be there too. As always: Help is welcome, daily cvs snapshots can be downloaded now at http://perfparse.de/cvs_snapshots/ All @perfparse.org mail addresses got lost too, but if a perfparse developer needs a @perfparse.de address he can have it. Flo |
From: Sand P. <Phi...@sy...> - 2006-12-13 10:37:43
|
THANKS A LOT!!! It's working now! Wow, I wasted hours for solving this, next time i'll tr= y to ask the list a little bit earlier :) BTW, with the xorg-x11-devel installed, it's working with the "out of the= box" installation packed. No changes to do in the configure script. Thanks again! Philipp > -----Urspr=FCngliche Nachricht----- > Von: Florian Gleixner [mailto:fl...@bi...] > Gesendet: Mittwoch, 13. Dezember 2006 09:41 > An: Sand Philipp > Cc: per...@li... > Betreff: Re: AW: [Perfparse-users] compilation problem perfparse on rhe= l4 >=20 > Here is the problem: >=20 > Sand Philipp wrote: > ... > > /usr/bin/ld: cannot find -lXpm > ... >=20 > You either have the Path to libXpm.so not in your linker path, or the > package providing the lib is not installed. >=20 > Usually we see the second case. Check if you find the file > /usr/X11R6/lib/libXpm.so > or on a 64 Bit System > /usr/X11R6/lib64/libXpm.so >=20 > If it is not there, install the package providing the file. On my very > old Mandrake the package's name is libxpm4-devel, on my newer Suse it i= s > xorg-x11-devel. >=20 > Rerun configure and if you encounter the same error, check if the linke= r > fails to find another library. >=20 > > > > I hate linux for doing this to us ;) > > >=20 > Dependencies in package databases like rpm are not always perfect. In > this case the gd-devel package should depend on the x11 development > package. >=20 > Flo >=20 *************************************************************************= ******************************************************* sycor plastics - die Branchenloesung fuer die Kunststoffindustrie www.sy= cor-plastics.de=20 sycor plastics - the solution for the plastic industry www.sycor-plast= ics.com=20 *************************************************************************= ******************************************************* Diese E-Mail ist vertraulich und kann darueber hinaus persoenliche Inform= ationen beinhalten. Wenn Sie nicht der bestimmungsgemaesse Empfaenger sin= d, loeschen Sie bitte die E-Mail und deren Anhaenge sofort und benachrich= tigen Sie uns darueber. Die Firma sycor willigt in keine Vertraege oder v= ertragliche Verpflichtungen ein oder uebermittelt rechtsverbindliche Ange= bote, die in Form von E-Mail versandt werden, sofern dies nicht ausdrueck= lich in schriftlicher Form zwischen den Parteien vereinbart wurde. This e-mail is confidential and may contain personal and/or privileged in= formation. If you are not the intended recipient please delete this e-mai= l and all attachments immediately and inform us. The company sycor does n= ot agree with contracts or contract obligations sent by e-mail, neither d= o we transmit legally binding offers by e-mail, unless this is not expres= sly agreed upon between the parties and documented in written form. |
From: Florian G. <fl...@bi...> - 2006-12-13 08:40:43
|
Here is the problem: Sand Philipp wrote: ... > /usr/bin/ld: cannot find -lXpm ... You either have the Path to libXpm.so not in your linker path, or the package providing the lib is not installed. Usually we see the second case. Check if you find the file /usr/X11R6/lib/libXpm.so or on a 64 Bit System /usr/X11R6/lib64/libXpm.so If it is not there, install the package providing the file. On my very old Mandrake the package's name is libxpm4-devel, on my newer Suse it is xorg-x11-devel. Rerun configure and if you encounter the same error, check if the linker fails to find another library. > > I hate linux for doing this to us ;) > Dependencies in package databases like rpm are not always perfect. In this case the gd-devel package should depend on the x11 development package. Flo |
From: Sand P. <Phi...@sy...> - 2006-12-13 06:23:56
|
Ok, here's what I did: 1. Take a fresh untared perfparse directory 2. Modify the line in the configure script 3. run the following: # autoreconf autoreconf: configure.ac: AM_GNU_GETTEXT is used, but not AM_GNU_GETTEXT_= VERSION perfparse/Makefile.am:13: variable `PERFPARSE_LDFLAGS' is defined but no = program or perfparse/Makefile.am:13: library has `PERFPARSE' as canonic name (possib= le typo) # autoconf # autoheader # aclocal aclocal:configure.ac:43: warning: macro `AM_GNU_GETTEXT' not found in lib= rary # automake perfparse/Makefile.am:13: variable `PERFPARSE_LDFLAGS' is defined but no = program or perfparse/Makefile.am:13: library has `PERFPARSE' as canonic name (possib= le typo) =2E/configure: checking for gdlib-config... /usr/bin/gdlib-config checking for gdImageCreate in -lgd... no configure: error: required library libgd unusable. Install required and dependent files and rerun configure. See config.log or FAQs for details. Here's something from the config.log: ---schnipp----line 1801ff configure:26948: gcc -o conftest -g -O2 -I/usr/include -L/usr/lib -L/us= r/X11R6/lib -lXpm -lX11 -ljpeg -lfreetype -lpng12 -lz -lm -lgd conftest.c= -lgd >&5 /usr/bin/ld: cannot find -lXpm collect2: ld returned 1 exit status configure:26954: $? =3D 1 configure: failed program was: ---schnipp----line 1905ff | char gdImageCreate (); | int | main () | { | gdImageCreate (); | ; | return 0; | } configure:26980: result: no configure:26992: error: required library libgd unusable. Install required and dependent files and rerun configure. See config.log or FAQs for details. ---schnipp----line 2013 ac_cv_lib_gd_gdImageCreate=3Dno ---schnipp---- I hate linux for doing this to us ;) Regards, Philipp > -----Urspr=FCngliche Nachricht----- > Von: Florian Gleixner [mailto:fl...@bi...] > Gesendet: Dienstag, 12. Dezember 2006 17:55 > An: Sand Philipp > Cc: per...@li... > Betreff: Re: [Perfparse-users] compilation problem perfparse on rhel4 >=20 > Hi, >=20 > somehow the configure script did not run automake/autoconf. It still > says "checking for gdMalloc in -lgd" which should say "checking for > gdImageCreate in -lgd". > Try to run autoreconf or autoconf, autoheader, aclocal and automake and= > then configure again. If it still fails, then search the compiletest in= > the config.log file. Search for the lines "checking for gdMalloc in > -lgd" (or gdImageCreate) and see what it tries to compile and what erro= r > messages you get. >=20 > Flo >=20 > Sand Philipp wrote: > > Hi Florian, > > > > this still won't work... I changed the line in configure.ac, but when= I > run configure, it still fails with: > > checking for your ability to administrate a database... you need more= > experience... > > 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. > > > > Do I have to change something in the configure script itself? > > > > Here's the output from the rpm -Vv queries: > > [root@sygosrv14 perfparse-0.106.1]# 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/lib/libgd.a > > ......... /usr/lib/libgd.so > > [root@sygosrv14 perfparse-0.106.1]# rpm -Vv gd-progs > > ......... /usr/bin/annotate > > ......... /usr/bin/bdftogd > > ......... /usr/bin/gd2copypal > > ......... /usr/bin/gd2topng > > ......... /usr/bin/gdlib-config > > ......... /usr/bin/gdparttopng > > ......... /usr/bin/gdtopng > > ......... /usr/bin/pngtogd > > ......... /usr/bin/pngtogd2 > > ......... /usr/bin/webpng > > [root@sygosrv14 perfparse-0.106.1]# rpm -Vv gd > > ......... /usr/lib/libgd.so.2 > > ......... /usr/lib/libgd.so.2.0.0 > > ......... /usr/share/doc/gd-2.0.28 > > ......... d /usr/share/doc/gd-2.0.28/index.html > > > > _____________________________ > > > > Philipp Sand > > Sprach & Datenkommunikation > > > > SYCOR GmbH > > Heinrich-von-Stephan-Stra=DFe 1-5 > > D - 37073 G=F6ttingen > > > > Telefon +49 (0) 551 - 490 - 0 > > Telefax +49 (0) 551 - 490 - 232468 > > > > phi...@sy... > > www.sycor.de > > ------------------------------------------------ > > > > > >> -----Urspr=FCngliche Nachricht----- > >> Von: Florian Gleixner [mailto:fl...@bi...] > >> Gesendet: Dienstag, 12. Dezember 2006 13:10 > >> An: Sand Philipp > >> Cc: per...@li... > >> Betreff: Re: [Perfparse-users] compilation problem perfparse on rhel= 4 > >> > >> Hi, > >> > >> try to change the line in configure.ac: > >> from > >> AC_CHECK_LIB(gd,gdMalloc,,AC_MSG_ERROR(required library libgd unusab= le. > >> to > >> AC_CHECK_LIB(gd,gdImageCreate,,AC_MSG_ERROR(required library libgd > >> unusable. > >> > >> 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, > >>> > >>> 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 mo= re > >> experience... > >>> 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 > >>> > >>> 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 > >>> > >>> I hope you can help me! > >>> > >>> Philipp > >>> > >>> _____________________________ > >>> > >>> Philipp Sand > >>> Sprach & Datenkommunikation > >>> > >>> SYCOR GmbH > >>> Heinrich-von-Stephan-Stra=DFe 1-5 > >>> D - 37073 G=F6ttingen > >>> > >>> Telefon +49 (0) 551 - 490 - 0 > >>> Telefax +49 (0) 551 - 490 - 232468 > >>> > >>> phi...@sy... > >>> www.sycor.de > >>> ------------------------------------------------ > >>> > >>> > >>> > >>> > >> > ***********************************************************************= *** > >> ****************************************************** > >>> sycor plastics - die Branchenloesung fuer die Kunststoffindustrie > >> www.sycor-plastics.de > >>> sycor plastics - the solution for the plastic industry > >> www.sycor-plastics.com > >>> > >> > ***********************************************************************= *** > >> ****************************************************** > >>> > >>> > >>> Diese E-Mail ist vertraulich und kann darueber hinaus persoenliche > >> Informationen beinhalten. Wenn Sie nicht der bestimmungsgemaesse > >> Empfaenger sind, loeschen Sie bitte die E-Mail und deren Anhaenge > sofort > >> und benachrichtigen Sie uns darueber. Die Firma sycor willigt in kei= ne > >> Vertraege oder vertragliche Verpflichtungen ein oder uebermittelt > >> rechtsverbindliche Angebote, die in Form von E-Mail versandt werden,= > >> sofern dies nicht ausdruecklich in schriftlicher Form zwischen den > >> Parteien vereinbart wurde. > >>> This e-mail is confidential and may contain personal and/or privile= ged > >> information. If you are not the intended recipient please delete thi= s > e- > >> mail and all attachments immediately and inform us. The company syco= r > 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 > >> expressly agreed upon between the parties and documented in written > form. > >>> > >>> -------------------------------------------------------------------= --- > -- > >> - > >>> 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 c= ash > >>> > >> > 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 > >>> > > > > > > > ***********************************************************************= *** > ****************************************************** > > sycor plastics - die Branchenloesung fuer die Kunststoffindustrie > www.sycor-plastics.de > > > > sycor plastics - the solution for the plastic industry > www.sycor-plastics.com > > > > > ***********************************************************************= *** > ****************************************************** > > > > > > > > Diese E-Mail ist vertraulich und kann darueber hinaus persoenliche > Informationen beinhalten. Wenn Sie nicht der bestimmungsgemaesse > Empfaenger sind, loeschen Sie bitte die E-Mail und deren Anhaenge sofor= t > und benachrichtigen Sie uns darueber. Die Firma sycor willigt in keine > Vertraege oder vertragliche Verpflichtungen ein oder uebermittelt > rechtsverbindliche Angebote, die in Form von E-Mail versandt werden, > sofern dies nicht ausdruecklich in schriftlicher Form zwischen den > Parteien vereinbart wurde. > > > > This e-mail is confidential and may contain personal and/or privilege= d > information. If you are not the intended recipient please delete this e= - > mail and all attachments immediately and inform us. The company sycor d= oes > not agree with contracts or contract obligations sent by e-mail, neithe= r > do we transmit legally binding offers by e-mail, unless this is not > expressly agreed upon between the parties and documented in written for= m. > > > > > > ---------------------------------------------------------------------= --- > - > > Take Surveys. Earn Cash. Influence the Future of IT > > Join SourceForge.net's Techsay panel and you'll get the chance to sha= re > your > > opinions on IT & business topics through brief surveys - and earn cas= h > > > 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 > > *************************************************************************= ******************************************************* sycor plastics - die Branchenloesung fuer die Kunststoffindustrie www.sy= cor-plastics.de=20 sycor plastics - the solution for the plastic industry www.sycor-plast= ics.com=20 *************************************************************************= ******************************************************* Diese E-Mail ist vertraulich und kann darueber hinaus persoenliche Inform= ationen beinhalten. Wenn Sie nicht der bestimmungsgemaesse Empfaenger sin= d, loeschen Sie bitte die E-Mail und deren Anhaenge sofort und benachrich= tigen Sie uns darueber. Die Firma sycor willigt in keine Vertraege oder v= ertragliche Verpflichtungen ein oder uebermittelt rechtsverbindliche Ange= bote, die in Form von E-Mail versandt werden, sofern dies nicht ausdrueck= lich in schriftlicher Form zwischen den Parteien vereinbart wurde. This e-mail is confidential and may contain personal and/or privileged in= formation. If you are not the intended recipient please delete this e-mai= l and all attachments immediately and inform us. The company sycor does n= ot agree with contracts or contract obligations sent by e-mail, neither d= o we transmit legally binding offers by e-mail, unless this is not expres= sly agreed upon between the parties and documented in written form. |
From: Florian G. <fl...@bi...> - 2006-12-12 16:55:49
|
Hi, somehow the configure script did not run automake/autoconf. It still says "checking for gdMalloc in -lgd" which should say "checking for gdImageCreate in -lgd". Try to run autoreconf or autoconf, autoheader, aclocal and automake and then configure again. If it still fails, then search the compiletest in the config.log file. Search for the lines "checking for gdMalloc in -lgd" (or gdImageCreate) and see what it tries to compile and what error messages you get. Flo Sand Philipp wrote: > Hi Florian, >=20 > this still won't work... I changed the line in configure.ac, but when I= run configure, it still fails with: > 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. >=20 > Do I have to change something in the configure script itself? >=20 > Here's the output from the rpm -Vv queries: > [root@sygosrv14 perfparse-0.106.1]# 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/lib/libgd.a > ......... /usr/lib/libgd.so > [root@sygosrv14 perfparse-0.106.1]# rpm -Vv gd-progs > ......... /usr/bin/annotate > ......... /usr/bin/bdftogd > ......... /usr/bin/gd2copypal > ......... /usr/bin/gd2topng > ......... /usr/bin/gdlib-config > ......... /usr/bin/gdparttopng > ......... /usr/bin/gdtopng > ......... /usr/bin/pngtogd > ......... /usr/bin/pngtogd2 > ......... /usr/bin/webpng > [root@sygosrv14 perfparse-0.106.1]# rpm -Vv gd > ......... /usr/lib/libgd.so.2 > ......... /usr/lib/libgd.so.2.0.0 > ......... /usr/share/doc/gd-2.0.28 > ......... d /usr/share/doc/gd-2.0.28/index.html >=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 >> -----Urspr=FCngliche Nachricht----- >> Von: Florian Gleixner [mailto:fl...@bi...] >> Gesendet: Dienstag, 12. Dezember 2006 13:10 >> An: Sand Philipp >> Cc: per...@li... >> Betreff: Re: [Perfparse-users] compilation problem perfparse on rhel4 >> >> 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 >> unusable. >> >> 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, >>> >>> 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 >> experience... >>> 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 >>> >>> 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 >>> >>> I hope you can help me! >>> >>> Philipp >>> >>> _____________________________ >>> >>> Philipp Sand >>> Sprach & Datenkommunikation >>> >>> SYCOR GmbH >>> Heinrich-von-Stephan-Stra=DFe 1-5 >>> D - 37073 G=F6ttingen >>> >>> Telefon +49 (0) 551 - 490 - 0 >>> Telefax +49 (0) 551 - 490 - 232468 >>> >>> phi...@sy... >>> www.sycor.de >>> ------------------------------------------------ >>> >>> >>> >>> >> **********************************************************************= **** >> ****************************************************** >>> sycor plastics - die Branchenloesung fuer die Kunststoffindustrie >> www.sycor-plastics.de >>> sycor plastics - the solution for the plastic industry >> www.sycor-plastics.com >>> >> **********************************************************************= **** >> ****************************************************** >>> >>> >>> Diese E-Mail ist vertraulich und kann darueber hinaus persoenliche >> Informationen beinhalten. Wenn Sie nicht der bestimmungsgemaesse >> Empfaenger sind, loeschen Sie bitte die E-Mail und deren Anhaenge sofo= rt >> und benachrichtigen Sie uns darueber. Die Firma sycor willigt in keine >> Vertraege oder vertragliche Verpflichtungen ein oder uebermittelt >> rechtsverbindliche Angebote, die in Form von E-Mail versandt werden, >> sofern dies nicht ausdruecklich in schriftlicher Form zwischen den >> Parteien vereinbart wurde. >>> This e-mail is confidential and may contain personal and/or privilege= d >> information. If you are not the intended recipient please delete this = e- >> mail and all attachments immediately and inform us. The company sycor = does >> not agree with contracts or contract obligations sent by e-mail, neith= er >> do we transmit legally binding offers by e-mail, unless this is not >> expressly agreed upon between the parties and documented in written fo= rm. >>> >>> ---------------------------------------------------------------------= --- >> - >>> Take Surveys. Earn Cash. Influence the Future of IT >>> Join SourceForge.net's Techsay panel and you'll get the chance to sha= re >> your >>> opinions on IT & business topics through brief surveys - and earn cas= h >>> >> http://www.techsay.com/default.php?page=3Djoin.php&p=3Dsourceforge&CID= =3DDEVDEV >>> _______________________________________________ >>> Perfparse-users mailing list >>> Per...@li... >>> https://lists.sourceforge.net/lists/listinfo/perfparse-users >>> >=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 |
From: Sand P. <Phi...@sy...> - 2006-12-12 12:50:48
|
Hi Florian, this still won't work... I changed the line in configure.ac, but when I r= un configure, it still fails with: checking for your ability to administrate a database... you need more exp= erience... 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. Do I have to change something in the configure script itself? Here's the output from the rpm -Vv queries: [root@sygosrv14 perfparse-0.106.1]# rpm -Vv gd-devel =2E........ /usr/include/entities.h =2E........ /usr/include/gd.h =2E........ /usr/include/gd_io.h =2E........ /usr/include/gdcache.h =2E........ /usr/include/gdfontg.h =2E........ /usr/include/gdfontl.h =2E........ /usr/include/gdfontmb.h =2E........ /usr/include/gdfonts.h =2E........ /usr/include/gdfontt.h =2E........ /usr/include/gdfx.h =2E........ /usr/lib/libgd.a =2E........ /usr/lib/libgd.so [root@sygosrv14 perfparse-0.106.1]# rpm -Vv gd-progs =2E........ /usr/bin/annotate =2E........ /usr/bin/bdftogd =2E........ /usr/bin/gd2copypal =2E........ /usr/bin/gd2topng =2E........ /usr/bin/gdlib-config =2E........ /usr/bin/gdparttopng =2E........ /usr/bin/gdtopng =2E........ /usr/bin/pngtogd =2E........ /usr/bin/pngtogd2 =2E........ /usr/bin/webpng [root@sygosrv14 perfparse-0.106.1]# rpm -Vv gd =2E........ /usr/lib/libgd.so.2 =2E........ /usr/lib/libgd.so.2.0.0 =2E........ /usr/share/doc/gd-2.0.28 =2E........ d /usr/share/doc/gd-2.0.28/index.html _____________________________ =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 > -----Urspr=FCngliche Nachricht----- > Von: Florian Gleixner [mailto:fl...@bi...] > Gesendet: Dienstag, 12. Dezember 2006 13:10 > An: Sand Philipp > Cc: per...@li... > Betreff: Re: [Perfparse-users] compilation problem perfparse on rhel4 >=20 > Hi, >=20 > 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 > unusable. >=20 > and rerun configure. >=20 > 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: >=20 > 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 >=20 > Hope this helps. >=20 > Flo >=20 > Sand Philipp wrote: > > Hi there, > > > > 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= > experience... > > 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 > > > > 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 > > > > I hope you can help me! > > > > Philipp > > > > _____________________________ > > > > Philipp Sand > > Sprach & Datenkommunikation > > > > SYCOR GmbH > > Heinrich-von-Stephan-Stra=DFe 1-5 > > D - 37073 G=F6ttingen > > > > Telefon +49 (0) 551 - 490 - 0 > > Telefax +49 (0) 551 - 490 - 232468 > > > > phi...@sy... > > www.sycor.de > > ------------------------------------------------ > > > > > > > > > ***********************************************************************= *** > ****************************************************** > > sycor plastics - die Branchenloesung fuer die Kunststoffindustrie > www.sycor-plastics.de > > > > sycor plastics - the solution for the plastic industry > www.sycor-plastics.com > > > > > ***********************************************************************= *** > ****************************************************** > > > > > > > > Diese E-Mail ist vertraulich und kann darueber hinaus persoenliche > Informationen beinhalten. Wenn Sie nicht der bestimmungsgemaesse > Empfaenger sind, loeschen Sie bitte die E-Mail und deren Anhaenge sofor= t > und benachrichtigen Sie uns darueber. Die Firma sycor willigt in keine > Vertraege oder vertragliche Verpflichtungen ein oder uebermittelt > rechtsverbindliche Angebote, die in Form von E-Mail versandt werden, > sofern dies nicht ausdruecklich in schriftlicher Form zwischen den > Parteien vereinbart wurde. > > > > This e-mail is confidential and may contain personal and/or privilege= d > information. If you are not the intended recipient please delete this e= - > mail and all attachments immediately and inform us. The company sycor d= oes > not agree with contracts or contract obligations sent by e-mail, neithe= r > do we transmit legally binding offers by e-mail, unless this is not > expressly agreed upon between the parties and documented in written for= m. > > > > > > ---------------------------------------------------------------------= --- > - > > Take Surveys. Earn Cash. Influence the Future of IT > > Join SourceForge.net's Techsay panel and you'll get the chance to sha= re > your > > opinions on IT & business topics through brief surveys - and earn cas= h > > > 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 > > *************************************************************************= ******************************************************* sycor plastics - die Branchenloesung fuer die Kunststoffindustrie www.sy= cor-plastics.de=20 sycor plastics - the solution for the plastic industry www.sycor-plast= ics.com=20 *************************************************************************= ******************************************************* Diese E-Mail ist vertraulich und kann darueber hinaus persoenliche Inform= ationen beinhalten. Wenn Sie nicht der bestimmungsgemaesse Empfaenger sin= d, loeschen Sie bitte die E-Mail und deren Anhaenge sofort und benachrich= tigen Sie uns darueber. Die Firma sycor willigt in keine Vertraege oder v= ertragliche Verpflichtungen ein oder uebermittelt rechtsverbindliche Ange= bote, die in Form von E-Mail versandt werden, sofern dies nicht ausdrueck= lich in schriftlicher Form zwischen den Parteien vereinbart wurde. This e-mail is confidential and may contain personal and/or privileged in= formation. If you are not the intended recipient please delete this e-mai= l and all attachments immediately and inform us. The company sycor does n= ot agree with contracts or contract obligations sent by e-mail, neither d= o we transmit legally binding offers by e-mail, unless this is not expres= sly agreed upon between the parties and documented in written form. |
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 |
From: Sand P. <Phi...@sy...> - 2006-12-12 09:52:32
|
Hi there, 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 exp= erience... 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 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 I hope you can help me! Philipp _____________________________ Philipp Sand Sprach & Datenkommunikation SYCOR GmbH Heinrich-von-Stephan-Stra=DFe 1-5 D - 37073 G=F6ttingen Telefon +49 (0) 551 - 490 - 0 Telefax +49 (0) 551 - 490 - 232468 phi...@sy... www.sycor.de ------------------------------------------------ =A0 *************************************************************************= ******************************************************* sycor plastics - die Branchenloesung fuer die Kunststoffindustrie www.sy= cor-plastics.de=20 sycor plastics - the solution for the plastic industry www.sycor-plast= ics.com=20 *************************************************************************= ******************************************************* Diese E-Mail ist vertraulich und kann darueber hinaus persoenliche Inform= ationen beinhalten. Wenn Sie nicht der bestimmungsgemaesse Empfaenger sin= d, loeschen Sie bitte die E-Mail und deren Anhaenge sofort und benachrich= tigen Sie uns darueber. Die Firma sycor willigt in keine Vertraege oder v= ertragliche Verpflichtungen ein oder uebermittelt rechtsverbindliche Ange= bote, die in Form von E-Mail versandt werden, sofern dies nicht ausdrueck= lich in schriftlicher Form zwischen den Parteien vereinbart wurde. This e-mail is confidential and may contain personal and/or privileged in= formation. If you are not the intended recipient please delete this e-mai= l and all attachments immediately and inform us. The company sycor does n= ot agree with contracts or contract obligations sent by e-mail, neither d= o we transmit legally binding offers by e-mail, unless this is not expres= sly agreed upon between the parties and documented in written form. |
From: Ciro I. <cy...@gm...> - 2006-12-11 05:22:43
|
> > > > -------- Original Message -------- > Subject: Re: [Perfparse-users] Router traffic counters > Date: Tue, 05 Dec 2006 10:28:15 +0100 > From: Florian Gleixner <fl...@bi...> > To: Ciro Iriarte <cy...@gm...> > References: <a99...@ma...> > > > It's build in: play around with the "Output" field. I think > "Differential rate" should be what you searched for. > > Flo > > Thanks a lot, i overlooked it Ciro |
From: Florian G. <fl...@bi...> - 2006-12-05 13:14:14
|
Forgot to send that to the list too. -------- Original Message -------- Subject: Re: [Perfparse-users] Router traffic counters Date: Tue, 05 Dec 2006 10:28:15 +0100 From: Florian Gleixner <fl...@bi...> To: Ciro Iriarte <cy...@gm...> References: <a99...@ma...> It's build in: play around with the "Output" field. I think "Differential rate" should be what you searched for. Flo Ciro Iriarte wrote: > Hi, > I'm running v106.1 and tried to collect traffic and error statistics > from our rounters with a nagios plugin, but it returns the current value > of the counter (well, as it should), the problem is that perfparse > doesn't calculate the difference between the current value and the last > one (like rrdtool) does, is there any way to make perfparse graph > something useful about this?, right now i only have a constant line > (possitive value) in the errors graphic and a curve going from 0 to the > maximun value of the counter on the traffic one. > This is the only major drawback that i found on perfparse, would be > really great if there's any known workaround. > > Thanks in advanced > Ciro > > > ------------------------------------------------------------------------ > > ------------------------------------------------------------------------- > 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=join.php&p=sourceforge&CID=DEVDEV > > > ------------------------------------------------------------------------ > > _______________________________________________ > Perfparse-users mailing list > Per...@li... > https://lists.sourceforge.net/lists/listinfo/perfparse-users |
From: Ciro I. <cy...@gm...> - 2006-12-05 08:42:07
|
Hi, I'm running v106.1 and tried to collect traffic and error statistics from our rounters with a nagios plugin, but it returns the current value of the counter (well, as it should), the problem is that perfparse doesn't calculate the difference between the current value and the last one (like rrdtool) does, is there any way to make perfparse graph something useful about this?, right now i only have a constant line (possitive value) in the errors graphic and a curve going from 0 to the maximun value of the counter on the traffic one. This is the only major drawback that i found on perfparse, would be really great if there's any known workaround. Thanks in advanced Ciro |
From: Florian G. <fl...@bi...> - 2006-11-03 10:05:04
|
Though i'm not a autoconf/automake expert i tried to make a check for gd . This check tries to compile a simple program that only has a function call to gdMalloc(). In your sniplet of the config.log i cannot see why the compilation failed. If you want to disable the check, remove the lines AC_CHECK_LIB(gd,gdMalloc,,AC_MSG_ERROR(required library libgd unusable. Install required and dependent files and rerun configure. See config.log or FAQs for details.)) in configure.ac and run autoreconf. But i think you will runinto the problem later then. Flo Sand Philipp wrote: > Hi Florian, > > i recognized, that the gd-progs package hadn't been installed, and the > gdlib-config couldn't be found... though the configure finished without > an error... > > Anyway, I installed the gd-progs... and now I ran into the next Problem > :-/... I couldn't remember that it was so hard compiling perfparse on > fedora ... > > Check it out (snipped from config.log): > ---------------[schnipp]-------------------------------- > 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]# less config.log > | #define HAVE___ARGZ_STRINGIFY 1 > | #define HAVE___ARGZ_NEXT 1 > | #define HAVE___FSETLOCKING 1 > | #define HAVE_DECL__SNPRINTF 0 > | #define HAVE_DECL__SNWPRINTF 0 > | #define HAVE_DECL_FEOF_UNLOCKED 1 > | #define HAVE_DECL_FGETS_UNLOCKED 0 > | #define HAVE_DECL_GETC_UNLOCKED 1 > | #define HAVE_ICONV 1 > | #define ICONV_CONST > | #define HAVE_LANGINFO_CODESET 1 > | #define HAVE_LC_MESSAGES 1 > | #define ENABLE_NLS 1 > | #define HAVE_GETTEXT 1 > | #define HAVE_DCGETTEXT 1 > | #define USE_SOURCE_NAGIOS 1 > | #define USE_DB_MYSQL 1 > | /* end confdefs.h. */ > | > | /* Override any gcc2 internal prototype to avoid an error. */ > | #ifdef __cplusplus > | extern "C" > | #endif > | /* We use char because int might match the return type of a gcc2 > | builtin and then its argument prototype would still apply. */ > | char gdMalloc (); > | int > | main () > | { > | gdMalloc (); > | ; > | return 0; > | } > configure:26962: result: no > configure:26974: error: required library libgd unusable. > Install required and dependent files and rerun configure. > See config.log or FAQs for details. > ---------------[schnipp]-------------------------------- > > > _____________________________ > > Philipp Sand > SYCOR GmbH - Sprach & Datenkommunikation > _____________________________ > > > > > > >>-----Original Message----- >>From: Florian Gleixner [mailto:fl...@bi...] >>Sent: Wednesday, November 01, 2006 4:44 PM >>To: Sand Philipp >>Cc: per...@li... >>Subject: Re: [Perfparse-users] Problem compiling perfparse 0.106.1 >> >>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 > > > ------------------------------------------------------------------------- > Using Tomcat but need to do more? Need to support web services, security? > Get stuff done quickly with pre-integrated technology to make your job easier > Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > _______________________________________________ > Perfparse-users mailing list > Per...@li... > https://lists.sourceforge.net/lists/listinfo/perfparse-users > |
From: Sand P. <Phi...@sy...> - 2006-11-02 06:30:53
|
Hi Florian, i recognized, that the gd-progs package hadn't been installed, and the gdlib-config couldn't be found... though the configure finished without an error... Anyway, I installed the gd-progs... and now I ran into the next Problem :-/... I couldn't remember that it was so hard compiling perfparse on fedora ... Check it out (snipped from config.log): ---------------[schnipp]-------------------------------- 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]# less config.log | #define HAVE___ARGZ_STRINGIFY 1 | #define HAVE___ARGZ_NEXT 1 | #define HAVE___FSETLOCKING 1 | #define HAVE_DECL__SNPRINTF 0 | #define HAVE_DECL__SNWPRINTF 0 | #define HAVE_DECL_FEOF_UNLOCKED 1 | #define HAVE_DECL_FGETS_UNLOCKED 0 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_ICONV 1 | #define ICONV_CONST | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_LC_MESSAGES 1 | #define ENABLE_NLS 1 | #define HAVE_GETTEXT 1 | #define HAVE_DCGETTEXT 1 | #define USE_SOURCE_NAGIOS 1 | #define USE_DB_MYSQL 1 | /* end confdefs.h. */ | | /* Override any gcc2 internal prototype to avoid an error. */ | #ifdef __cplusplus | extern "C" | #endif | /* We use char because int might match the return type of a gcc2 | builtin and then its argument prototype would still apply. */ | char gdMalloc (); | int | main () | { | gdMalloc (); | ; | return 0; | } configure:26962: result: no configure:26974: error: required library libgd unusable. Install required and dependent files and rerun configure. See config.log or FAQs for details. ---------------[schnipp]-------------------------------- _____________________________ Philipp Sand SYCOR GmbH - Sprach & Datenkommunikation _____________________________ =20 > -----Original Message----- > From: Florian Gleixner [mailto:fl...@bi...] > Sent: Wednesday, November 01, 2006 4:44 PM > To: Sand Philipp > Cc: per...@li... > Subject: Re: [Perfparse-users] Problem compiling perfparse 0.106.1 >=20 > 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=3Dlink --tag=3DCC 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 >=20 > 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: >=20 > 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 >=20 > Flo |
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 |
From: Sand P. <Phi...@sy...> - 2006-11-01 14:15:43
|
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 _____________________________ Philipp Sand SYCOR GmbH - Sprach & Datenkommunikation _____________________________ =20 > -----Original Message----- > From: Florian Gleixner [mailto:fl...@bi...] > Sent: Wednesday, November 01, 2006 1:52 PM > To: Sand Philipp > Cc: per...@li... > Subject: Re: [Perfparse-users] Problem compiling perfparse 0.106.1 >=20 > Hi, >=20 > make sure you have gd (and the development packages) installed. On Suse > i have installed gd-2.0.32-23 and gd-devel-2.0.32-23. Ask your system with > rpm -qa |grep gd > and > rpm -ql gd > rpm -ql gd-devel > (or appropriate. I dont know how RH has named these packages). >=20 > Flo >=20 >=20 > Sand Philipp wrote: > > Hi, > > > > when I run make to compile perfparse 0.106.1 on a Red Hat Enterprise > Linux ES release 4 Server, I get the following error messages: > > [...] > > make[2]: Leaving directory `/root/Nagios-Stuff/perfparse- > 0.106.1/db_tools' > > Making all in cgi > > make[2]: Entering directory `/root/Nagios-Stuff/perfparse-0.106.1/cgi' > > /bin/sh ../libtool --mode=3Dlink --tag=3DCC 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 > > perfchart_png-perfchart.o(.text+0x1d): In function `initChartGraphics': > > /root/Nagios-Stuff/perfparse-0.106.1/cgi/perfchart.c:464: undefined > reference to `gdImageCreate' > > perfchart_png-perfchart.o(.text+0x4a):/root/Nagios-Stuff/perfparse- > 0.106.1/cgi/perfchart.c:468: undefined reference to `gdImageColorAllocate' > > perfchart_png-perfchart.o(.text+0x74):/root/Nagios-Stuff/perfparse- > 0.106.1/cgi/perfchart.c:469: undefined reference to `gdImageColorAllocate' > > perfchart_png-perfchart.o(.text+0x9e):/root/Nagios-Stuff/perfparse- > 0.106.1/cgi/perfchart.c:470: undefined reference to `gdImageColorAllocate' > > perfchart_png-perfchart.o(.text+0xc8):/root/Nagios-Stuff/perfparse- > 0.106.1/cgi/perfchart.c:471: undefined reference to `gdImageColorAllocate' > > perfchart_png-perfchart.o(.text+0xf2):/root/Nagios-Stuff/perfparse- > 0.106.1/cgi/perfchart.c:472: undefined reference to `gdImageColorAllocate' > > perfchart_png-perfchart.o(.text+0x11c):/root/Nagios-Stuff/perfparse- > 0.106.1/cgi/perfchart.c:473: more undefined references to > `gdImageColorAllocate' follow > > perfchart_png-perfchart.o(.text+0x54b): In function > `print_failure_html': > > /root/Nagios-Stuff/perfparse-0.106.1/cgi/perfchart.c:1614: undefined > reference to `gdImageFilledRectangle' > > perfchart_png-perfchart.o(.text+0x570):/root/Nagios-Stuff/perfparse- > 0.106.1/cgi/perfchart.c:1616: undefined reference to `gdFontSmall' > > perfchart_png-perfchart.o(.text+0x59b):/root/Nagios-Stuff/perfparse- > 0.106.1/cgi/perfchart.c:1616: undefined reference to `gdImageString' > > perfchart_png-perfchart.o(.text+0x5c0):/root/Nagios-Stuff/perfparse- > 0.106.1/cgi/perfchart.c:1617: undefined reference to `gdFontSmall' > > perfchart_png-perfchart.o(.text+0x5d1):/root/Nagios-Stuff/perfparse- > 0.106.1/cgi/perfchart.c:1617: undefined reference to `gdImageString' > > perfchart_png-perfchart.o(.text+0x5e7):/root/Nagios-Stuff/perfparse- > 0.106.1/cgi/perfchart.c:1620: undefined reference to `gdImagePng' > > perfchart_png-perfchart.o(.text+0x6ce): In function `drawHeadings': > > /root/Nagios-Stuff/perfparse-0.106.1/cgi/perfchart.c:600: undefined > reference to `gdImageRectangle' > > perfchart_png-perfchart.o(.text+0x714):/root/Nagios-Stuff/perfparse- > 0.106.1/cgi/perfchart.c:605: undefined reference to `gdFontSmall' > > perfchart_png-perfchart.o(.text+0x725):/root/Nagios-Stuff/perfparse- > 0.106.1/cgi/perfchart.c:605: undefined reference to `gdImageString' > > perfchart_png-perfchart.o(.text+0x7a1):/root/Nagios-Stuff/perfparse- > 0.106.1/cgi/perfchart.c:621: undefined reference to `gdFontSmall' > > perfchart_png-perfchart.o(.text+0x7b2):/root/Nagios-Stuff/perfparse- > 0.106.1/cgi/perfchart.c:621: undefined reference to `gdImageString' > > perfchart_png-perfchart.o(.text+0x826):/root/Nagios-Stuff/perfparse- > 0.106.1/cgi/perfchart.c:632: undefined reference to `gdFontMediumBold' > > perfchart_png-perfchart.o(.text+0x83b):/root/Nagios-Stuff/perfparse- > 0.106.1/cgi/perfchart.c:632: undefined reference to `gdImageString' > > perfchart_png-perfchart.o(.text+0x86c):/root/Nagios-Stuff/perfparse- > 0.106.1/cgi/perfchart.c:595: undefined reference to `gdFontSmall' > > perfchart_png-perfchart.o(.text+0x880):/root/Nagios-Stuff/perfparse- > 0.106.1/cgi/perfchart.c:595: undefined reference to `gdImageString' > > perfchart_png-perfchart.o(.text+0x8b2):/root/Nagios-Stuff/perfparse- > 0.106.1/cgi/perfchart.c:596: undefined reference to `gdImageLine' > > perfchart_png-perfchart.o(.text+0x8de):/root/Nagios-Stuff/perfparse- > 0.106.1/cgi/perfchart.c:597: undefined reference to `gdImageLine' > > perfchart_png-perfchart.o(.text+0x90a):/root/Nagios-Stuff/perfparse- > 0.106.1/cgi/perfchart.c:589: undefined reference to `gdFontSmall' > > perfchart_png-perfchart.o(.text+0x91b):/root/Nagios-Stuff/perfparse- > 0.106.1/cgi/perfchart.c:589: undefined reference to `gdImageString' > > perfchart_png-perfchart.o(.text+0x953):/root/Nagios-Stuff/perfparse- > 0.106.1/cgi/perfchart.c:590: undefined reference to `gdImageLine' > > perfchart_png-perfchart.o(.text+0x97f):/root/Nagios-Stuff/perfparse- > 0.106.1/cgi/perfchart.c:591: undefined reference to `gdImageLine' > > perfchart_png-perfchart.o(.text+0x9b1):/root/Nagios-Stuff/perfparse- > 0.106.1/cgi/perfchart.c:583: undefined reference to `gdFontSmall' > > perfchart_png-perfchart.o(.text+0x9c5):/root/Nagios-Stuff/perfparse- > 0.106.1/cgi/perfchart.c:583: undefined reference to `gdImageString' > > perfchart_png-perfchart.o(.text+0x9f7):/root/Nagios-Stuff/perfparse- > 0.106.1/cgi/perfchart.c:584: undefined reference to `gdImageLine' > > perfchart_png-perfchart.o(.text+0xa23):/root/Nagios-Stuff/perfparse- > 0.106.1/cgi/perfchart.c:585: undefined reference to `gdImageLine' > > perfchart_png-perfchart.o(.text+0xa53):/root/Nagios-Stuff/perfparse- > 0.106.1/cgi/perfchart.c:577: undefined reference to `gdFontSmall' > > perfchart_png-perfchart.o(.text+0xa64):/root/Nagios-Stuff/perfparse- > 0.106.1/cgi/perfchart.c:577: undefined reference to `gdImageString' > > perfchart_png-perfchart.o(.text+0xa9c):/root/Nagios-Stuff/perfparse- > 0.106.1/cgi/perfchart.c:578: undefined reference to `gdImageLine' > > perfchart_png-perfchart.o(.text+0xac8):/root/Nagios-Stuff/perfparse- > 0.106.1/cgi/perfchart.c:579: undefined reference to `gdImageLine' > > perfchart_png-perfchart.o(.text+0xafd):/root/Nagios-Stuff/perfparse- > 0.106.1/cgi/perfchart.c:571: undefined reference to `gdFontSmall' > > perfchart_png-perfchart.o(.text+0xb11):/root/Nagios-Stuff/perfparse- > 0.106.1/cgi/perfchart.c:571: undefined reference to `gdImageString' > > perfchart_png-perfchart.o(.text+0xb3d):/root/Nagios-Stuff/perfparse- > 0.106.1/cgi/perfchart.c:572: undefined reference to `gdImageLine' > > perfchart_png-perfchart.o(.text+0xb69):/root/Nagios-Stuff/perfparse- > 0.106.1/cgi/perfchart.c:573: undefined reference to `gdImageLine' > > perfchart_png-perfchart.o(.text+0xe24): In function `drawPoints': > > /root/Nagios-Stuff/perfparse-0.106.1/cgi/perfchart.c:812: undefined > reference to `gdImageLine' > > perfchart_png-perfchart.o(.text+0xe54):/root/Nagios-Stuff/perfparse- > 0.106.1/cgi/perfchart.c:809: undefined reference to `gdImageLine' > > perfchart_png-perfchart.o(.text+0xe8d):/root/Nagios-Stuff/perfparse- > 0.106.1/cgi/perfchart.c:810: undefined reference to `gdImageLine' > > perfchart_png-perfchart.o(.text+0xec6):/root/Nagios-Stuff/perfparse- > 0.106.1/cgi/perfchart.c:811: more undefined references to `gdImageLine' > follow > > perfchart_png-perfchart.o(.text+0x1494): In function `drawYScale': > > /root/Nagios-Stuff/perfparse-0.106.1/cgi/perfchart.c:1072: undefined > reference to `gdFontSmall' > > perfchart_png-perfchart.o(.text+0x14ad):/root/Nagios-Stuff/perfparse- > 0.106.1/cgi/perfchart.c:1072: undefined reference to `gdImageString' > > perfchart_png-perfchart.o(.text+0x1601): In function > `drawYScalePercent': > > /root/Nagios-Stuff/perfparse-0.106.1/cgi/perfchart.c:1002: undefined > reference to `gdFontSmall' > > perfchart_png-perfchart.o(.text+0x161c):/root/Nagios-Stuff/perfparse- > 0.106.1/cgi/perfchart.c:1002: undefined reference to `gdImageString' > > perfchart_png-perfchart.o(.text+0x169a): In function `drawGrid': > > /root/Nagios-Stuff/perfparse-0.106.1/cgi/perfchart.c:904: undefined > reference to `gdImageLine' > > perfchart_png-perfchart.o(.text+0x181b):/root/Nagios-Stuff/perfparse- > 0.106.1/cgi/perfchart.c:985: undefined reference to `gdImageLine' > > perfchart_png-perfchart.o(.text+0x188b):/root/Nagios-Stuff/perfparse- > 0.106.1/cgi/perfchart.c:911: undefined reference to `gdImageLine' > > perfchart_png-perfchart.o(.text+0x18e1):/root/Nagios-Stuff/perfparse- > 0.106.1/cgi/perfchart.c:937: undefined reference to `gdImageLine' > > perfchart_png-perfchart.o(.text+0x192c):/root/Nagios-Stuff/perfparse- > 0.106.1/cgi/perfchart.c:931: undefined reference to `gdImageLine' > > perfchart_png-perfchart.o(.text+0x1992):/root/Nagios-Stuff/perfparse- > 0.106.1/cgi/perfchart.c:946: more undefined references to `gdImageLine' > follow > > perfchart_png-perfchart.o(.text+0x1e8d): In function `drawXScale': > > /root/Nagios-Stuff/perfparse-0.106.1/cgi/perfchart.c:1243: undefined > reference to `gdFontSmall' > > perfchart_png-perfchart.o(.text+0x1e9e):/root/Nagios-Stuff/perfparse- > 0.106.1/cgi/perfchart.c:1243: undefined reference to `gdImageString' > > perfchart_png-perfchart.o(.text+0x1f31):/root/Nagios-Stuff/perfparse- > 0.106.1/cgi/perfchart.c:1094: undefined reference to `gdFontSmall' > > perfchart_png-perfchart.o(.text+0x1f42):/root/Nagios-Stuff/perfparse- > 0.106.1/cgi/perfchart.c:1094: undefined reference to `gdImageString' > > perfchart_png-perfchart.o(.text+0x1fcc):/root/Nagios-Stuff/perfparse- > 0.106.1/cgi/perfchart.c:1138: undefined reference to `gdFontSmall' > > perfchart_png-perfchart.o(.text+0x1fdd):/root/Nagios-Stuff/perfparse- > 0.106.1/cgi/perfchart.c:1138: undefined reference to `gdImageString' > > perfchart_png-perfchart.o(.text+0x2038):/root/Nagios-Stuff/perfparse- > 0.106.1/cgi/perfchart.c:1136: undefined reference to `gdFontSmall' > > perfchart_png-perfchart.o(.text+0x2049):/root/Nagios-Stuff/perfparse- > 0.106.1/cgi/perfchart.c:1136: undefined reference to `gdImageString' > > perfchart_png-perfchart.o(.text+0x2112):/root/Nagios-Stuff/perfparse- > 0.106.1/cgi/perfchart.c:1189: undefined reference to `gdFontSmall' > > perfchart_png-perfchart.o(.text+0x2123):/root/Nagios-Stuff/perfparse- > 0.106.1/cgi/perfchart.c:1189: undefined reference to `gdImageString' > > perfchart_png-perfchart.o(.text+0x2fc7): In function > `print_sql_failure_image': > > /root/Nagios-Stuff/perfparse-0.106.1/cgi/perfchart.c:1746: undefined > reference to `gdImageFilledRectangle' > > perfchart_png-perfchart.o(.text+0x2fec):/root/Nagios-Stuff/perfparse- > 0.106.1/cgi/perfchart.c:1748: undefined reference to `gdFontSmall' > > perfchart_png-perfchart.o(.text+0x3017):/root/Nagios-Stuff/perfparse- > 0.106.1/cgi/perfchart.c:1748: undefined reference to `gdImageString' > > perfchart_png-perfchart.o(.text+0x3029):/root/Nagios-Stuff/perfparse- > 0.106.1/cgi/perfchart.c:1749: undefined reference to `gdFontSmall' > > perfchart_png-perfchart.o(.text+0x304a):/root/Nagios-Stuff/perfparse- > 0.106.1/cgi/perfchart.c:1749: undefined reference to `gdImageString' > > perfchart_png-perfchart.o(.text+0x306f):/root/Nagios-Stuff/perfparse- > 0.106.1/cgi/perfchart.c:1751: undefined reference to `gdFontSmall' > > perfchart_png-perfchart.o(.text+0x309a):/root/Nagios-Stuff/perfparse- > 0.106.1/cgi/perfchart.c:1751: undefined reference to `gdImageString' > > perfchart_png-perfchart.o(.text+0x30ac):/root/Nagios-Stuff/perfparse- > 0.106.1/cgi/perfchart.c:1752: undefined reference to `gdFontSmall' > > perfchart_png-perfchart.o(.text+0x30cd):/root/Nagios-Stuff/perfparse- > 0.106.1/cgi/perfchart.c:1752: undefined reference to `gdImageString' > > perfchart_png-perfchart.o(.text+0x30f3):/root/Nagios-Stuff/perfparse- > 0.106.1/cgi/perfchart.c:1759: undefined reference to `gdImagePng' > > perfchart_png-perfchart.o(.text+0x3927): In function `main': > > /root/Nagios-Stuff/perfparse-0.106.1/cgi/perfchart.c:277: undefined > reference to `gdImageRectangle' > > perfchart_png-perfchart.o(.text+0x3965):/root/Nagios-Stuff/perfparse- > 0.106.1/cgi/perfchart.c:278: undefined reference to `gdImageRectangle' > > perfchart_png-perfchart.o(.text+0x399f):/root/Nagios-Stuff/perfparse- > 0.106.1/cgi/perfchart.c:281: undefined reference to > `gdImageFilledRectangle' > > perfchart_png-perfchart.o(.text+0x39dd):/root/Nagios-Stuff/perfparse- > 0.106.1/cgi/perfchart.c:282: undefined reference to > `gdImageFilledRectangle' > > perfchart_png-perfchart.o(.text+0x3a0b):/root/Nagios-Stuff/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 `/root/Nagios-Stuff/perfparse-0.106.1/cgi' > > make[1]: *** [all-recursive] Error 1 > > make[1]: Leaving directory `/root/Nagios-Stuff/perfparse-0.106.1' > > make: *** [all] Error 2 > > > > any suggestions? > > > > Thanks in advance, > > Philipp > > > > > > > > ------------------------------------------------------------------------ > - > > Using Tomcat but need to do more? Need to support web services, > security? > > Get stuff done quickly with pre-integrated technology to make your job > easier > > Download IBM WebSphere Application Server v.1.0.1 based on Apache > Geronimo > > http://sel.as-us.falkag.net/sel?cmd=3Dlnk&kid=3D120709&bid=3D263057&dat=3D= 121642 > > _______________________________________________ > > Perfparse-users mailing list > > Per...@li... > > https://lists.sourceforge.net/lists/listinfo/perfparse-users > > |
From: Florian G. <fl...@bi...> - 2006-11-01 12:52:16
|
Hi, make sure you have gd (and the development packages) installed. On Suse i have installed gd-2.0.32-23 and gd-devel-2.0.32-23. Ask your system with rpm -qa |grep gd and rpm -ql gd rpm -ql gd-devel (or appropriate. I dont know how RH has named these packages). Flo Sand Philipp wrote: > Hi, > > when I run make to compile perfparse 0.106.1 on a Red Hat Enterprise Linux ES release 4 Server, I get the following error messages: > [...] > make[2]: Leaving directory `/root/Nagios-Stuff/perfparse-0.106.1/db_tools' > Making all in cgi > make[2]: Entering directory `/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 > perfchart_png-perfchart.o(.text+0x1d): In function `initChartGraphics': > /root/Nagios-Stuff/perfparse-0.106.1/cgi/perfchart.c:464: undefined reference to `gdImageCreate' > perfchart_png-perfchart.o(.text+0x4a):/root/Nagios-Stuff/perfparse-0.106.1/cgi/perfchart.c:468: undefined reference to `gdImageColorAllocate' > perfchart_png-perfchart.o(.text+0x74):/root/Nagios-Stuff/perfparse-0.106.1/cgi/perfchart.c:469: undefined reference to `gdImageColorAllocate' > perfchart_png-perfchart.o(.text+0x9e):/root/Nagios-Stuff/perfparse-0.106.1/cgi/perfchart.c:470: undefined reference to `gdImageColorAllocate' > perfchart_png-perfchart.o(.text+0xc8):/root/Nagios-Stuff/perfparse-0.106.1/cgi/perfchart.c:471: undefined reference to `gdImageColorAllocate' > perfchart_png-perfchart.o(.text+0xf2):/root/Nagios-Stuff/perfparse-0.106.1/cgi/perfchart.c:472: undefined reference to `gdImageColorAllocate' > perfchart_png-perfchart.o(.text+0x11c):/root/Nagios-Stuff/perfparse-0.106.1/cgi/perfchart.c:473: more undefined references to `gdImageColorAllocate' follow > perfchart_png-perfchart.o(.text+0x54b): In function `print_failure_html': > /root/Nagios-Stuff/perfparse-0.106.1/cgi/perfchart.c:1614: undefined reference to `gdImageFilledRectangle' > perfchart_png-perfchart.o(.text+0x570):/root/Nagios-Stuff/perfparse-0.106.1/cgi/perfchart.c:1616: undefined reference to `gdFontSmall' > perfchart_png-perfchart.o(.text+0x59b):/root/Nagios-Stuff/perfparse-0.106.1/cgi/perfchart.c:1616: undefined reference to `gdImageString' > perfchart_png-perfchart.o(.text+0x5c0):/root/Nagios-Stuff/perfparse-0.106.1/cgi/perfchart.c:1617: undefined reference to `gdFontSmall' > perfchart_png-perfchart.o(.text+0x5d1):/root/Nagios-Stuff/perfparse-0.106.1/cgi/perfchart.c:1617: undefined reference to `gdImageString' > perfchart_png-perfchart.o(.text+0x5e7):/root/Nagios-Stuff/perfparse-0.106.1/cgi/perfchart.c:1620: undefined reference to `gdImagePng' > perfchart_png-perfchart.o(.text+0x6ce): In function `drawHeadings': > /root/Nagios-Stuff/perfparse-0.106.1/cgi/perfchart.c:600: undefined reference to `gdImageRectangle' > perfchart_png-perfchart.o(.text+0x714):/root/Nagios-Stuff/perfparse-0.106.1/cgi/perfchart.c:605: undefined reference to `gdFontSmall' > perfchart_png-perfchart.o(.text+0x725):/root/Nagios-Stuff/perfparse-0.106.1/cgi/perfchart.c:605: undefined reference to `gdImageString' > perfchart_png-perfchart.o(.text+0x7a1):/root/Nagios-Stuff/perfparse-0.106.1/cgi/perfchart.c:621: undefined reference to `gdFontSmall' > perfchart_png-perfchart.o(.text+0x7b2):/root/Nagios-Stuff/perfparse-0.106.1/cgi/perfchart.c:621: undefined reference to `gdImageString' > perfchart_png-perfchart.o(.text+0x826):/root/Nagios-Stuff/perfparse-0.106.1/cgi/perfchart.c:632: undefined reference to `gdFontMediumBold' > perfchart_png-perfchart.o(.text+0x83b):/root/Nagios-Stuff/perfparse-0.106.1/cgi/perfchart.c:632: undefined reference to `gdImageString' > perfchart_png-perfchart.o(.text+0x86c):/root/Nagios-Stuff/perfparse-0.106.1/cgi/perfchart.c:595: undefined reference to `gdFontSmall' > perfchart_png-perfchart.o(.text+0x880):/root/Nagios-Stuff/perfparse-0.106.1/cgi/perfchart.c:595: undefined reference to `gdImageString' > perfchart_png-perfchart.o(.text+0x8b2):/root/Nagios-Stuff/perfparse-0.106.1/cgi/perfchart.c:596: undefined reference to `gdImageLine' > perfchart_png-perfchart.o(.text+0x8de):/root/Nagios-Stuff/perfparse-0.106.1/cgi/perfchart.c:597: undefined reference to `gdImageLine' > perfchart_png-perfchart.o(.text+0x90a):/root/Nagios-Stuff/perfparse-0.106.1/cgi/perfchart.c:589: undefined reference to `gdFontSmall' > perfchart_png-perfchart.o(.text+0x91b):/root/Nagios-Stuff/perfparse-0.106.1/cgi/perfchart.c:589: undefined reference to `gdImageString' > perfchart_png-perfchart.o(.text+0x953):/root/Nagios-Stuff/perfparse-0.106.1/cgi/perfchart.c:590: undefined reference to `gdImageLine' > perfchart_png-perfchart.o(.text+0x97f):/root/Nagios-Stuff/perfparse-0.106.1/cgi/perfchart.c:591: undefined reference to `gdImageLine' > perfchart_png-perfchart.o(.text+0x9b1):/root/Nagios-Stuff/perfparse-0.106.1/cgi/perfchart.c:583: undefined reference to `gdFontSmall' > perfchart_png-perfchart.o(.text+0x9c5):/root/Nagios-Stuff/perfparse-0.106.1/cgi/perfchart.c:583: undefined reference to `gdImageString' > perfchart_png-perfchart.o(.text+0x9f7):/root/Nagios-Stuff/perfparse-0.106.1/cgi/perfchart.c:584: undefined reference to `gdImageLine' > perfchart_png-perfchart.o(.text+0xa23):/root/Nagios-Stuff/perfparse-0.106.1/cgi/perfchart.c:585: undefined reference to `gdImageLine' > perfchart_png-perfchart.o(.text+0xa53):/root/Nagios-Stuff/perfparse-0.106.1/cgi/perfchart.c:577: undefined reference to `gdFontSmall' > perfchart_png-perfchart.o(.text+0xa64):/root/Nagios-Stuff/perfparse-0.106.1/cgi/perfchart.c:577: undefined reference to `gdImageString' > perfchart_png-perfchart.o(.text+0xa9c):/root/Nagios-Stuff/perfparse-0.106.1/cgi/perfchart.c:578: undefined reference to `gdImageLine' > perfchart_png-perfchart.o(.text+0xac8):/root/Nagios-Stuff/perfparse-0.106.1/cgi/perfchart.c:579: undefined reference to `gdImageLine' > perfchart_png-perfchart.o(.text+0xafd):/root/Nagios-Stuff/perfparse-0.106.1/cgi/perfchart.c:571: undefined reference to `gdFontSmall' > perfchart_png-perfchart.o(.text+0xb11):/root/Nagios-Stuff/perfparse-0.106.1/cgi/perfchart.c:571: undefined reference to `gdImageString' > perfchart_png-perfchart.o(.text+0xb3d):/root/Nagios-Stuff/perfparse-0.106.1/cgi/perfchart.c:572: undefined reference to `gdImageLine' > perfchart_png-perfchart.o(.text+0xb69):/root/Nagios-Stuff/perfparse-0.106.1/cgi/perfchart.c:573: undefined reference to `gdImageLine' > perfchart_png-perfchart.o(.text+0xe24): In function `drawPoints': > /root/Nagios-Stuff/perfparse-0.106.1/cgi/perfchart.c:812: undefined reference to `gdImageLine' > perfchart_png-perfchart.o(.text+0xe54):/root/Nagios-Stuff/perfparse-0.106.1/cgi/perfchart.c:809: undefined reference to `gdImageLine' > perfchart_png-perfchart.o(.text+0xe8d):/root/Nagios-Stuff/perfparse-0.106.1/cgi/perfchart.c:810: undefined reference to `gdImageLine' > perfchart_png-perfchart.o(.text+0xec6):/root/Nagios-Stuff/perfparse-0.106.1/cgi/perfchart.c:811: more undefined references to `gdImageLine' follow > perfchart_png-perfchart.o(.text+0x1494): In function `drawYScale': > /root/Nagios-Stuff/perfparse-0.106.1/cgi/perfchart.c:1072: undefined reference to `gdFontSmall' > perfchart_png-perfchart.o(.text+0x14ad):/root/Nagios-Stuff/perfparse-0.106.1/cgi/perfchart.c:1072: undefined reference to `gdImageString' > perfchart_png-perfchart.o(.text+0x1601): In function `drawYScalePercent': > /root/Nagios-Stuff/perfparse-0.106.1/cgi/perfchart.c:1002: undefined reference to `gdFontSmall' > perfchart_png-perfchart.o(.text+0x161c):/root/Nagios-Stuff/perfparse-0.106.1/cgi/perfchart.c:1002: undefined reference to `gdImageString' > perfchart_png-perfchart.o(.text+0x169a): In function `drawGrid': > /root/Nagios-Stuff/perfparse-0.106.1/cgi/perfchart.c:904: undefined reference to `gdImageLine' > perfchart_png-perfchart.o(.text+0x181b):/root/Nagios-Stuff/perfparse-0.106.1/cgi/perfchart.c:985: undefined reference to `gdImageLine' > perfchart_png-perfchart.o(.text+0x188b):/root/Nagios-Stuff/perfparse-0.106.1/cgi/perfchart.c:911: undefined reference to `gdImageLine' > perfchart_png-perfchart.o(.text+0x18e1):/root/Nagios-Stuff/perfparse-0.106.1/cgi/perfchart.c:937: undefined reference to `gdImageLine' > perfchart_png-perfchart.o(.text+0x192c):/root/Nagios-Stuff/perfparse-0.106.1/cgi/perfchart.c:931: undefined reference to `gdImageLine' > perfchart_png-perfchart.o(.text+0x1992):/root/Nagios-Stuff/perfparse-0.106.1/cgi/perfchart.c:946: more undefined references to `gdImageLine' follow > perfchart_png-perfchart.o(.text+0x1e8d): In function `drawXScale': > /root/Nagios-Stuff/perfparse-0.106.1/cgi/perfchart.c:1243: undefined reference to `gdFontSmall' > perfchart_png-perfchart.o(.text+0x1e9e):/root/Nagios-Stuff/perfparse-0.106.1/cgi/perfchart.c:1243: undefined reference to `gdImageString' > perfchart_png-perfchart.o(.text+0x1f31):/root/Nagios-Stuff/perfparse-0.106.1/cgi/perfchart.c:1094: undefined reference to `gdFontSmall' > perfchart_png-perfchart.o(.text+0x1f42):/root/Nagios-Stuff/perfparse-0.106.1/cgi/perfchart.c:1094: undefined reference to `gdImageString' > perfchart_png-perfchart.o(.text+0x1fcc):/root/Nagios-Stuff/perfparse-0.106.1/cgi/perfchart.c:1138: undefined reference to `gdFontSmall' > perfchart_png-perfchart.o(.text+0x1fdd):/root/Nagios-Stuff/perfparse-0.106.1/cgi/perfchart.c:1138: undefined reference to `gdImageString' > perfchart_png-perfchart.o(.text+0x2038):/root/Nagios-Stuff/perfparse-0.106.1/cgi/perfchart.c:1136: undefined reference to `gdFontSmall' > perfchart_png-perfchart.o(.text+0x2049):/root/Nagios-Stuff/perfparse-0.106.1/cgi/perfchart.c:1136: undefined reference to `gdImageString' > perfchart_png-perfchart.o(.text+0x2112):/root/Nagios-Stuff/perfparse-0.106.1/cgi/perfchart.c:1189: undefined reference to `gdFontSmall' > perfchart_png-perfchart.o(.text+0x2123):/root/Nagios-Stuff/perfparse-0.106.1/cgi/perfchart.c:1189: undefined reference to `gdImageString' > perfchart_png-perfchart.o(.text+0x2fc7): In function `print_sql_failure_image': > /root/Nagios-Stuff/perfparse-0.106.1/cgi/perfchart.c:1746: undefined reference to `gdImageFilledRectangle' > perfchart_png-perfchart.o(.text+0x2fec):/root/Nagios-Stuff/perfparse-0.106.1/cgi/perfchart.c:1748: undefined reference to `gdFontSmall' > perfchart_png-perfchart.o(.text+0x3017):/root/Nagios-Stuff/perfparse-0.106.1/cgi/perfchart.c:1748: undefined reference to `gdImageString' > perfchart_png-perfchart.o(.text+0x3029):/root/Nagios-Stuff/perfparse-0.106.1/cgi/perfchart.c:1749: undefined reference to `gdFontSmall' > perfchart_png-perfchart.o(.text+0x304a):/root/Nagios-Stuff/perfparse-0.106.1/cgi/perfchart.c:1749: undefined reference to `gdImageString' > perfchart_png-perfchart.o(.text+0x306f):/root/Nagios-Stuff/perfparse-0.106.1/cgi/perfchart.c:1751: undefined reference to `gdFontSmall' > perfchart_png-perfchart.o(.text+0x309a):/root/Nagios-Stuff/perfparse-0.106.1/cgi/perfchart.c:1751: undefined reference to `gdImageString' > perfchart_png-perfchart.o(.text+0x30ac):/root/Nagios-Stuff/perfparse-0.106.1/cgi/perfchart.c:1752: undefined reference to `gdFontSmall' > perfchart_png-perfchart.o(.text+0x30cd):/root/Nagios-Stuff/perfparse-0.106.1/cgi/perfchart.c:1752: undefined reference to `gdImageString' > perfchart_png-perfchart.o(.text+0x30f3):/root/Nagios-Stuff/perfparse-0.106.1/cgi/perfchart.c:1759: undefined reference to `gdImagePng' > perfchart_png-perfchart.o(.text+0x3927): In function `main': > /root/Nagios-Stuff/perfparse-0.106.1/cgi/perfchart.c:277: undefined reference to `gdImageRectangle' > perfchart_png-perfchart.o(.text+0x3965):/root/Nagios-Stuff/perfparse-0.106.1/cgi/perfchart.c:278: undefined reference to `gdImageRectangle' > perfchart_png-perfchart.o(.text+0x399f):/root/Nagios-Stuff/perfparse-0.106.1/cgi/perfchart.c:281: undefined reference to `gdImageFilledRectangle' > perfchart_png-perfchart.o(.text+0x39dd):/root/Nagios-Stuff/perfparse-0.106.1/cgi/perfchart.c:282: undefined reference to `gdImageFilledRectangle' > perfchart_png-perfchart.o(.text+0x3a0b):/root/Nagios-Stuff/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 `/root/Nagios-Stuff/perfparse-0.106.1/cgi' > make[1]: *** [all-recursive] Error 1 > make[1]: Leaving directory `/root/Nagios-Stuff/perfparse-0.106.1' > make: *** [all] Error 2 > > any suggestions? > > Thanks in advance, > Philipp > > > > ------------------------------------------------------------------------- > Using Tomcat but need to do more? Need to support web services, security? > Get stuff done quickly with pre-integrated technology to make your job easier > Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > _______________________________________________ > Perfparse-users mailing list > Per...@li... > https://lists.sourceforge.net/lists/listinfo/perfparse-users > |
From: Sand P. <Phi...@sy...> - 2006-11-01 10:31:36
|
Hi, when I run make to compile perfparse 0.106.1 on a Red Hat Enterprise = Linux ES release 4 Server, I get the following error messages: [...] make[2]: Leaving directory = `/root/Nagios-Stuff/perfparse-0.106.1/db_tools' Making all in cgi make[2]: Entering directory `/root/Nagios-Stuff/perfparse-0.106.1/cgi' /bin/sh ../libtool --mode=3Dlink --tag=3DCC 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 perfchart_png-perfchart.o(.text+0x1d): In function `initChartGraphics': /root/Nagios-Stuff/perfparse-0.106.1/cgi/perfchart.c:464: undefined = reference to `gdImageCreate' perfchart_png-perfchart.o(.text+0x4a):/root/Nagios-Stuff/perfparse-0.106.= 1/cgi/perfchart.c:468: undefined reference to `gdImageColorAllocate' perfchart_png-perfchart.o(.text+0x74):/root/Nagios-Stuff/perfparse-0.106.= 1/cgi/perfchart.c:469: undefined reference to `gdImageColorAllocate' perfchart_png-perfchart.o(.text+0x9e):/root/Nagios-Stuff/perfparse-0.106.= 1/cgi/perfchart.c:470: undefined reference to `gdImageColorAllocate' perfchart_png-perfchart.o(.text+0xc8):/root/Nagios-Stuff/perfparse-0.106.= 1/cgi/perfchart.c:471: undefined reference to `gdImageColorAllocate' perfchart_png-perfchart.o(.text+0xf2):/root/Nagios-Stuff/perfparse-0.106.= 1/cgi/perfchart.c:472: undefined reference to `gdImageColorAllocate' perfchart_png-perfchart.o(.text+0x11c):/root/Nagios-Stuff/perfparse-0.106= .1/cgi/perfchart.c:473: more undefined references to = `gdImageColorAllocate' follow perfchart_png-perfchart.o(.text+0x54b): In function = `print_failure_html': /root/Nagios-Stuff/perfparse-0.106.1/cgi/perfchart.c:1614: undefined = reference to `gdImageFilledRectangle' perfchart_png-perfchart.o(.text+0x570):/root/Nagios-Stuff/perfparse-0.106= .1/cgi/perfchart.c:1616: undefined reference to `gdFontSmall' perfchart_png-perfchart.o(.text+0x59b):/root/Nagios-Stuff/perfparse-0.106= .1/cgi/perfchart.c:1616: undefined reference to `gdImageString' perfchart_png-perfchart.o(.text+0x5c0):/root/Nagios-Stuff/perfparse-0.106= .1/cgi/perfchart.c:1617: undefined reference to `gdFontSmall' perfchart_png-perfchart.o(.text+0x5d1):/root/Nagios-Stuff/perfparse-0.106= .1/cgi/perfchart.c:1617: undefined reference to `gdImageString' perfchart_png-perfchart.o(.text+0x5e7):/root/Nagios-Stuff/perfparse-0.106= .1/cgi/perfchart.c:1620: undefined reference to `gdImagePng' perfchart_png-perfchart.o(.text+0x6ce): In function `drawHeadings': /root/Nagios-Stuff/perfparse-0.106.1/cgi/perfchart.c:600: undefined = reference to `gdImageRectangle' perfchart_png-perfchart.o(.text+0x714):/root/Nagios-Stuff/perfparse-0.106= .1/cgi/perfchart.c:605: undefined reference to `gdFontSmall' perfchart_png-perfchart.o(.text+0x725):/root/Nagios-Stuff/perfparse-0.106= .1/cgi/perfchart.c:605: undefined reference to `gdImageString' perfchart_png-perfchart.o(.text+0x7a1):/root/Nagios-Stuff/perfparse-0.106= .1/cgi/perfchart.c:621: undefined reference to `gdFontSmall' perfchart_png-perfchart.o(.text+0x7b2):/root/Nagios-Stuff/perfparse-0.106= .1/cgi/perfchart.c:621: undefined reference to `gdImageString' perfchart_png-perfchart.o(.text+0x826):/root/Nagios-Stuff/perfparse-0.106= .1/cgi/perfchart.c:632: undefined reference to `gdFontMediumBold' perfchart_png-perfchart.o(.text+0x83b):/root/Nagios-Stuff/perfparse-0.106= .1/cgi/perfchart.c:632: undefined reference to `gdImageString' perfchart_png-perfchart.o(.text+0x86c):/root/Nagios-Stuff/perfparse-0.106= .1/cgi/perfchart.c:595: undefined reference to `gdFontSmall' perfchart_png-perfchart.o(.text+0x880):/root/Nagios-Stuff/perfparse-0.106= .1/cgi/perfchart.c:595: undefined reference to `gdImageString' perfchart_png-perfchart.o(.text+0x8b2):/root/Nagios-Stuff/perfparse-0.106= .1/cgi/perfchart.c:596: undefined reference to `gdImageLine' perfchart_png-perfchart.o(.text+0x8de):/root/Nagios-Stuff/perfparse-0.106= .1/cgi/perfchart.c:597: undefined reference to `gdImageLine' perfchart_png-perfchart.o(.text+0x90a):/root/Nagios-Stuff/perfparse-0.106= .1/cgi/perfchart.c:589: undefined reference to `gdFontSmall' perfchart_png-perfchart.o(.text+0x91b):/root/Nagios-Stuff/perfparse-0.106= .1/cgi/perfchart.c:589: undefined reference to `gdImageString' perfchart_png-perfchart.o(.text+0x953):/root/Nagios-Stuff/perfparse-0.106= .1/cgi/perfchart.c:590: undefined reference to `gdImageLine' perfchart_png-perfchart.o(.text+0x97f):/root/Nagios-Stuff/perfparse-0.106= .1/cgi/perfchart.c:591: undefined reference to `gdImageLine' perfchart_png-perfchart.o(.text+0x9b1):/root/Nagios-Stuff/perfparse-0.106= .1/cgi/perfchart.c:583: undefined reference to `gdFontSmall' perfchart_png-perfchart.o(.text+0x9c5):/root/Nagios-Stuff/perfparse-0.106= .1/cgi/perfchart.c:583: undefined reference to `gdImageString' perfchart_png-perfchart.o(.text+0x9f7):/root/Nagios-Stuff/perfparse-0.106= .1/cgi/perfchart.c:584: undefined reference to `gdImageLine' perfchart_png-perfchart.o(.text+0xa23):/root/Nagios-Stuff/perfparse-0.106= .1/cgi/perfchart.c:585: undefined reference to `gdImageLine' perfchart_png-perfchart.o(.text+0xa53):/root/Nagios-Stuff/perfparse-0.106= .1/cgi/perfchart.c:577: undefined reference to `gdFontSmall' perfchart_png-perfchart.o(.text+0xa64):/root/Nagios-Stuff/perfparse-0.106= .1/cgi/perfchart.c:577: undefined reference to `gdImageString' perfchart_png-perfchart.o(.text+0xa9c):/root/Nagios-Stuff/perfparse-0.106= .1/cgi/perfchart.c:578: undefined reference to `gdImageLine' perfchart_png-perfchart.o(.text+0xac8):/root/Nagios-Stuff/perfparse-0.106= .1/cgi/perfchart.c:579: undefined reference to `gdImageLine' perfchart_png-perfchart.o(.text+0xafd):/root/Nagios-Stuff/perfparse-0.106= .1/cgi/perfchart.c:571: undefined reference to `gdFontSmall' perfchart_png-perfchart.o(.text+0xb11):/root/Nagios-Stuff/perfparse-0.106= .1/cgi/perfchart.c:571: undefined reference to `gdImageString' perfchart_png-perfchart.o(.text+0xb3d):/root/Nagios-Stuff/perfparse-0.106= .1/cgi/perfchart.c:572: undefined reference to `gdImageLine' perfchart_png-perfchart.o(.text+0xb69):/root/Nagios-Stuff/perfparse-0.106= .1/cgi/perfchart.c:573: undefined reference to `gdImageLine' perfchart_png-perfchart.o(.text+0xe24): In function `drawPoints': /root/Nagios-Stuff/perfparse-0.106.1/cgi/perfchart.c:812: undefined = reference to `gdImageLine' perfchart_png-perfchart.o(.text+0xe54):/root/Nagios-Stuff/perfparse-0.106= .1/cgi/perfchart.c:809: undefined reference to `gdImageLine' perfchart_png-perfchart.o(.text+0xe8d):/root/Nagios-Stuff/perfparse-0.106= .1/cgi/perfchart.c:810: undefined reference to `gdImageLine' perfchart_png-perfchart.o(.text+0xec6):/root/Nagios-Stuff/perfparse-0.106= .1/cgi/perfchart.c:811: more undefined references to `gdImageLine' = follow perfchart_png-perfchart.o(.text+0x1494): In function `drawYScale': /root/Nagios-Stuff/perfparse-0.106.1/cgi/perfchart.c:1072: undefined = reference to `gdFontSmall' perfchart_png-perfchart.o(.text+0x14ad):/root/Nagios-Stuff/perfparse-0.10= 6.1/cgi/perfchart.c:1072: undefined reference to `gdImageString' perfchart_png-perfchart.o(.text+0x1601): In function = `drawYScalePercent': /root/Nagios-Stuff/perfparse-0.106.1/cgi/perfchart.c:1002: undefined = reference to `gdFontSmall' perfchart_png-perfchart.o(.text+0x161c):/root/Nagios-Stuff/perfparse-0.10= 6.1/cgi/perfchart.c:1002: undefined reference to `gdImageString' perfchart_png-perfchart.o(.text+0x169a): In function `drawGrid': /root/Nagios-Stuff/perfparse-0.106.1/cgi/perfchart.c:904: undefined = reference to `gdImageLine' perfchart_png-perfchart.o(.text+0x181b):/root/Nagios-Stuff/perfparse-0.10= 6.1/cgi/perfchart.c:985: undefined reference to `gdImageLine' perfchart_png-perfchart.o(.text+0x188b):/root/Nagios-Stuff/perfparse-0.10= 6.1/cgi/perfchart.c:911: undefined reference to `gdImageLine' perfchart_png-perfchart.o(.text+0x18e1):/root/Nagios-Stuff/perfparse-0.10= 6.1/cgi/perfchart.c:937: undefined reference to `gdImageLine' perfchart_png-perfchart.o(.text+0x192c):/root/Nagios-Stuff/perfparse-0.10= 6.1/cgi/perfchart.c:931: undefined reference to `gdImageLine' perfchart_png-perfchart.o(.text+0x1992):/root/Nagios-Stuff/perfparse-0.10= 6.1/cgi/perfchart.c:946: more undefined references to `gdImageLine' = follow perfchart_png-perfchart.o(.text+0x1e8d): In function `drawXScale': /root/Nagios-Stuff/perfparse-0.106.1/cgi/perfchart.c:1243: undefined = reference to `gdFontSmall' perfchart_png-perfchart.o(.text+0x1e9e):/root/Nagios-Stuff/perfparse-0.10= 6.1/cgi/perfchart.c:1243: undefined reference to `gdImageString' perfchart_png-perfchart.o(.text+0x1f31):/root/Nagios-Stuff/perfparse-0.10= 6.1/cgi/perfchart.c:1094: undefined reference to `gdFontSmall' perfchart_png-perfchart.o(.text+0x1f42):/root/Nagios-Stuff/perfparse-0.10= 6.1/cgi/perfchart.c:1094: undefined reference to `gdImageString' perfchart_png-perfchart.o(.text+0x1fcc):/root/Nagios-Stuff/perfparse-0.10= 6.1/cgi/perfchart.c:1138: undefined reference to `gdFontSmall' perfchart_png-perfchart.o(.text+0x1fdd):/root/Nagios-Stuff/perfparse-0.10= 6.1/cgi/perfchart.c:1138: undefined reference to `gdImageString' perfchart_png-perfchart.o(.text+0x2038):/root/Nagios-Stuff/perfparse-0.10= 6.1/cgi/perfchart.c:1136: undefined reference to `gdFontSmall' perfchart_png-perfchart.o(.text+0x2049):/root/Nagios-Stuff/perfparse-0.10= 6.1/cgi/perfchart.c:1136: undefined reference to `gdImageString' perfchart_png-perfchart.o(.text+0x2112):/root/Nagios-Stuff/perfparse-0.10= 6.1/cgi/perfchart.c:1189: undefined reference to `gdFontSmall' perfchart_png-perfchart.o(.text+0x2123):/root/Nagios-Stuff/perfparse-0.10= 6.1/cgi/perfchart.c:1189: undefined reference to `gdImageString' perfchart_png-perfchart.o(.text+0x2fc7): In function = `print_sql_failure_image': /root/Nagios-Stuff/perfparse-0.106.1/cgi/perfchart.c:1746: undefined = reference to `gdImageFilledRectangle' perfchart_png-perfchart.o(.text+0x2fec):/root/Nagios-Stuff/perfparse-0.10= 6.1/cgi/perfchart.c:1748: undefined reference to `gdFontSmall' perfchart_png-perfchart.o(.text+0x3017):/root/Nagios-Stuff/perfparse-0.10= 6.1/cgi/perfchart.c:1748: undefined reference to `gdImageString' perfchart_png-perfchart.o(.text+0x3029):/root/Nagios-Stuff/perfparse-0.10= 6.1/cgi/perfchart.c:1749: undefined reference to `gdFontSmall' perfchart_png-perfchart.o(.text+0x304a):/root/Nagios-Stuff/perfparse-0.10= 6.1/cgi/perfchart.c:1749: undefined reference to `gdImageString' perfchart_png-perfchart.o(.text+0x306f):/root/Nagios-Stuff/perfparse-0.10= 6.1/cgi/perfchart.c:1751: undefined reference to `gdFontSmall' perfchart_png-perfchart.o(.text+0x309a):/root/Nagios-Stuff/perfparse-0.10= 6.1/cgi/perfchart.c:1751: undefined reference to `gdImageString' perfchart_png-perfchart.o(.text+0x30ac):/root/Nagios-Stuff/perfparse-0.10= 6.1/cgi/perfchart.c:1752: undefined reference to `gdFontSmall' perfchart_png-perfchart.o(.text+0x30cd):/root/Nagios-Stuff/perfparse-0.10= 6.1/cgi/perfchart.c:1752: undefined reference to `gdImageString' perfchart_png-perfchart.o(.text+0x30f3):/root/Nagios-Stuff/perfparse-0.10= 6.1/cgi/perfchart.c:1759: undefined reference to `gdImagePng' perfchart_png-perfchart.o(.text+0x3927): In function `main': /root/Nagios-Stuff/perfparse-0.106.1/cgi/perfchart.c:277: undefined = reference to `gdImageRectangle' perfchart_png-perfchart.o(.text+0x3965):/root/Nagios-Stuff/perfparse-0.10= 6.1/cgi/perfchart.c:278: undefined reference to `gdImageRectangle' perfchart_png-perfchart.o(.text+0x399f):/root/Nagios-Stuff/perfparse-0.10= 6.1/cgi/perfchart.c:281: undefined reference to `gdImageFilledRectangle' perfchart_png-perfchart.o(.text+0x39dd):/root/Nagios-Stuff/perfparse-0.10= 6.1/cgi/perfchart.c:282: undefined reference to `gdImageFilledRectangle' perfchart_png-perfchart.o(.text+0x3a0b):/root/Nagios-Stuff/perfparse-0.10= 6.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 `/root/Nagios-Stuff/perfparse-0.106.1/cgi' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/root/Nagios-Stuff/perfparse-0.106.1' make: *** [all] Error 2 any suggestions? Thanks in advance, Philipp =A0 |
From: Florian G. <fl...@bi...> - 2006-10-31 17:31:10
|
the purge binary has the --no_transactions option. Try this one. Andrew Tjang schrieb: > Dear Flo, > > Thanks for the answer! > > I suspect that you are right. I've been doing some debugging, and it > seems that the lock applied to the transaction is timeing out the pipe > operation. I've tried to disable innodb-locks in the my.cnf and I will > see if this solves it (I realize this is not the greatest solution). > > -Andrew > > -----Original Message----- > From: Florian Gleixner [mailto:fl...@bi...] > Sent: Tuesday, October 31, 2006 6:57 AM > To: Andrew Tjang > Cc: per...@li... > Subject: Re: [Perfparse-users] db-purge kills perfparsed > > Hi, > > i could not really check until now, but i suspect that the purge action > starts a very long transaction and perfparsed gets a sql error which is > uncaught. Can you check if you get a error message if you start > perfparsed withthe --error-log option? > Probably the problem disappears if you purge more frequently so that the > purge transaction does not take that long? > > I'm redesigning the database schema for the next version so that purges > will not take that long too :-) > > Flo > > Andrew Tjang wrote: >> >> Hello all, >> >> I have successfully set up perfparse to work with nagios, and >> everything seems to be working as expected. >> >> However, when I attempt to purge the DB (I have the policy sent to 10 >> days) the purge occurs successfully, but it kills the perfparsed >> daemon in the process. I have nagios and perfparse set up in pipe >> mode, so when perfparsed dies, nagios continues to fork threads, and >> eventually the machine dies. >> >> Is it normal behavior for db-purge to kill perfparsed? >> if it is, how do i prevent the above mentioned problem? >> >> Thanks in advance for your help! >> -Andrew >> >> >> ---------------------------------------------------------------------- >> -- >> >> ---------------------------------------------------------------------- >> --- Using Tomcat but need to do more? Need to support web services, >> security? >> Get stuff done quickly with pre-integrated technology to make your job > >> easier Download IBM WebSphere Application Server v.1.0.1 based on >> Apache Geronimo >> http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=1216 >> 42 >> >> >> ---------------------------------------------------------------------- >> -- >> >> _______________________________________________ >> Perfparse-users mailing list >> Per...@li... >> https://lists.sourceforge.net/lists/listinfo/perfparse-users > > |
From: Andrew T. <and...@as...> - 2006-10-31 16:12:04
|
Dear Flo, Thanks for the answer! I suspect that you are right. I've been doing some debugging, and it seems that the lock applied to the transaction is timeing out the pipe operation. I've tried to disable innodb-locks in the my.cnf and I will see if this solves it (I realize this is not the greatest solution).=20 -Andrew -----Original Message----- From: Florian Gleixner [mailto:fl...@bi...]=20 Sent: Tuesday, October 31, 2006 6:57 AM To: Andrew Tjang Cc: per...@li... Subject: Re: [Perfparse-users] db-purge kills perfparsed Hi, i could not really check until now, but i suspect that the purge action starts a very long transaction and perfparsed gets a sql error which is uncaught. Can you check if you get a error message if you start perfparsed withthe --error-log option? Probably the problem disappears if you purge more frequently so that the purge transaction does not take that long? I'm redesigning the database schema for the next version so that purges will not take that long too :-) Flo Andrew Tjang wrote: >=20 >=20 > Hello all, >=20 > I have successfully set up perfparse to work with nagios, and=20 > everything seems to be working as expected. >=20 > However, when I attempt to purge the DB (I have the policy sent to 10 > days) the purge occurs successfully, but it kills the perfparsed=20 > daemon in the process. I have nagios and perfparse set up in pipe=20 > mode, so when perfparsed dies, nagios continues to fork threads, and=20 > eventually the machine dies. >=20 > Is it normal behavior for db-purge to kill perfparsed? > if it is, how do i prevent the above mentioned problem? >=20 > Thanks in advance for your help! > -Andrew >=20 >=20 > ---------------------------------------------------------------------- > -- >=20 > ---------------------------------------------------------------------- > --- Using Tomcat but need to do more? Need to support web services,=20 > security? > Get stuff done quickly with pre-integrated technology to make your job > easier Download IBM WebSphere Application Server v.1.0.1 based on=20 > Apache Geronimo > = http://sel.as-us.falkag.net/sel?cmd=3Dlnk&kid=3D120709&bid=3D263057&dat=3D= 1216 > 42 >=20 >=20 > ---------------------------------------------------------------------- > -- >=20 > _______________________________________________ > Perfparse-users mailing list > Per...@li... > https://lists.sourceforge.net/lists/listinfo/perfparse-users |
From: Florian G. <fl...@bi...> - 2006-10-31 11:57:23
|
Hi, i could not really check until now, but i suspect that the purge action starts a very long transaction and perfparsed gets a sql error which is uncaught. Can you check if you get a error message if you start perfparsed withthe --error-log option? Probably the problem disappears if you purge more frequently so that the purge transaction does not take that long? I'm redesigning the database schema for the next version so that purges will not take that long too :-) Flo Andrew Tjang wrote: > > > Hello all, > > I have successfully set up perfparse to work with nagios, and everything > seems to be working as expected. > > However, when I attempt to purge the DB (I have the policy sent to 10 > days) the purge occurs successfully, but it kills the perfparsed daemon > in the process. I have nagios and perfparse set up in pipe mode, so when > perfparsed dies, nagios continues to fork threads, and eventually the > machine dies. > > Is it normal behavior for db-purge to kill perfparsed? > if it is, how do i prevent the above mentioned problem? > > Thanks in advance for your help! > -Andrew > > > ------------------------------------------------------------------------ > > ------------------------------------------------------------------------- > Using Tomcat but need to do more? Need to support web services, security? > Get stuff done quickly with pre-integrated technology to make your job easier > Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > > > ------------------------------------------------------------------------ > > _______________________________________________ > Perfparse-users mailing list > Per...@li... > https://lists.sourceforge.net/lists/listinfo/perfparse-users |
From: Andrew T. <and...@as...> - 2006-10-21 20:17:10
|
Hello all, I have successfully set up perfparse to work with nagios, and everything = seems to be working as expected. However, when I attempt to purge the DB (I have the policy sent to 10 = days) the purge occurs successfully, but it kills the perfparsed daemon = in the process. I have nagios and perfparse set up in pipe mode, so when = perfparsed dies, nagios continues to fork threads, and eventually the = machine dies. Is it normal behavior for db-purge to kill perfparsed? if it is, how do i prevent the above mentioned problem? Thanks in advance for your help! -Andrew |
From: sqldude <wk-...@pe...> - 2006-09-27 15:46:46
|
Archive data Anyone have any scripts to archive perfparse data? |
From: Ciro I. <cy...@gm...> - 2006-09-27 03:36:34
|
2006/9/26, yoyo81 <wk-...@pe...>: > > Importing Hosts/Groups > Hello, > > I was wondering if there was an easy way to import all the Hosts and > HostGroups into perfparse. Am I missing something really fundamental? Or > should I just write a quick script that loads nagios' configuration file > into perparse's db? > > Thanks, > Andrew I use mainly de cgi interface (can't graph a service with datasource "c:\" with the php one), but the php interface in the 0.106.1 release has the "Read Nagios Configuration" option.. CI.- |
From: yoyo81 <wk-...@pe...> - 2006-09-27 03:16:28
|
Importing Hosts/Groups Hello, I was wondering if there was an easy way to import all the Hosts and HostGroups into perfparse. Am I missing something really fundamental? Or should I just write a quick script that loads nagios' configuration file into perparse's db? Thanks, Andrew |
From: bouracho <wk-...@pe...> - 2006-08-23 09:40:09
|
Re: Restrict Access > Hi all, > > Is there a way to give users "view only" access to the PerfParse cgi? I mean without giving them access to the Admin menu for example. > > Greetings, > HSukirman Hi I use apache conf to restrict access, extract of my conf : RewriteEngine On RewriteLogLevel 2 RewriteLog /var/log/httpd/rewrite_log RewriteCond %{QUERY_STRING} admin_menu=1 RewriteCond %{LA-U:REMOTE_USER} !myuser RewriteRule /nagios/cgi-bin/perfparse.cgi http://%{SERVER_NAME}/nagios/cgi-bin/perfparse.cgi? [L] myuser is used to log on nagios and able to log on admin menu of perfparse. |