|
I am trying to install PHP 5.2 from the testing repo, and it just flat refuses to do it:
[root@storman etc]# yum list --disablerepo=* --enablerepo=c5-testing php*
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
Excluding Packages in global exclude list
Finished
Error: No matching Packages to list
[root@storman etc]# yum repolist
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
* addons: centos.promopeddler.com
* base: mirror.5ninesolutions.com
* centosplus: mirrors.combinetworks.com
* extras: mirror.newnanutilities.org
* updates: mirrors.combinetworks.com
repo id repo name status
Webmin Webmin Distribution Neutral enabled: 27
addons CentOS-5 - Addons enabled: 0
base CentOS-5 - Base enabled: 3,348
c5-testing CentOS-5 Testing enabled: 663
centosplus CentOS-5 - Plus enabled: 117
extras CentOS-5 - Extras enabled: 290
updates CentOS-5 - Updates enabled: 327
repolist: 4,772
[root@storman etc]#
[root@storman etc]# yum install php
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
* addons: centos.promopeddler.com
* base: mirror.steadfast.net
* centosplus: mirrors.combinetworks.com
* extras: mirror.newnanutilities.org
* updates: mirrors.combinetworks.com
Excluding Packages in global exclude list
Finished
Setting up Install Process
No package php available.
Nothing to do
[root@storman etc]# rpm -qa | grep php
wbm-php-pear-1.5-1
[root@storman etc]# rpm -qa | grep -i php
wbm-php-pear-1.5-1
[root@storman etc]#
Any ideas why yum won't see the php packages available in c5?
|