SSH and limysqlclient.so.15.0.0 conflict

Hi,

I run into this error when I attempt to install Maria DB so that I can install ERPNext …

Has anyone encountered this problem before?

file /usr/lib64/libmysqlclient.so.15.0.0 from install of MariaDB-compat-10.0.19-1.el6.x86_64 conflicts with file from package compat-MySQL50-shared-5.0.96-4.cp1136.x86_64
file /usr/lib64/libmysqlclient.so.15.0.0 from install of MariaDB-compat-10.0.19-1.el6.x86_64 conflicts with file from package compat-MySQL50-shared-5.0.96-4.cp1136.x86_64
file /usr/lib64/libmysqlclient.so.15.0.0 from install of MariaDB-compat-10.0.19-1.el6.x86_64 conflicts with file from package compat-MySQL50-shared-5.0.96-4.cp1136.x86_64
file /usr/lib64/libmysqlclient.so.15.0.0 from install of MariaDB-compat-10.0.19-1.el6.x86_64 conflicts with file from package compat-MySQL50-shared-5.0.96-4.cp1136.x86_64

I am on Cent OS 5.5, 64-bit and remote VPS

Any help would be appreciated …

Rgds
Phehello

I am no expert but it looks like maybe there are parts of MySQL remaining on your install. If that is the case then you could try this:

yum remove mysql-client mysql-server mysql-common mysql-devel
rm -rf /var/lib/mysql/
rm -rf /etc/my.cnf

Then use this to check if any MySQL bits remain
yum list installed | grep mysql

Just out of interest why are you using Centos 5.5 rather than Cenos 7?
Hope this helps

Thanks for your response System19

After running all the commands (including grep) … this is what I get …

cpanel-mysql.x86_64 5.1.73-1.cp1136 installed
cpanel-mysql-libs.x86_64 5.1.73-1.cp1136 installed
cpanel-perl-514-DBD-mysql.x86_64 4.027-2.cp1146 installed

Will I be able to perform the install now?

Thanks in advance

No I could not. I have the same error AGAIN …

file /usr/lib64/libmysqlclient.so.15.0.0 from install of MariaDB-compat-10.0.19-1.el6.x86_64 conflicts with file from package compat-MySQL50-shared-5.0.96-4.cp1136.x86_64
file /usr/lib64/libmysqlclient.so.15.0.0 from install of MariaDB-compat-10.0.19-1.el6.x86_64 conflicts with file from package compat-MySQL50-shared-5.0.96-4.cp1136.x86_64
file /usr/lib64/libmysqlclient.so.15.0.0 from install of MariaDB-compat-10.0.19-1.el6.x86_64 conflicts with file from package compat-MySQL50-shared-5.0.96-4.cp1136.x86_64
file /usr/lib64/libmysqlclient.so.15.0.0 from install of MariaDB-compat-10.0.19-1.el6.x86_64 conflicts with file from package compat-MySQL50-shared-5.0.96-4.cp1136.x86_64

Cannot coexist with cPanel due to deps
Cent OS 5 is too old

Thanks, but I am on Cent OS 6

I just destroyed the server and rebuilt it. Now I uninstalled MySQL and its relatives - server, client, libraries etc … I am going to try it one more time