← Back to team overview

percona-discussion team mailing list archive

[Question #70161]: Dependency Conflict when Installing php-mysql

 

New question #70161 on Percona patches:
https://answers.launchpad.net/percona-patches/+question/70161

Hi all

I would like to use the latest Percona mysql build along with PHP on the same machine. I've installed the following Percona MySQL's RPM successfully

- MySQL-server-percona-5.1.34-5.rhel5.x86_64.rpm
- MySQL-client-percona-5.1.34-5.rhel5.x86_64.rpm
- MySQL-shared-percona-5.1.34-5.rhel5.x86_64.rpm

When trying to install php-mysql (via yum), it requires that the base mysql package to be installed. The mysql package conflicts with the already installed 'percona mysql build' installation. 

Is there a way to install php-mysql while still using 'percona mysql build'? 

Here is the output when I tried to install php-mysql 

# yum install php-mysql
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
 * rpmforge: fr2.rpmfind.net
 * updates: mirror.nsc.liu.se
 * base: centosq3.centos.org
 * addons: centosn3.centos.org
 * extras: mirror.nsc.liu.se
Setting up Install Process
Parsing package install arguments
Resolving Dependencies
--> Running transaction check
---> Package php-mysql.x86_64 0:5.1.6-23.2.el5_3 set to be updated
--> Processing Dependency: libmysqlclient.so.15(libmysqlclient_15)(64bit) for package: php-mysql
--> Processing Dependency: libmysqlclient.so.15()(64bit) for package: php-mysql
--> Running transaction check
---> Package mysql.x86_64 0:5.0.45-7.el5 set to be updated
--> Processing Conflict: mysql conflicts MySQL
--> Finished Dependency Resolution
mysql-5.0.45-7.el5.x86_64 from base has depsolving problems
  --> mysql conflicts with MySQL-server-percona
Error: mysql conflicts with MySQL-server-percona

What should I do? 

Thank you

-- 
You received this question notification because you are a member of
Percona developers, which is an answer contact for Percona patches.