Hi All,
 I am trying to upgrade from 4.2.2 to 5.0.4 with source in my linux
2.4.20machine.
 tar -xjf php-5.0.4.tar.bz2
tar -xjf httpd-2.0.54.tar.bz2
cd httpd-2.0.54
./configure --prefix=/usr/local/apache2 --enable-module=so
make
make install
 ./configure --prefix=/usr/local/php5 --with-mysql 
--with-apxs2=/usr/local/apache2/bin/apxs --disable-libxml
make
make test
make install
 Build was successful. However, I am not seeming libphp5.so file? How to get 
it.
 Thanks.

Reply via email to