LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Fedora (https://www.linuxquestions.org/questions/fedora-35/)
-   -   Need yum repos with php 4.3.11 (https://www.linuxquestions.org/questions/fedora-35/need-yum-repos-with-php-4-3-11-a-328473/)

ericcarlson 05-30-2005 04:56 AM

Need yum repos with php 4.3.11
 
Im running PHP 4.3.10 on FC2C3 and have been hit by this bug: http://sourceforge.net/mailarchive/f...forum_id=35147

So, seems all I need to do is update to PHP 4.3.11, the RPM is available from all the mirrors but I'd like yum to do it so the dependencies are resolved.

[root@morpheus /]# rpm -q php
php-4.3.10-2.4
[root@morpheus /]# yum update php
Gathering header information file(s) from server(s)
Server: Fedora Core 2 - i386 - Base
Server: Fedora Core 2 - i386 - Released Updates
Finding updated packages
Downloading needed headers
php is installed and the latest version.
No actions to take

Ok, try the rpm directly:

[root@morpheus data]# rpm -Uvh php-4.3.11-2.5.i386.rpm
warning: php-4.3.11-2.5.i386.rpm: V3 DSA signature: NOKEY, key ID 4f2a6fd2
error: Failed dependencies:
libcurl.so.3 is needed by php-4.3.11-2.5
php = 4.3.10-2.4 is needed by (installed) php-mysql-4.3.10-2.4
php = 4.3.10-2.4 is needed by (installed) php-pgsql-4.3.10-2.4
php = 4.3.10-2.4 is needed by (installed) php-imap-4.3.10-2.4
php = 4.3.10-2.4 is needed by (installed) php-ldap-4.3.10-2.4
php = 4.3.10-2.4 is needed by (installed) php-mbstring-4.3.10-2.4

I tried livna and that didn't have it either. Anyone know for definite a yum repos where I can get that specific php version please?

hob 05-30-2005 08:48 AM

Take a look at fedoratracker.org, which indexes third-party repositories.


All times are GMT -5. The time now is 02:20 AM.