PHP 5 installation problem under Linux

Hi,
I was trying to install php-5.2.6 in RedHat EL-WS4.
I used the following commands

tar -xjvf php-5.2.6.tar.bz2


./configure --with-config-file-path=/etc --with-mysql=/usr/include/mysql
--with-apxs2=usr/local/apache2/bin/apxs --with-zlib --with-gd --with-xsl

make

make install

cp php.ini-recommended /etc/php.ini

cd /usr/local/apache2/bin/apache1 restart




Then I checked the version using the command
rpm -qa |grep php
But what I got is the old version number that is

php-4.3.9-3.1

Could anybody help me out????????Did you do Step 14 on this page (<!-- m --><a class="postlink" href="http://us.php.net/manual/en/install.unix.apache2.php">http://us.php.net/manual/en/install.unix.apache2.php</a><!-- m -->)?
 
Back
Top