Re: Can't compile Apache2.2.9 + ModPerl2.0.4

2008-07-27 Thread Oleg Burlaca
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

Re: Can't compile Apache2.2.9 + ModPerl2.0.4

2008-07-27 Thread Philip M. Gollucci
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