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

2008-08-01 Thread Mario Rodríguez
no tiene un miembro llamado 'request_config' mod_perl.c:1027: error: 'request_rec' no tiene un miembro llamado 'handler' cc1: warnings being treated as errors mod_perl.c:1019: aviso: variable 'rcfg' sin usar mod_perl.c: En la función 'modperl_response

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

2008-07-30 Thread Philip M. Gollucci
Oleg Burlaca wrote: P.S. I don't see any logical explanation why adding MP_MAINTAINER removed the segfault, but I hope that I did something wrong at the beginning. Well it backs up the NULL memory access. The debugging moved things around and some pointer which is invalid now happens to be

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

2008-07-29 Thread Oleg Burlaca
Hi Philip, thanks for the answer. > I assume you passed paths to those right, otherwise you've just found your problem. Which is conflicting library versions. I'll bet you a beer. Yes, of course "--with-apr-config=/path/to/apr/bin/apr-1-config" here is the complete config line: perl ./Makefile

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

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

Can't compile Apache2.2.9 + ModPerl2.0.4

2008-07-25 Thread Oleg Burlaca
Hi, just got a fresh VPS server and wanted to install the second apache on 8080 but without success The configure process was ok, with only one warning: Your Perl is configured to link against libgdbm, but libgdbm.so was not found. You could just symlink it to /usr/lib/libgdbm.so.2.0.0 perl Ma