From: Yves M. <yme...@li...> - 2004-09-27 16:05:25
|
> I'm having difficulties compiling perfparse on Solaris 8. Nagios, mysq= l, > 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= ... libz.* is zlib. perfparse does not use zlib (in fact, not yet :) So your problem is probably in some other tool like mysql or glib. Try "pkg-config glib-2.0 --libs" and "mysql_config --libs". One of them will probably tell you something about ../zlib/libz.la Find out why that one return ../zlib/libz.la if you don't have it. Yves > > > /bin/bash ../libtool --mode=3Dlink 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 > > --=20 - Homepage - http://ymettier.free.fr - http://www.logicacmg.com - - GPG key - http://ymettier.free.fr/gpg.txt - - Maitretarot - http://www.nongnu.org/maitretarot/ - - GTKtalog - http://www.nongnu.org/gtktalog/ - |