Problem upgrading php via yum/Atomic

General Discussion of atomic repo and development projects.

Ask for help here with anything else not covered by other forums.
nakins
New Forum User
New Forum User
Posts: 1
Joined: Sat Nov 13, 2010 8:50 pm

Problem upgrading php via yum/Atomic

Unread post by nakins »

Hi, My current version of php on my Centos 5 64 server is 5.2.17. I would like to install the 5.3.6 version. But this is what I get when I try.

Dependencies Resolved

=============================================================================
Package Arch Version Repository Size
=============================================================================
Updating:
php x86_64 5.3.6-3.el5.art atomic 1.4 M
php-cli x86_64 5.3.6-3.el5.art atomic 2.6 M
php-common x86_64 5.3.6-3.el5.art atomic 972 k
Installing for dependencies:
libedit x86_64 3.0-2.20090923cvs.el5.art atomic 81 k
mysql-libs x86_64 5.1.57-1.el5.art atomic 2.1 M
Updating for dependencies:
php-gd x86_64 5.3.6-3.el5.art atomic 208 k
php-imap x86_64 5.3.6-3.el5.art atomic 87 k
php-ldap x86_64 5.3.6-3.el5.art atomic 55 k
php-mbstring x86_64 5.3.6-3.el5.art atomic 2.3 M
php-mysql x86_64 5.3.6-3.el5.art atomic 158 k
php-pdo x86_64 5.3.6-3.el5.art atomic 117 k
php-xml x86_64 5.3.6-3.el5.art atomic 221 k

Transaction Summary
=============================================================================
Install 2 Package(s)
Update 10 Package(s)
Remove 0 Package(s)

Total download size: 10 M
Is this ok [y/N]: y
Downloading Packages:
Running rpm_check_debug
ERROR with rpm_check_debug vs depsolve:
Package php-ldap needs php-common = 5.2.17-1.el5.art, this is not available.
Complete!
[root@s15 php.d]#


How can I resolve this?

Thank you.
Post Reply