• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

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