Hello,
I'm trying to get Graphics::Magick to work with mod_perl on FreeBSD
4.10.
On our FreeBSD 5.1 development server, everything works fine.
It appears that as soon as the module is attempted to be used,
an infinite loop is entered resulting an out of memory error.
I used 'truss' to see what
Jonathan Vanasco wrote:
you'll have to get the current svn from
http://httpd.apache.org/apreq/
i think the tar/gz on the middle of that page is still the RC4
compatible version
On Apr 25, 2005, at 2:48 PM, Cure wrote:
will upgrade. Where can I found libapreq 2 on cpan ?
You are correct, 2.
you'll have to get the current svn from
http://httpd.apache.org/apreq/
i think the tar/gz on the middle of that page is still the RC4
compatible version
On Apr 25, 2005, at 2:48 PM, Cure wrote:
will upgrade. Where can I found libapreq 2 on cpan ?
Tom Schindl wrote:
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Hi,
when running the old mod-perl rcs which means older than rc5 you'll have
to load Apache2 e.g. in startup.pl which will add the
/usr/local/lib/perl5/site_perl/5.8.6/mach/Apache2/ in your @INC.
But I'd suggest not to do that. In rc5
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Hi,
when running the old mod-perl rcs which means older than rc5 you'll have
to load Apache2 e.g. in startup.pl which will add the
/usr/local/lib/perl5/site_perl/5.8.6/mach/Apache2/ in your @INC.
But I'd suggest not to do that. In rc5 there has been a m
I'm currently in the processof porting mod_perl 1.0 code to run under
mod_perl 2.0.
Alot of my mod_perl libraries are in
-->/usr/local/lib/perl5/site_perl/5.8.6/mach/Apache2/Apache/
So when I try to load module Apache::porting . I get the following
error -->
[Mon Apr 25 12:06:38 2005] [erro