Hi everyone, I need to install an older version of PHP - 5.2.16, which is not currently available through an official CentOS repo (as far as I can tell). In order to fulfill our developer's requirements, I've decided to just compile PHP and MySql from the source. Is there a way to find out what are the usual configure options that are used to compile binaries that are available through yum? Thank you! Asya
On 06/13/2011 05:59 PM, Dvorkin, Asya wrote:> Hi everyone, > > I need to install an older version of PHP - 5.2.16, which is not currently available through an official CentOS repo (as far as I can tell). > > In order to fulfill our developer's requirements, I've decided to just compile PHP and MySql from the source. > > Is there a way to find out what are the usual configure options that are used to compile binaries that are available through yum? >CentOS testing[1][2] repo (for C5) has php-5.2.3 to php-5.2.10, also CentOS 5.6 has php-5.3.x [1] http://dev.centos.org/centos/5/CentOS-Testing.repo [2] http://dev.centos.org/centos/5/testing/i386/RPMS/ HTH -- Athmane Madjoudj
2011/6/13 Dvorkin, Asya <dvorkias at umdnj.edu>:> Hi everyone, > > I need to install an older version of PHP - 5.2.16, which is not currently available through an official CentOS repo (as far as I can tell). > > In order to fulfill our developer's requirements, I've decided to just compile ?PHP and MySql from the source. > > Is there a way to find out what are the usual configure options that are used to compile binaries that are available through yum?iuscommunity* repo also provides latest php and mysql-server versions. http://iuscommunity.org/ -- Eero
From: "Dvorkin, Asya" <dvorkias at umdnj.edu>> Is there a way to find out what are the usual configure options that are used to > compile binaries that are available through yum?php -i | grep configure or check from the srpm... JD