PHP 5.3.17

Requests for RPMS, or new coding projects related to server administration, Plesk, security, or anything else you can think of.
MagiCminD
New Forum User
New Forum User
Posts: 1
Joined: Tue Nov 06, 2012 6:29 am
Location: Lisbon

PHP 5.3.17

Unread post by MagiCminD »

Hello there

I am in at a new job and my task is now to look for a major web application, nationwide, that resides on a Fedora 13 (Goddard) with php 5.3.17

Before I can even DREAM of updating distro and php release, I need to have some bugs fixed and logically, to have a development scenario set.

So I came looking for wich PHP was in:
-bash-4.1# yum list installed | grep php
php.x86_64 5.3.17-10.fc13.art @atomic
php-PHPMailer.noarch 5.1-2.fc13 @updates
php-Smarty.noarch 2.6.26-1.fc13.art @atomic
php-ZendFramework.noarch 1.11.6-1.fc13 @updates
php-ZendFramework-Pdf.noarch 1.11.6-1.fc13 @updates
php-ZendFramework-Search-Lucene.noarch
php-bcmath.x86_64 5.3.17-10.fc13.art @atomic
php-captchaphp.noarch 2.2-2.fc13 @updates
php-cli.x86_64 5.3.17-10.fc13.art @atomic
php-common.i686 5.3.17-10.fc13.art @atomic
php-common.x86_64 5.3.17-10.fc13.art @atomic
php-dba.x86_64 5.3.17-10.fc13.art @atomic
php-devel.x86_64 5.3.17-10.fc13.art @atomic
php-domxml-php4-php5.noarch 1.21.2-1.fc13 @updates
php-email-address-validation.noarch 0-0.3.20090910svn.fc13 @fedora
php-embedded.x86_64 5.3.17-10.fc13.art @atomic
php-facedetect.x86_64 1.0.0-5.fc13 @fedora
php-fpm.x86_64 5.3.17-10.fc13.art @atomic
php-gd.x86_64 5.3.17-10.fc13.art @atomic
php-intl.x86_64 5.3.17-10.fc13.art @atomic
php-mbstring.x86_64 5.3.17-10.fc13.art @atomic
php-mcrypt.x86_64 5.3.17-10.fc13.art @atomic
php-mssql.x86_64 5.3.17-10.fc13.art @atomic
php-mysql.x86_64 5.3.17-10.fc13.art @atomic
php-pdo.x86_64 5.3.17-10.fc13.art @atomic
php-pear.noarch 1:1.9.2-3.fc13 @updates
php-pecl-apc.x86_64 3.1.9-3.fc13.art @atomic
php-pecl-apc-devel.x86_64 3.1.9-3.fc13.art @atomic
php-pecl-imagick.x86_64 3.0.0-5.fc13 @updates
php-pecl-memcached.x86_64 1.0.0-3.fc13.1 @fedora
php-process.x86_64 5.3.17-10.fc13.art @atomic
php-sqlite.i686 5.3.17-10.fc13.art @atomic
php-tidy.x86_64 5.3.17-10.fc13.art @atomic
php-xml.x86_64 5.3.17-10.fc13.art @atomic

-bash-4.1# yum list installed | grep mysql

mysql.x86_64 5.5.28-12.fc13.art @atomic
mysql-libs.x86_64 5.5.28-12.fc13.art @atomic
php-mysql.x86_64 5.3.17-10.fc13.art @atomic
______________________________________________________________________________________

No surprise... all @atomic


So, I got my Fedora 13 installed and set the @atomic repository to be used with YUM and well...
used:
rpm -ivh http://www6.atomicorp.com/channels/atom ... .noarc.rpm

and then:
yum --enablerepo=atomic list php

it returned:
php.i686 5.3.17-10.fc13.art atomic
php.x86_64 5.3.17-10.fc13.art atomic


GREAT!!!!
Now I just installed the one I want:

yum --enablerepo=atomic install php.x86_64

AND IT FAILS!!!!!!!!!!


Not because of dependencies but BECAUSE NO MIRROR WAS SERVING THESE!!!!!


Can any one help, please?
:(


Thanks.
Fernando Trindade
Portugal
faris
Long Time Forum Regular
Long Time Forum Regular
Posts: 2321
Joined: Thu Dec 09, 2004 11:19 am

Re: PHP 5.3.17

Unread post by faris »

Unfortunately Fedora 13 went EOL on the 24th of June 2011. I don't think the RPMs are available anymore -- they take up a lot of space so the older ones (for EOL OSes in particular) tend to get removed to save space.

Are the original RPMs still on the live system? Maybe you could copy them accross?
--------------------------------
<advert>
If you want to rent a UK-based VPS that comes with friendly advice and support from a fellow ART fan, please get in touch.
</advert>
Post Reply