I am having real difficulties doing this....
I've extraced the sources files in to /var/php/php-4.2.2
Then i've typed:
[FONT=times new roman]./configure --with-mysql
make
make install[/FONT]
All is good up to hear but im unsure exactly what to change in the httpd.conf file. I hjave read a tutorial that says
[FONT=times new roman]LoadModule php3_module libexex/libphp3.so
AddModule mod_php3.c [/FONT]
Then edit the /etc/httpd/conf/srm.conf and add the following lines
[FONT=times new roman]
AddType application/x-httpd-php3 .php3
AddType application/x-httpd-php3-source .phps
[/FONT]
But etc/httpd/conf/srm.conf doesn't exist. If i try to restart apache it will shutdown but not restart. The error i get is:
[FONT=times new roman]
Apache 1.3 configuration directives found
please read /usr/share/doc/httpd-2.0.40/migration.html
[FAILED][/FONT]
Any help appeciated