Hi,
I've got a mod_perl handler which has been working fine for a long time, but
just recently two people have managed to trigger a seg fault under specific
circumstances.
They are POSTing form data
Only happens over https - doesn't happen via http (ie without SSL)
A certain combination of byte
> A release candidate for mod_perl 2.0.8 is now available! Please
> download, test, and report back.
>
> http://people.apache.org/~phred/mod_perl-2.0.8-rc1.tar.gz
Looking good so far: Perl 5.16.3, MacOSX 10.8.3, Apache 2.2.23
> I just did some more googling, now I know that 'inline' is the issue, and
> found an article that talks about this as a problem with MacPorts for
> mod_perl 2.0.4:
>
> https://trac.macports.org/ticket/32200
>
> The relevant lines:
>
> This is caused by the code assuming to be compiled using
> Not really much idea, but a couple of possibilities spring to mind: does your
> new build have an updated APR, and has the definition of APR_INLINE changed
> in it?
No. I'd completely forgotten about APR, so was just pulling in the version I
built. After looking at this problem I rebuilt it,
Hi,
I tried rebuilding mod_perl 2.0.7 after upgrading various things, and got the
following error message when trying to start Apache:
httpd: Syntax error on line 60 of /usr/local/apache/conf/httpd.conf:
Cannot load /usr/local/apache/modules/mod_perl.so into server:
dlopen(/usr/local/apa