Hi all,
I'm having a bit of an unforseen issue upgrading from Apache1.3x to Apache 2 with PHP. When I attempt to configure Apache using the command I always used to:
./configure --activate-module=src/modules/php4/libphp4.a
I get:
configure: error: unrecognized option: --activate-module=src/modules/php4/libphp4.a
Try `./configure --help' for more information.
The help doesn't list --activate-module as an option! I can't find any files with 'php' in their name in the httpd2 folder either. Yet if I continue without this option, I can't get php to work.
Any ideas?
TIA,
Kilo.