ius-coredev team mailing list archive
-
ius-coredev team
-
Mailing list archive
-
Message #01135
Re: [Question #177453]: Installing IUS package :Failed dependencies
Question #177453 on IUS Community Project changed:
https://answers.launchpad.net/ius/+question/177453
Status: Open => Answered
Jeffrey Ness proposed the following answer:
So being you are installing a php52 MySQL module libmysqlclient is required (a mysql package providing this lib)
you can see below how YUM is attempting to automatically pull in "mysql":
--> Processing Dependency: libmysqlclient.so.15 for package: php52-mysql
--> Processing Dependency: libmysqlclient.so.15(libmysqlclient_15) for package: php52-mysql
However it appears you have a non Redhat mysql package which does not
provide this library:
--> Processing Conflict: mysql conflicts MySQL
I'm not sure where you obtained "MySQL" from, but you can get the
package information like below:
rpm -qi MySQL
rpm -qi MySQL-server
Since these are not the Redhat packages our PHP packages are built against,
you only option would be to remove the MySQL packages and install the Redhat provided 'mysql' or IUS provided 'mysql50'/'mysql55' packages.
--
You received this question notification because you are a member of IUS
Core Development, which is an answer contact for IUS Community Project.