Tom Copeland's Recent Posts

RSS Feeds

« SafariWatir and textarea fields | Main | The Subversion Ruby bindings and the 'relocation R_X86_64_32' error »

TrackBack

TrackBack URL for this entry:
http://www.typepad.com/services/trackback/6a00d83451d3c069e20115710f751b970c

Listed below are links to weblogs that reference libmysqlclient.so.16: cannot open shared object file:

Comments

I spent all day long trying to solve this problem without success, but fortunately I found this information. Thank you very much, your post was very useful for me.

Best regards.

@antonio, cool, glad to hear it!

I had a issue when i restart the apache after so many years and error was

httpd: Syntax error on line 233 of /usr/local/apache/conf/httpd.conf:
Cannot load /usr/local/apache/modules/libphp5.so into server: libmysqlclient.so.16:
cannot open shared object file: No such file or directory

before as i can see the mysql was installed under /usr/local/mysql then i made following changes and then issue fixed.


echo "/usr/local/mysql/lib/mysql" >> /etc/ld.so.conf
echo "/usr/local/mysql" >> /etc/ld.so.conf

ran ldconfig

Cheers...

The comments to this entry are closed.