28 Sep
2012
28 Sep
'12
1:30 p.m.
Thank you for the reply Thomas, this is the results of searching for that: /usr/lib64/mysql/libmysqlclient.so.16 /usr/lib64/mysql/libmysqlclient.so.16.0.0 /usr/lib64/mysql/libmysqlclient_r.so.16 /usr/lib64/mysql/libmysqlclient_r.so.16.0.0 All of that is your standard libraries included in the RPM package and fairly common really so far as I can see.
Hello Bryan,
[root@radiusdev ~]# rpm -qa | grep mysql mysql-5.1.61-4.el6.x86_64 mysql-devel-5.1.61-4.el6.x86_64 mysql-libs-5.1.61-4.el6.x86_64 mysql-server-5.1.61-4.el6.x86_64
they all belong to same release.
Do I need all of those or is one causing me the issue still with the faults?
What does 'find /usr -name libmysql\*.so' say?
Cheers, Thomas