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]
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
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
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
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
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
"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