Php5 and Mysql library Error
Posted by: ccotton
Posted on: 2005-05-17 07:00:00
I'm posting this for anyone else who has the same problem.
Last night it was working fine. I had compiled php5 using the script at:
http://wiki.dreamhost.com/index.php/Installing_PHP5
This morning I was getting the error:
bin/php: error while loading shared libraries: libmysqlclient.14: cannot open shared object file: No such file or directory
and my sites were just getting an Internal Server Error.
I just deleted the two php binaries.
src/php/php-5.0.4/sapi/cgi/php
src/php/php-5.0.4/sapi/cli/php
Did a make. and then make install. Now everything works fine again.