I know this is an old topic, but I did a search trying to find the answer to this and found it in another forum:
Quote:
|
This usually means that your dynamic loader has not been configured for those paths. On Linux, for example, you need to make sure that /usr/local/mysql/lib/mysql is listed in /etc/ld.so.conf, and then you need to run /sbin/ldconfig, as root, in order to update the loader.
|
This worked for me - I am running Fedora. A typical answer for other such problems.