• Debian 11 has reached its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.81 is the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

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