New question #68202 on OurDelta: https://answers.launchpad.net/ourdelta/+question/68202
I'd like to use the latest OurDelta mysql build. I've installed OurDelta mysql server and client, but I also need to install php and php-mysql on the same machine. When trying to do this via yum, php-mysql requires that the base package mysql is installed. However, this package conflicts with the OurDelta mysql installation. Is there a way to install php-mysql and other packages that depend on mysql, but while still using OurDelta? This post makes me believe that there is: https://lists.launchpad.net/ourdelta-developers/msg00038.html. In it, the poster runs a a yum update command, and sees this in the output: Resolving Dependencies --> Running transaction check ---> Package MySQL-OurDelta-server.i386 0:5.0.67.d6-0.el5_2 set to be updated ---> Package MySQL-OurDelta-Sail-server.i386 0:5.0.67.d6-0.el5_2 set to be updated --> Processing Dependency: libmysqlclient.so.15 for package: php-mysql --> Processing Dependency: libmysqlclient.so.15 for package: perl-DBD-MySQL --> Processing Dependency: libmysqlclient.so.15(libmysqlclient_15) for package: php-mysql --> Processing Dependency: libmysqlclient.so.15(libmysqlclient_15) for package: perl-DBD-MySQL --> Running transaction check ---> Package MySQL-OurDelta-shared.i386 0:5.0.67.d6-0.el5_2 set to be updated --> Finished Dependency Resolution The author uses yum to manage php-mysql, as well as OurDelta mysql. I would like to know how! I've pasted the output of my attempt to install php-mysql below. [r...@localhost yum.repos.d]# yum install php-mysql Loaded plugins: fastestmirror, protectbase Loading mirror speeds from cached hostfile * base: mirror.nuvio.com * updates: centos.mirror.nac.net * addons: mirror.unl.edu * extras: centos.mirror.nac.net 0 packages excluded due to repository protections Setting up Install Process Parsing package install arguments Resolving Dependencies --> Running transaction check ---> Package php-mysql.i386 0:5.2.6-2.el5s2 set to be updated --> Processing Dependency: libmysqlclient.so.15 for package: php-mysql --> Processing Dependency: libmysqlclient.so.15(libmysqlclient_15) for package: php-mysql --> Processing Dependency: php-pdo for package: php-mysql --> Running transaction check ---> Package mysql.i386 0:5.0.45-7.el5 set to be updated ---> Package php-pdo.i386 0:5.2.6-2.el5s2 set to be updated --> Processing Conflict: mysql conflicts MySQL --> Finished Dependency Resolution mysql-5.0.45-7.el5.i386 from base has depsolving problems --> mysql conflicts with MySQL-OurDelta-server Error: mysql conflicts with MySQL-OurDelta-server -- You received this question notification because you are a member of OurDelta-developers, which is an answer contact for OurDelta. _______________________________________________ Mailing list: https://launchpad.net/~ourdelta-developers Post to : [email protected] Unsubscribe : https://launchpad.net/~ourdelta-developers More help : https://help.launchpad.net/ListHelp

