I have just installed Red Hat 9 and I am trying to get PHP 5 RC1 up and running on Apache 2.0.48. I have compiled and installed Apache which now runs without a problem. However, I compile and install PHP but can not find the libphp5.so file which I need to place in the /usr/local/apache2/modules
directory. I run ./configure for PHP with the following options:
--prefix=/usr/local/php5 --exec-prefix=/usr/local/p
hp5 --with-mysql=/usr/local/my
sql --without-sqlite --with-libxml-dir=/usr/loc
al/libxml2
--with-config-file-path=/u
sr/local/p
hp --disable-cgi
I then run make, then make install
I may be making an obvious mistake, I dont know. Can anyone tell me why no libphp5.so file has been created? Any other pointers would also be appreciated.
Many Thanks
Start Free Trial