php issues

Support/Development for PHP
sakshale

php issues

Unread post by sakshale »

I've seen some discussion of this problem, but they all end up with a recommendation to upgrade Zend. So, I did. Unfortunately, it appears that what I really have is PHP 4.3.2!

RH 9 system (1and1) with ZendOptimizer-2.5.7-linux-glibc21-i386 newly installed.
Plesk 7.5.1

# yum update php
Gathering header information file(s) from server(s)
Server: Atomic Rocket Turtle - 9 - App Vault RPMS
Server: Atomic Rocket Turtle - 9 - Atomic PSA-Compatible RPMS
Server: Atomic Rocket Turtle - 9 - Atomic PSA
Server: Red Hat Linux 9 - i386 - Base
Server: Fedora Legacy utilities for Red Hat Linux 9
Server: Atomic Rocket Turtle - 9 - SW-Soft PSA 7.5 RPMS
Server: Red Hat Linux 9 - i386 - updates
Finding updated packages
Downloading needed headers
Resolving dependencies
.....Unable to satisfy dependencies
Package php-mbstring needs php = 4.3.10-1.rh90.art, this is not available.
Package php needs php-mbstring = 4.3.10-1.rh90.art, this is not available.
Package php-pgsql needs php = 4.3.10-1.rh90.art, this is not available.
Package php-mysql needs php = 4.3.10-1.rh90.art, this is not available.
Package php-imap needs php = 4.3.10-1.rh90.art, this is not available.
# # rpm -qa |grep php
phpsurveyor-0.98-6
php-pgsql-4.3.2-psa.rh9.1
phpWiki-1.2-6
phpBugTracker-1.1-2
php-4.3.2-psa.rh9.1
phpBook-1.50-1
phpAds-2.0-1
phpMyFamily-1.3-1
phpBB-2.0.11-1
php-mysql-4.3.2-psa.rh9.1
phpDig-1.83-7
php-imap-4.3.2-psa.rh9.1
phpMoney-1.3-5
#
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 »

just try "yum update", although I suspect that the sw-soft naming convention (-psa) is the culprit here. I stopped doing that in the summer for the same reasons
sakshale

Unread post by sakshale »

scott wrote:just try "yum update", although I suspect that the sw-soft naming convention (-psa) is the culprit here. I stopped doing that in the summer for the same reasons
Same.

# yum update
Gathering header information file(s) from server(s)
Server: Atomic Rocket Turtle - 9 - App Vault RPMS
Server: Atomic Rocket Turtle - 9 - Atomic PSA-Compatible RPMS
Server: Atomic Rocket Turtle - 9 - Atomic PSA
Server: Red Hat Linux 9 - i386 - Base
Server: Fedora Legacy utilities for Red Hat Linux 9
Server: Atomic Rocket Turtle - 9 - SW-Soft PSA 7.5 RPMS
Server: Red Hat Linux 9 - i386 - updates
Finding updated packages
Downloading needed headers
Resolving dependencies
......Unable to satisfy dependencies
Package php-mbstring needs php = 4.3.10-1.rh90.art, this is not available.
Package php-pgsql needs php = 4.3.10-1.rh90.art, this is not available.
Package php needs php-mbstring = 4.3.10-1.rh90.art, this is not available.
Package php-mysql needs php = 4.3.10-1.rh90.art, this is not available.
Package php-imap needs php = 4.3.10-1.rh90.art, this is not available.
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 »

as I suspected, you'll have to remove all their php rpms
Post Reply