Hey,
trying to configure php as a module in apache, and followed the instructions found at
http://www.php.net/manual/en/install.apache.php
under Servers-Apache.
My problem is at step 12:
./configure --activate-module=src/modules/php4/libphp4.a
generates errormess:
configure:Error: invalid option: '--active-module=src/modules/php4/libphp4.a'
Tried changing libphp4.a to libmodphp4.a (as the later exists), but with same result.
Anyone got a pointer of how I tackle this? Time is of essence, if I cannot get this working this week I'm in heaps of trouble... 🙂
Thanks in advance,
Magnus