Associate
- Joined
- 19 Jun 2003
- Posts
- 1,680
- Location
- West Yorks, UK
Hi all,
I run a Fedora Core 3 dedicated server, rented from Fasthosts. As it's FC3, PHP is only on 4.3 and I need to move to 5.2. I've downloaded a PHP 5.2.3 RPM from RPMFind.net, and tried to install it, but am getting the following errors:
As i'm more of a Ubuntu person, i'm not quite sure what this is telling me. Is it saying that the things at the end of the list depend on the PHP version that is installed (ie. the version of php-pear i have requires the version of PHP i have)? How can I get around these errors? Is it a case of just find the RPM for each and updating them one by one (but will i keep encountering the same errors!)?
Cheers,
Matt
I run a Fedora Core 3 dedicated server, rented from Fasthosts. As it's FC3, PHP is only on 4.3 and I need to move to 5.2. I've downloaded a PHP 5.2.3 RPM from RPMFind.net, and tried to install it, but am getting the following errors:
Code:
rpm -Uvh php-5.2.3-2.i386.rpm
error: Failed dependencies:
httpd-mmn = 20051115 is needed by php-5.2.3-2.i386
libc.so.6(GLIBC_2.4) is needed by php-5.2.3-2.i386
libcrypto.so.6 is needed by php-5.2.3-2.i386
libcurl.so.4 is needed by php-5.2.3-2.i386
libssl.so.6 is needed by php-5.2.3-2.i386
php-cli = 5.2.3-2 is needed by php-5.2.3-2.i386
php-common = 5.2.3-2 is needed by php-5.2.3-2.i386
rtld(GNU_HASH) is needed by php-5.2.3-2.i386
php = 4.3.11-2.8 is needed by (installed) php-ldap-4.3.11-2.8.i386
php = 4.3.11-2.8 is needed by (installed) php-mysql-4.3.11-2.8.i386
php = 4.3.11-2.8 is needed by (installed) php-pear-4.3.11-2.8.i386
php = 4.3.11-2.8 is needed by (installed) php-gd-4.3.11-2.8.i386
php = 4.3.11-2.8 is needed by (installed) php-devel-4.3.11-2.8.i386
Cheers,
Matt