• Inviting everyone who uses WordPress management tools in Plesk
    The Plesk team is conducting a 60-minute research session that includes an interview and a moderated usability test.
    To participate, please use this link .
    Your experience will help shape product decisions and ensure the tools better support real-world use cases.

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