>-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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]