AW: Apache::SizeLimit ( mp1 and mp2 )-> I think there is a logical error in the code ...

2005-06-09 Thread Andreas.Nolte
Hi y`all, Just as a follow-up: - replacing getppid with with syscall( &SYS_getppid ) and requiring syscall.ph did the job ! - test system is Suse Linux Enterprise 9 SP1 with mp 1 THX @ Torsten ! Cheers Andreas -Ursprüngliche Nachricht- Von: Torsten Foertsch [mailto:[EMAIL PROTECTED]

Re: [MP2] Bug Report - Segfault when using Image::Magick

2005-06-09 Thread William McKee
On Tue, Jun 07, 2005 at 11:40:49PM +1000, Stas Bekman wrote: > Something is not right here. Your perl is not threaded: > > However the segfault shows threads operation: Yeah, it's bizarre. > >#0 0x882fa1d7 in kill () from /lib/libc.so.5 > >(gdb) bt > >#0 0x882fa1d7 in kill () from /lib/libc.s

Re: [MP2] Bug report - errors when compiling with MP_DEBUG flag

2005-06-09 Thread William McKee
On Tue, Jun 07, 2005 at 11:35:46PM +1000, Stas Bekman wrote: > That's OK, William. But you aren't after defined symbols in .so, you are > after the APR_HAS_THREADS define which should be undef. Moreover, you are > building a static version so the symbols aren't coming from .so but .a/.la > archi

mod_perl success

2005-06-09 Thread Eric
Hi, I just wanted to mention this company I just found out about today. I have not heard of them before and happened to find them doing some googling. http://www.metadot.com The point being they use mod_perl with Registry.pm and they seem to be doing fairly well. I talked to a salesman for

Re: Can't load perl file

2005-06-09 Thread Nick Pietraniec
I had something like use Apache2 use Apache2::compat (); before, but I pasted directly what was in the tutorial (below) and it worked. As long as I'm shooting out an email to the list, does anyone know offhand exactly what options I need to put in there to run a script that I'm moving from a

OT: module announcement suggestion/CPAN improvement

2005-06-09 Thread Dan Wilga
From time to time, I see posts to this list like the one quoted below. The problem is that, unless you already know what the module being announced is, the message is of limited use. If there was a short description telling me what Apache-AuthTicket does, I would be more likely to remember tha

Re: Can't load perl file

2005-06-09 Thread Robert
"Nick Pietraniec" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Turns out it was an error in the mod_perl.pl file > > I took "Can't load" to mean "Where's this file?" Where I should have > taken it as "There's an error in this file" > What was the problem? I have that error as w