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
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
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
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
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
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