Details
-
Bug
-
Status: Closed (View Workflow)
-
Minor
-
Resolution: Incomplete
-
10.1.11
-
RHEL
Description
When we run command: INSTALL SONAME 'ha_connect';
We get error:
ERROR 1126 (HY000): Can't open shared library '/opt/app/mysql/product/mariadb-10.0.20-linux-x86_64/lib/plugin/ha_connect.so' (errno: 2, libodbc.so.1: cannot open shared object file: No such file or directory)
|
We fix this with the following:
$ cd /usr/lib64
|
$ ln -s libodbc.so.2.0.0 libodbc.so.1
|
I have asked our SA to do this several times. The last time I did, he resisted, noting that MariaDB should be able to find the right libraries.
Can this be done:?