Wednesday, February 23, 2011

error while loading shared libraries: libmysqlclient.so.15: cannot open shared object file

Today I was working on installing some package. After Installing the package successfully, I have just start that by typing the command whatever for that. Then I got the following error.

** : error while loading shared libraries: libmysqlclient.so.15: cannot open shared object file: No such file or directory **

So I have worked on this and found the following solution.
This error is because mysql library path is not in system library locations.

To fix the error edit /etc/ld.so.conf
#vi /etc/ld.so.conf
 
Add following line to end of the file
/usr/lib/mysql

Now run ldconfig
#ldconfig

 Kuldeep
!! Enjoy Linux







Quickstart Guide for Kagent Setup with Local LM and Azure OpenAI

  LM Studio overview with running on the local system. To upgrade and install the kagent custom resource definitions (CRDs), you can execute...