I try to install mbstring like this (or using the whm rpm installer):
[~]# yum install php-mbstring
Loaded plugins: rhnplugin, security
Excluding Packages in global exclude list
Finished
Setting up Install Process
Parsing package install arguments
Resolving Dependencies
--> Running transaction check
---> Package php-mbstring.i386 0:5.1.6-23.el5 set to be updated
--> Processing Dependency: php-common = 5.1.6-23.el5 for package: php-mbstring
--> Finished Dependency Resolution
php-mbstring-5.1.6-23.el5.i386 from rhel-i386-server-5 has depsolving problems
--> Missing Dependency: php-common = 5.1.6-23.el5 is needed by package php-mbstring-5.1.6-23.el5.i386 (rhel-i386-server-5)
Error: Missing Dependency: php-common = 5.1.6-23.el5 is needed by package php-mbstring-5.1.6-23.el5.i386 (rhel-i386-server-5)
and then if you try to resolve the dependency its already installed:
[~]# yum install php-common
Loaded plugins: rhnplugin, security
Excluding Packages in global exclude list
Finished
Setting up Install Process
Parsing package install arguments
Package matching php-common-5.1.6-23.el5.i386 already installed. Checking for update.
Nothing to do
I notice that the php-common that is installed has .i386 on the end and that could be my issue, but i'm not sure how to resolve that. also, I already tried using the force option.
any thoughts?
thanks,
andy


LinkBack URL
About LinkBacks
Reply With Quote
