Hulya Gurer wrote:
Hi,
I have installed php5 but there is no libphp5.so module installed on apache/modules directory at all.
Anyone has any idea what might be the reason? I didn't get any error messages, after the installation
completed?
Thanks much, Hulya
Did you include the following line in your ./configure?
--with-apxs2=/usr/local/apache2/bin/apxs
You will probably need to alter that value based on the actual location of apxs on your system.