Hi!
I have problems compiling apache with both mod_perl and php.
If i choose one or the other it works fine, but there is no info on how to
compile all modules in one go.
The closest i get is when i try (in apache directory)...
./configure --activate-module=src/modules/php/libphp4.a --activate-module=sr
c/modules/libperl.a
Unfortunatly this ends with lots of error messages ("couldn't find apaci")
and aborts.
I'm using apache 1.3.12,php4,mod_perl 1.24. OS is RedHat Linux 6.2
Can anyone point me in the right direction?
By the way, wouldn't it be simpler to have a instalation scheme where you
just untar the modules you want into the apache/src/modules and the apache
configuration includes all modules in that directory automatically?
Why do the all have to be built in different ways?
Mats