John R Pierce wrote:
is there a list more sutiable for c5-testing discussions? I'd like to install the php-5.2.9 on there, but I'm getting a dependency problem
# yum update --enablerepo=c5-testing php ... --> Finished Dependency Resolution php-5.2.9-2.el5.centos.i386 from c5-testing has depsolving problems --> Missing Dependency: php-common = 5.2.9-2.el5.centos is needed by package php-5.2.9-2.el5.centos.i386 (c5-testing) php-cli-5.2.9-2.el5.centos.i386 from c5-testing has depsolving problems --> Missing Dependency: php-common = 5.2.9-2.el5.centos is needed by package php-cli-5.2.9-2.el5.centos.i386 (c5-testing) Error: Missing Dependency: php-common = 5.2.9-2.el5.centos is needed by package php-5.2.9-2.el5.centos.i386 (c5-testing) Error: Missing Dependency: php-common = 5.2.9-2.el5.centos is needed by package php-cli-5.2.9-2.el5.centos.i386 (c5-testing)
k, I sorted out my own problem. dunno why my listing of c5-testing didn't show php-common (or maybe i just didn't see it) and I dunno why yum didn't automatically pull this in, but if I specified it manually it worked.
# yum update --disablerepo=* --enablerepo=c5-testing php php-common php-pear
and restart apache and my php date problems are all sorted. wheeeeee!