Hello, I am trying to install php6 on ii, and I having difficulties because php6 needs to detect a module in the httpd.conf file. I put a dummy one in there, but I still can't get the sudo make install to work.
Here is the error message when I run sudo make install:
Installing PHP SAPI module: apache2handler
/usr/share/apache2/build/instdso.sh SH_LIBTOOL='/usr/share/apr-1.0/build/libtool' libphp6.la /usr/lib/apache2/modules
/usr/share/apr-1.0/build/libtool --mode=install cp libphp6.la /usr/lib/apache2/modules/
cp .libs/libphp6.so /usr/lib/apache2/modules/libphp6.so
cp .libs/libphp6.lai /usr/lib/apache2/modules/libphp6.la
libtool: install: warning: remember to run `libtool --finish /home/adaykin/php_source/php6.0-200812100530/libs'
chmod 644 /usr/lib/apache2/modules/libphp6.so
apxs:Error: Activation failed for custom /etc/apache2/httpd.conf file..
apxs:Error: At least one `LoadModule' directive already has to exist..
make: *** [install-sapi] Error 1