faqts : Computers : Programming : Languages : PHP : Installation and Setup

+ Search
Add Entry AlertManage Folder Edit Entry Add page to http://del.icio.us/
Did You Find This Entry Useful?

38 of 46 people (83%) answered Yes
Recently 5 of 10 people (50%) answered Yes

Entry

Cannot load /usr/local/apache_1.3.12/libexec/libphp4.so into server: libmysqlclient.so.6: cannot open shared object file: No such file or directory

Oct 20th, 2000 00:52
David L, Nawaf R, http://bugs.php.net/?id=5488


check out http://bugs.php.net/?id=5488  it basically says go into 
/etc/ld.so.conf and add the directory of wherever libmysqlclient.so.6 
is to the list of directories, and then run ldconfig, then restart 
apache.  for me, libmysqlclient.so.6 was in /usr/local/lib, but check 
/usr/local/mysql/lib/mysql as well.  as long as you've installed mysql, 
it should be in at least the lib folder of wherever mysql is installed.