Upgrading to PHP5 and libphp5.so is not created
Hello,
I am trying to upgrade from PHP4 to PHP5, and I am having a few issues.
First, when i entire ./configure --with-mysql --with-pgsql --with-apache=/etc/http (apache was installed via rpm when i installed OSCENT) i get an error that says it cannot find httpd.h.
So I tried ./configure --with-mysql --with-pgsql and it worked fine.
Then I procede to make, make test, then make install and everything appears to be working just fine.
However, the libphp5.so file does not appear in my /etc/httpd/modules/ folder and i cannot find it anywhere.
If someone could please assist me with this issue it would be greatly appreciated.
-James