Re: [PHP-INST] PHP Installation error From: B. van Ouwerkerk (bvo <email protected>)
Date: 04/11/01

>-lmys
>qlclient -lgd -lresolv -lm -ldl -lcrypt -lnsl -lresolv 1>&5
>/usr/bin/ld: cannot find -lmysqlclient
>collect2: ld returned 1 exit status

You could add the path to the mysqlclient libs to your ld.so.conf and run
ldconfig.. If you build your mysql from source I would advise you to use
shorter location.. /usr/local/mysql would do..

Then run configure again.. Don't forget to remove the config.cache.. or
replace the whole directory with a new source..

Bye,

B.

-- 
PHP Install Mailing List (http://www.php.net/)
To unsubscribe, e-mail: php-install-unsubscribe <email protected>
For additional commands, e-mail: php-install-help <email protected>
To contact the list administrators, e-mail: php-list-admin <email protected>