ius-coredev team mailing list archive
-
ius-coredev team
-
Mailing list archive
-
Message #01140
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
BJ Dierkes proposed the following answer:
On Nov 7, 2011, at 4:01 PM, Soonho Kim wrote:
> Here is the information:
>
> root@ip-173-201-34-240 [~]# rpm -qa | grep -i php
> root@ip-173-201-34-240 [~]# rpm -qa | grep -i mysql
> MySQL-client-5.1.56-0.glibc23
> MySQL-devel-5.1.56-0.glibc23
> MySQL-shared-5.1.56-0.glibc23
> MySQL-test-5.1.56-0.glibc23
>
Thats what I thought. You need to remove all of the MySQL sub packages
as well.
# rpm -e MySQL-client MySQL-devel MySQL-shared MySQL-test
Then you should be able to install my php52 and mysql51 from IUS:
# yum install php52 php52-mysql mysql51 mysql51-server
There are dozens of additional php52 packages so you may wish to install more than that listed above. But this should get you started.
---
derks
--
You received this question notification because you are a member of IUS
Core Development, which is an answer contact for IUS Community Project.