[mp1] sbrk() out of memory error (help needed with C library path issue)

2005-05-18 Thread Mark Stosberg
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

Re: Path issue

2005-04-25 Thread Philip M. Gollucci
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.

Re: Path issue

2005-04-25 Thread Jonathan Vanasco
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 ?

Re: Path issue

2005-04-25 Thread Cure
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

Re: Path issue

2005-04-25 Thread Tom Schindl
-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

Path issue

2005-04-25 Thread Cure
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