Problem with MySQL using CentOS 6
> error while loading shared libraries: libmysqlclient.so.15: cannot open shared object file: No such file or directory
what should I do to fix this?
5 Replies
If this error came from a non-CentOS 6.0 binary, you need to get a newer version of it. If it came from something installed with CentOS 6.0 and you used the normal method to install it (yum), there's a bug. If it's something you're compiling yourself, make sure that the MySQL client development package is installed. (I don't know what they call it, but it's libmysqlclient-dev on Ubuntu and Debian.)
@hoopycat:
Just remember to upgrade by March 2014.
;-) Are you sure that applies to CentOS 5.0? I'd think that it only applies to CentOS 5.7
the minor "releases" kinda melt into each other
A system pinned to CentOS 5.0 will have had its yum broken for about five years now