centos

PHP 5.2 in Centos OS 5

roland's picture

If you use these instructions http://blog.famillecollet.com/pages/Config-en, you will get this message:

Error: Missing Dependency: libt1.so.5 is needed by package php-gd

You will need the t1lib from:

wget ftp://ftp.pbone.net/mirror/centos.karan.org/el5/extras/testing/i386/RPMS...
sudo rpm -i t1lib-5.1.0-9.el5.kb.i386.rpm

Then,

sudo su
cd /etc/yum.repos.d
wget http://rpms.famillecollet.com/remi-enterprise.repo yum --enable remi install php
Syndicate content