Where and/or how do I get my hands on the lresolve lib? Regards
Gareth Slaven ([EMAIL PROTECTED]) Managing Director ENVENT - Digital Innovation Tel: +27 11 787-7666 / +27 83 6499944 Website: http://www.envent.co.za __________________________________________ The Ensight Experience - Know More, Sell More! -> Publishing -> Profiling -> Personalization -> Communication __________________________________________ This is a confidential message for the named person's use only. It may contain confidential, proprietary or legally privileged information. If you receive this message in error please notify the sender and immediately delete the message. You must not, directly or indirectly, use, disclose, distribute, print or copy any part of this message if you are not the intended recipient. All views expressed in this message are those of the individual sender and do not necessarily reflect those of Envent Holdings (Pty) Ltd. -----Original Message----- From: Tony Dietrich [mailto:[EMAIL PROTECTED]] Sent: 26 January 2003 01:26 AM To: Gareth Slaven Subject: Re: [PHP-INST] libphp4.la This error (according to a lil' research I've just done) is sometimes associated with the absence of your system of the hostname resolver library lresolve. It also appears mentioned in cases where the apxs option is used. ld is the GNU linker program, so I'd assume from the descriptions I've seen that the linker is trying to pull in some function from the lresolve library file whilst compiling in the apxs functions, but cannot find the lresolve library. Hope this clue helps On Sat, 2003-01-25 at 15:19, Gareth Slaven wrote: > Hi there .. > > When I try install php-4.0.6 I get the following error anyone got any > ideas .. I have no idea what is wrong and no one seems to know how to > solve it ... I have tried searching for the error online and it's a no > go ... > > Config > ./configure --with-mysql=/usr/local/mysql > --with-apxs=/usr/local/apache/bin/apxs --enable-track-vars > --enable-ftp --with-zlib-dir=/usr/local/include/ --with-zlib --with-gd > --with-png-dir=/usr/local/include/libpng --with-jpeg-dir=/usr/include/ > --with-ttf --enable-gd-native-tt --with-freetype-dir=/usr/local > > After Make I get : > > xml.la TSRM/libtsrm.la -ldl -lmysqlclient -lz -lgd -lfreetype -lpng > -lz -ljpeg -lz -lcrypt -lresolv -lm -ldl -lnsl -lresolv > /usr/bin/ld: cannot find -lz > collect2: ld returned 1 exit status > make[1]: *** [libphp4.la] Error 1 > make[1]: Leaving directory `/usr/local/src/php-4.0.6' > make: *** [all-recursive] Error 1 > > Regards > > Gareth Slaven ([EMAIL PROTECTED]) > Managing Director > ENVENT - Digital Innovation > Tel: +27 11 787-7666 / +27 83 6499944 > Website: http://www.envent.co.za > __________________________________________ > > The Ensight Experience - Know More, Sell More! > -> Publishing > -> Profiling > -> Personalization > -> Communication > __________________________________________ > > This is a confidential message for the named person's use only. It may > contain confidential, proprietary or legally privileged information. > If you receive this message in error please notify the sender and > immediately delete the message. You must not, directly or indirectly, > use, disclose, distribute, print or copy any part of this message if > you are not the intended recipient. All views expressed in this > message are those of the individual sender and do not necessarily > reflect those of Envent Holdings > (Pty) Ltd. > > > -- Tony Dietrich Transoft Computer Consultants http://www.transoft.demon.co.uk 07768710115 -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php