Installing modperl with non-ActivePerl perl (eg. PXPerl)

2005-12-03 Thread Foo Ji-Haw
Hello all,   I recently stumbled upon this Perl distribution called PXPerl (for Windows). It sounds amazing, offering to compile modules directly from CPAN (and works with 3 major free compilers).   But I gotta ask this: I've been using ActivePerl + modperl for the longest time. Can modperl w

Re: Out of memory ?!

2005-12-03 Thread Len Kranendonk
> Are they always in Storable::thaw? What are you thawing? No, it happens on any module: Out of memory during request for 55504 bytes, total sbrk() is 26630144 bytes! [Fri Dec 2 11:24:11 2005] TagFilter.pm: Callback called exit at /knvb/WebGUI/li b/HTML/TagFilter.pm line 402. [Fri Dec 2 11:24:

Re: Out of memory ?!

2005-12-03 Thread Perrin Harkins
On Sat, 2005-12-03 at 14:57 +0100, Len Kranendonk wrote: > Out of memory during request for 77000 bytes, total sbrk() is 14952448 > bytes! > [Mon Nov 7 00:08:01 2005] thaw.al): Callback called exit at > ../../lib/Storable.pm (autosplit into ../../lib/auto/Storable/tha > w.al) line 363. Are they a

Re: Out of memory ?!

2005-12-03 Thread Philip M. Gollucci
Len Kranendonk wrote: Hello all, Once in a while I get "Out of memory" errors on our mod_perl servers. They look like this: Out of memory during request for 77000 bytes, total sbrk() is 14952448 bytes! [Mon Nov 7 00:08:01 2005] thaw.al): Callback called exit at ../../lib/Storable.pm (autosplit

Re: [mp2] Installing mod_perl packages into different location than default

2005-12-03 Thread Philip M. Gollucci
Jozef Kosoru wrote: On Sat, Dec 03, 2005 at 02:31:06 -0500, Philip M. Gollucci wrote: Jozef Kosoru wrote: $ perl Makefile.PL PREFIX=/home/webuser/perl/ Unfortunately that doesn't work. It still tries to use global directory: Can't open file /usr/lib/perl5/site_perl/5.8.6/i686-linux-threa

Re: error when starting apache with mod_perl

2005-12-03 Thread Chris Grau
On Sun, Dec 04, 2005 at 12:13:48AM +0800, Stephen Ng wrote: > I received the following error when starting apache - > > httpd failed. The error was: Stopping httpd: [ OK ] > Starting httpd: Syntax error on line 10 of /etc/httpd/conf.d/perl.conf: > Cannot load /etc/httpd/modules/mod_perl.so into

Re: Connection pooling in Apache2

2005-12-03 Thread Perrin Harkins
On Sat, 2005-12-03 at 19:32 +1100, Adam Kennedy wrote: > If mod_dbd is just providing the connection pooling, would it be > possible to write a mod_perl2 adapter/subclass/driver to let DBI pull > it's connections out of that pool? I think that's a question for someone who is deeply familiar with

error when starting apache with mod_perl

2005-12-03 Thread Stephen Ng
I received the following error when starting apache - httpd failed. The error was: Stopping httpd: [ OK ] Starting httpd: Syntax error on line 10 of /etc/httpd/conf.d/perl.conf: Cannot load /etc/httpd/modules/mod_perl.so into server: /etc/httpd/modules/mod_perl.so: undefined symbol: Perl_Ippid_

Strange APR::UUID Issue on OpenBSD in Makeifle.PL

2005-12-03 Thread Christopher H. Laco
I'm headed out for the day, so I apologize for the email-and -un. I posted this last night to PerlMonks, and I'll post it to the EU::MM list when I get home: http://perlmonks.org/?node_id=513773 Long story short, I got reports that perl Makefile.PL for my dist was producing a 0 byte Makefile. Aft

Re: Apache2::Reload problem

2005-12-03 Thread JT Smith
http://svn.apache.org/viewcvs.cgi/perl/modperl/trunk/lib/mod_perl2.pm?rev=280262&r1=191197&r2=280262 That was my commit that did that. And for that, you're a very bad man! =) JT ~ Plain Black ph: 703-286-2525 ext. 810 fax: 312-264-5382 http://www.plainblack.com I reject your reality, and su

Out of memory ?!

2005-12-03 Thread Len Kranendonk
Hello all, Once in a while I get "Out of memory" errors on our mod_perl servers. They look like this: Out of memory during request for 77000 bytes, total sbrk() is 14952448 bytes! [Mon Nov 7 00:08:01 2005] thaw.al): Callback called exit at ../../lib/Storable.pm (autosplit into ../../lib/auto/Sto

Re: [mp2] Installing mod_perl packages into different location than default

2005-12-03 Thread Jozef Kosoru
On Sat, Dec 03, 2005 at 02:31:06 -0500, Philip M. Gollucci wrote: > >Jozef Kosoru wrote: > >>> $ perl Makefile.PL PREFIX=/home/webuser/perl/ > >> > >>Unfortunately that doesn't work. It still tries to use global > >>directory: > >> > >> Can't open file > >> > >>/usr/lib/perl5/site_perl/5.8.6/

Re: Connection pooling in Apache2

2005-12-03 Thread Adam Kennedy
Would that necesarily be the case? If mod_dbd is just providing the connection pooling, would it be possible to write a mod_perl2 adapter/subclass/driver to let DBI pull it's connections out of that pool? Adam K Perrin Harkins wrote: On Fri, 2005-12-02 at 19:34 +0100, Tom Schindl wrote: j

Re: Connection pooling in Apache2

2005-12-03 Thread Philip M. Gollucci
Perrin Harkins wrote: On Fri, 2005-12-02 at 19:34 +0100, Tom Schindl wrote: just because I came across it are there any plans to use mod_dbd-connection of Apache-2.2? Never heard of this before, but it looks like a replacement for DBI, so you'd probably have to rewrite all of your DBI code to