Comments - missing libmariadb.so.3 on redhat 7

6 years, 5 months ago Sam Iama
This comment has the status of 'removed' and can only be seen by you.

This worked for me.

ln -s /usr/lib64/libmariadbclient.a /usr/lib64/libmariadb.so

 
6 years, 5 months ago Sam Iama

You might get a "/usr/lib64/libmariadb.so is not an ELF file" warning after doing the above. Still seems to work.

 
6 years, 5 months ago Sam Iama

Can also try ln -s /usr/lib64/libmariadbclient.a /usr/lib64/libmariadb.a instead. I think this way is technically more correct.

 
Content reproduced on this site is the property of its respective owners, and this content is not reviewed in advance by MariaDB. The views, information and opinions expressed by this content do not necessarily represent those of MariaDB or any other party.