Le lundi 02 juillet 2012 à 03:50 +0400, rei...@ya.ru a écrit :
> Hello.
Hi,
> So, whats wrong?
>
Dude, a lot of things...
Not sure I can catch them all, but since nobody is tackling it, see some
comments below.
> I've found unexpected behavior of modperl handler. If handler return
> Apa
Le lundi 02 juillet 2012 à 03:50 +0400, rei...@ya.ru a écrit :
> Hello.
Hi,
> So, whats wrong?
>
Dude, a lot of things...
Not sure I can catch them all, but since nobody is tackling it, see some
comments below.
> I've found unexpected behavior of modperl handler. If handler return
> Apa
I keep getting this error trying to build the dso mod_perl2 with
apache2. Httpd was built with mpm-prefork, perl was not compiled with
threads. below are configure options.
this is the build error with the
configure options:
root [ ~/.cpan/build/mod_perl-2.0.7-gdtpWS ]# perl
Makefile.PL MP_A
Can you upgrade your httpd past 2.2.8? Looks like this was a problem
with Apache that was fixed in a later release.
http://mail-archives.apache.org/mod_mbox/httpd-dev/200906.mbox/%3ca8a7bdaf385ba518e3d8de420ac1458d.squir...@webmail.envitory.se%3E
http://svn.apache.org/viewvc?revision=779472&view=r
> mod_perl.c:265: error: ‘Nullav’ undeclared (first use in this function)
Hmm, found this in
http://search.cpan.org/~rjbs/perl-5.16.0/pod/perl5101delta.pod
Uses of Nullav, Nullcv, Nullhv, Nullop, Nullsv etc have been replaced
by NULL in the core code, and non-dual-life modules, as NULL is
clearer
Apache 2.4 support hasn't been added yet, so I'm guessing that may
have contributed to this build failure. You may want to try with just
the MP_APXS build arguments though.
On Thu, Jul 12, 2012 at 2:46 PM, Susan wrote:
> I keep getting this error trying to build the dso mod_perl2 with apache2.
>