yum install php*.x86_64 fails

Support/Development for PHP
NightMan
Forum User
Forum User
Posts: 5
Joined: Fri May 11, 2007 11:50 am

yum install php*.x86_64 fails

Unread post by NightMan »

I am trying to upgrade/install the php packages for CentOs 5.x
but it fails:

Installed Packages
php-cli.x86_64 5.2.6-1.el5.art installed

php-cli is already installed but it gives following error..


Dependencies Resolved

=============================================================================
Package Arch Version Repository Size
=============================================================================
Installing:
php-mhash x86_64 5.2.6-1.el5.art atomic 28 k
php-mssql x86_64 5.2.6-1.el5.art atomic 66 k
php-mysql x86_64 5.2.6-1.el5.art atomic 279 k
php-ncurses x86_64 5.2.6-1.el5.art atomic 81 k
php-odbc x86_64 5.2.6-1.el5.art atomic 122 k
php-pecl-Fileinfo x86_64 1.0.4-3.el5.centos extras 11 k
php-pecl-memcache x86_64 2.2.3-1.el5_2 extras 32 k
php-pgsql x86_64 5.2.6-1.el5.art atomic 169 k
php-readline x86_64 5.1.6-15.el5.centos.1 extras 11 k
php-snmp x86_64 5.2.6-1.el5.art atomic 44 k
php-soap x86_64 5.2.6-1.el5.art atomic 367 k
php-suhosin x86_64 0.9.22-1.el5.art atomic 222 k
php-tidy x86_64 5.2.6-1.el5.art atomic 56 k
php-xml x86_64 5.2.6-1.el5.art atomic 340 k
php-xmlrpc x86_64 5.2.6-1.el5.art atomic 136 k
Installing for dependencies:
freetds x86_64 0.64-11.el5.centos extras 866 k
libtidy x86_64 0.99.0-12.20070228.el5.centos extras 140 k
lm_sensors x86_64 2.10.0-3.1 base 504 k
mhash x86_64 0.9.9-1.el5.centos extras 106 k
net-snmp x86_64 1:5.3.1-24.el5_2.1 updates 703 k
php-pdo x86_64 5.2.6-1.el5.art atomic 168 k

Transaction Summary
=============================================================================
Install 21 Package(s)
Update 0 Package(s)
Remove 0 Package(s)

Total download size: 4.3 M
Is this ok [y/N]: y
Downloading Packages:
Running rpm_check_debug
ERROR with rpm_check_debug vs depsolve:
Package php needs php-cli = 5.2.6-1.el5.art, this is not available.
Package php-pear needs php-cli, this is not available.
Complete!
scott
Atomicorp Staff - Site Admin
Atomicorp Staff - Site Admin
Posts: 8355
Joined: Wed Dec 31, 1969 8:00 pm
Location: earth
Contact:

Unread post by scott »

try "yum upgrade"
Foekie_t
Forum User
Forum User
Posts: 5
Joined: Sun Aug 24, 2008 4:56 pm

YUM update error.. ?

Unread post by Foekie_t »

Hi,


I have same problem as him... Please see below after I did yum update. I did yum install php* and after that this error comes. Also when I do php -v then I get below error.

Please help and thanks.

php-v error:

# php -v
Failed loading /usr/lib/php/modules//php_ioncube_loader_lin_5.1.so: /usr/lib/php/modules//php_ioncube_loader_lin_5.1.so: undefined symbol: zend_unmangle_property_name_ex
PHP 5.2.6 (cli) (built: May 2 2008 16:06:40)
Copyright (c) 1997-2008 The PHP Group
Zend Engine v2.2.0, Copyright (c) 1998-2008 Zend Technologies



yum install php* error:


Install 47 Package(s)
Update 0 Package(s)
Remove 0 Package(s)

Total download size: 17 M
Is this ok [y/N]: y
Downloading Packages:
Running rpm_check_debug
ERROR with rpm_check_debug vs depsolve:
Package php needs php-cli = 5.2.6-1.el5.art, this is not available.
Package php-pear needs php-cli, this is not available.
Package psa-horde needs /usr/bin/php, this is not available.
Package psa-kronolith needs /usr/bin/php, this is not available.
Complete
Post Reply