php 5.2.17 on centos 6

Support/Development for PHP
Marcelo_Ramone
New Forum User
New Forum User
Posts: 1
Joined: Wed Jan 23, 2013 2:20 pm
Location: Uruguay

php 5.2.17 on centos 6

Unread post by Marcelo_Ramone »

Hello,

I need php 5.2 on centos 6 server.

I'M trying to install from atomic repo, but it has dependencies problems:

Code: Select all

yum install php
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
 * base: mirror.wiredtree.com
 * epel: mirror.steadfast.net
 * extras: mirror.fdcservers.net
 * updates: centos.mirrors.tds.net
Setting up Install Process
Resolving Dependencies
--> Running transaction check
---> Package php.x86_64 0:5.2.17-jason.2 will be installed
--> Processing Dependency: php-cli = 5.2.17-jason.2 for package: php-5.2.17-jason.2.x86_64
--> Processing Dependency: php-common = 5.2.17-jason.2 for package: php-5.2.17-jason.2.x86_64
--> Processing Dependency: libcrypto.so.6()(64bit) for package: php-5.2.17-jason.2.x86_64
--> Processing Dependency: libcurl.so.3()(64bit) for package: php-5.2.17-jason.2.x86_64
--> Processing Dependency: libssl.so.6()(64bit) for package: php-5.2.17-jason.2.x86_64
--> Running transaction check
---> Package openssl098e.x86_64 0:0.9.8e-17.el6.centos.2 will be installed
---> Package php.x86_64 0:5.2.17-jason.2 will be installed
--> Processing Dependency: libcurl.so.3()(64bit) for package: php-5.2.17-jason.2.x86_64
---> Package php-cli.x86_64 0:5.2.17-jason.2 will be installed
--> Processing Dependency: libcurl.so.3()(64bit) for package: php-cli-5.2.17-jason.2.x86_64
--> Processing Dependency: libreadline.so.5()(64bit) for package: php-cli-5.2.17-jason.2.x86_64
---> Package php-common.x86_64 0:5.2.17-jason.2 will be installed
--> Running transaction check
---> Package compat-readline5.x86_64 0:5.2-17.1.el6 will be installed
---> Package php.x86_64 0:5.2.17-jason.2 will be installed
--> Processing Dependency: libcurl.so.3()(64bit) for package: php-5.2.17-jason.2.x86_64
---> Package php-cli.x86_64 0:5.2.17-jason.2 will be installed
--> Processing Dependency: libcurl.so.3()(64bit) for package: php-cli-5.2.17-jason.2.x86_64
--> Finished Dependency Resolution
Error: Package: php-cli-5.2.17-jason.2.x86_64 (utterramblings)
           Requires: libcurl.so.3()(64bit)
Error: Package: php-5.2.17-jason.2.x86_64 (utterramblings)
           Requires: libcurl.so.3()(64bit)
 You could try using --skip-broken to work around the problem
 You could try running: rpm -Va --nofiles --nodigest
Is there another way to install php 5.2 on centos 6?

I used www.atomicorp.com/installers/atomic to create the yum repository following this guide: http://shellboy.com/install-php-52-on-r ... tos-6.html

Thank you.-
scott
Atomicorp Staff - Site Admin
Atomicorp Staff - Site Admin
Posts: 8355
Joined: Wed Dec 31, 1969 8:00 pm
Location: earth
Contact:

Re: php 5.2.17 on centos 6

Unread post by scott »

Those are actually coming from a different repository (.jason) so all you need to do is disable that repo to get at the atomic packages.
manhapt
New Forum User
New Forum User
Posts: 1
Joined: Mon Oct 14, 2013 9:26 pm
Location: Tokyo

Re: php 5.2.17 on centos 6

Unread post by manhapt »

scott wrote:Those are actually coming from a different repository (.jason) so all you need to do is disable that repo to get at the atomic packages.
Please tell me more detail about this. I really need to know how to install php 5.2.17 on centos 6.
Thanks.
scott
Atomicorp Staff - Site Admin
Atomicorp Staff - Site Admin
Posts: 8355
Joined: Wed Dec 31, 1969 8:00 pm
Location: earth
Contact:

Re: php 5.2.17 on centos 6

Unread post by scott »

Theyre no longer maintained here. The src.rpms for the legacy packages are still up on all the mirrors though
Post Reply