• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS.

libmysqlclient.so.14 problem

A

AlexanderT

Guest
Hello,

I recently noticed that entries from Plesk weren't added to my crontab. Upon running cron_prog from command line, I receive the following error:

Code:
root:/ # /usr/local/psa/admin/bin/cron_prog
/usr/local/psa/admin/bin/cron_prog: error while loading shared libraries: libmysqlclient.so.14: cannot open shared object file: No such file or directory

But libmysqlclient.so.14 is installed:

Code:
root:/ # find | grep libmysqlclient
./usr/lib64/mysql/libmysqlclient_r.so.14.0.0
./usr/lib64/mysql/libmysqlclient_r.so.14
./usr/lib64/mysql/libmysqlclient.so.14
./usr/lib64/mysql/libmysqlclient.so.14.0.0
./usr/lib64/libmysqlclient_r.so.14.0.0
./usr/lib64/libmysqlclient_r.so.14
./usr/lib64/libmysqlclient.so.14
./usr/lib64/libmysqlclient.so.14.0.0

I'd appreciate any help!

Alex
 
I was actually able to solve the problem. It turned out that the program required the 32bit libraries of mysqlclient, and I only had the 64bit libraries installed.
 
Back
Top