From: Jeff S. <je...@sk...> - 2004-09-27 20:51:43
|
No problem, I understand. I'm still having issue compiling under solaris. Linux .99 under linux was easy....but here is what I'm getting now....(I have installed on the gd, jpeg and png libraries from sunfreeware) make all-recursive Making all in libperfparse Making all in perfparse Making all in db_tools Making all in cgi /bin/bash ../libtool --mode=link gcc -g -O2 -Wall -o perfchart.png perfchart.o cgi.o -L/usr/local/lib/mysql -lmysqlclient -lposix4 -lcrypt -lgen -lsocket -lnsl -lm -lz -L/usr/local/lib -lglib-2.0 -liconv -lm -L/lib -lgd -L../libperfparse -lperfparse gcc -g -O2 -Wall -o .libs/perfchart.png perfchart.o cgi.o -L/usr/local/lib/mysql /usr/local/lib/mysql/libmysqlclient.so -lposix4 -lcrypt -lgen -lsocket -lnsl -lz -L/usr/local/lib /usr/local/lib/libglib-2.0.so -L/usr/lib -L/usr/openwin/lib -L/usr/local/ssl/lib -L/usr/local/BerkeleyDB.4.1/lib /usr/local/lib/libiconv.so -lm -L/lib -lgd -L/root/perfparse-0.100.6/libperfparse /root/perfparse-0.100.6/libperfparse/.libs/libperfparse.so -Wl,--rpath -Wl,/usr/local/lib/mysql -Wl,--rpath -Wl,/usr/local/lib /usr/local/lib/libgd.a(gd_png.o): In function `gdPngErrorHandler': gd_png.o(.text+0x24): undefined reference to `png_get_error_ptr' /usr/local/lib/libgd.a(gd_png.o): In function `gdPngReadData': gd_png.o(.text+0x60): undefined reference to `png_get_io_ptr' /usr/local/lib/libgd.a(gd_png.o): In function `gdPngWriteData': gd_png.o(.text+0x84): undefined reference to `png_get_io_ptr' /usr/local/lib/libgd.a(gd_png.o): In function `gdImageCreateFromPngCtx': gd_png.o(.text+0x10c): undefined reference to `png_check_sig' gd_png.o(.text+0x13c): undefined reference to `png_create_read_struct' gd_png.o(.text+0x16c): undefined reference to `png_create_info_struct' gd_png.o(.text+0x1cc): undefined reference to `png_set_sig_bytes' ....stuff deleted..... On Mon, 27 Sep 2004 14:15:07 -0600, Cook, Garry <GW...@ma...> wrote: > Glad to hear it worked out. As for the 'no responses', I saw a response > from Yves Mettier about four hours ago. He suggested that you look at > mysql, as libz (zlib) is not yet used by PerfParse. Did you not receive > that post? > > Keep in mind that some of the folks on this list, including the two main > developers (Ben and Yves) are overseas (in reference to where I am, in > the US), so responses to posts may not be immediate. > > Garry W. Cook, CCNA > Network Infrastructure Manager > MACTEC, Inc. - http://www.mactec.com/ > 303.308.6228 (Office) - 720.220.1862 (Mobile) > > per...@li... wrote: >> Ok...no responses, but I figured out this problem. In case anyone is >> interested, the problem was the pre-built binaries of mysql >> for solaris 8 >> appears to have been built with Sun C compiler, and not gcc...so, >> downloading source of mysql and building from scratch fixed >> this problem. >> However, I'm getting gd/png errors now... >> >> Has anybody built this for Solaris? >> >> Thanks, >> Jeff Scott >> >> On Mon, 27 Sep 2004 15:45:51 -0000, Jeff Scott >> <je...@sk...> wrote: >> >>> I'm having difficulties compiling perfparse on Solaris 8. Nagios, >>> mysql, perl, everything else built fine, no issues. I can't find >>> what libz.la library is? I already have all the zlib libraries >>> installed...but libz.la is not part of this install. This error >>> occurs on 0.100.5 and 0.100.6... >>> >>> >>> /bin/bash ../libtool --mode=link gcc -g -O2 -Wall -o perfparse >>> perfparse-perfparse.o -L/usr/local/mysql/lib -lmysqlclient -lposix4 >>> -lcrypt -lgen -lsocket -lnsl -lm ../zlib/libz.la -L/usr/local/lib >>> -lglib-2.0 -liconv -lm -L../libperfparse -lperfparse >>> mkdir .libs >>> libtool: link: cannot find the library `../zlib/libz.la' *** Error >>> code 1 make: Fatal error: Command failed for target `perfparse' >>> Current working directory /root/perfparse-0.100.5/perfparse *** >>> Error code 1 make: Fatal error: Command failed for target >>> `all-recursive' Current working directory /root/perfparse-0.100.5 >>> *** Error code 1 >>> make: Fatal error: Command failed for target `all' >>> >>> Thanks! >>> Jeff Scott >>> >>> >>> ------------------------------------------------------- >>> This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170 >>> Project Admins to receive an Apple iPod Mini FREE for your judgement >>> on who ports your project to Linux PPC the best. Sponsored by IBM. >>> Deadline: Sept. 24. Go here: http://sf.net/ppc_contest.php >>> _______________________________________________ >>> Perfparse-users mailing list >>> Per...@li... >>> https://lists.sourceforge.net/lists/listinfo/perfparse-users > > > > ------------------------------------------------------- > This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170 > Project Admins to receive an Apple iPod Mini FREE for your judgement on > who ports your project to Linux PPC the best. Sponsored by IBM. > Deadline: Sept. 24. Go here: http://sf.net/ppc_contest.php > _______________________________________________ > Perfparse-users mailing list > Per...@li... > https://lists.sourceforge.net/lists/listinfo/perfparse-users -- Using Opera's revolutionary e-mail client: http://www.opera.com/m2/ |