• The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    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. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

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