for a project in my university I need to install Apache with PHP. I use Apache 2.0.48 and PHP4.3.0
At this time I tested it only on my own Computer.
When compiling I use these parameters for Apache (I wrote myself a script to compile Apache and PHP)
--prefix=$APACHEPREFIX --enable-cgi --enable-so --with-port=$PORTNR --with-suexec-docroot=$DOCROOT
PHP
--prefix=$PHPPREFIX --with-apxs2=$APACHE_APXS_TOOL --with-config-file-path=$PHPINIFILEPATH
When building this files as non root the 'libphp4.so' isn't created and the 'httpd.conf' is not changed. No errormessages or warnings.
As root all works fine. But in my university I haven't root access.
Maybe it will work with an older version of the Apache?
Anyone an idea?
Thanks.
Greetings Fabian