Details
-
Task
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Won't Fix
-
None
Description
Struggled all day trying to understand why a 3rd party application I use stopped working, after "yum update".
Ended up figuring out that this was because of a missing file from MariaDB-shared.
I looked into the following two packages:
MariaDB-shared-10.5.13-1.el7.centos.x86_64.rpm
MariaDB-shared-10.5.15-1.el7.centos.x86_64.rpm
The 10.5.13 contains the file /usr/lib64/libmariadb.so
While 10.5.15 does not.
Both contain libmariadb.so.3
Running:
ln -s /usr/lib64/libmariadb.so.3 /usr/lib64/libmariadb.so
Resolves the issue I had with the 3rd party app.
Any reason why "MariaDB-shared-10.5.15-1.el7.centos.x86_64.rpm" does not contain the symlink "usr/lib64/libmariadb.so" anymore?