• Please be aware: Kaspersky Anti-Virus has been deprecated
    With the upgrade to Plesk Obsidian 18.0.64, "Kaspersky Anti-Virus for Servers" will be automatically removed from the servers it is installed on. We recommend that you migrate to Sophos Anti-Virus for Servers.
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

Issue libmyodbc5.so error

Ruben

New Pleskian
So I have this error:
[unixODBC][Driver Manager]Can't open lib '/usr/lib64/libmyodbc5.so' : file not found
and I am aware of the suggestions / solutions provided here:
Unable to access Application Vault: Can't open lib '/usr/lib64/libmyodbc5.so' : file not found
but still I am not getting it solved. I must have overlooked something.

When I do
ls -la /usr/lib64/libmyodbc5.so
I get this output:
root root 19 Jul 25 2015 /usr/lib64/libmyodbc5.so -> libmyodbc5-5.1.5.so
which seems okay?

And with:
rpm -qa | grep "mysql-connector-odbc"
I get (on CentOS):
mysql-connector-odbc-5.1.5r1144-7.el6.x86_64

I also checked /etc/odbcinst.ini where I can see the correct path to /usr/lib64/libmyodbc5.so

Still I keep getting this error. What should I check next?
 
But what is output of

# rpm -qf /usr/lib64/libmyodbc5.so

command?
 
When I do
rpm -Uvh mysql-connector-odbc-5.1.5.rpm --force
to reinstall, I get
error: open of mysql-connector-odbc-5.1.5.rpm failed: No such file or directory

And then I tried removing it first:
rpm -e mysql-connector-odbc-5.1.5r1144-7.el6.x86_64
but then I get
error: Failed dependencies:
mysql-connector-odbc is needed by (installed) plesk-core-17.5.3-cos6.build1705170317.16.x86_64
 
When I do
rpm -Uvh mysql-connector-odbc-5.1.5.rpm --force
to reinstall, I get
error: open of mysql-connector-odbc-5.1.5.rpm failed: No such file or directory
But do you have rpm file of this package in your current directory?
 
Back
Top