After struggling for two days, I've managed to install Apache2.2.9 +
ModPerl2.0.4.
Three crucial things were needed:
1. build mod_perl as a DSO and not static
2. build apache --with-included-apr
3. build libapreq2 --with-apr-config --with-apu-config
I've started apache and tried to acc
Oleg Burlaca wrote:
After struggling for two days, I've managed to install Apache2.2.9 +
ModPerl2.0.4.
Three crucial things were needed:
1. build mod_perl as a DSO and not static
Thats the default
2. build apache --with-included-apr
Correct, by default it uses apxs if its found in $PATH