You are viewing a plain text version of this content. The canonical link for it is here.
Posted to modperl@perl.apache.org by Doug MacEachern <do...@covalent.net> on 2002/05/23 07:33:01 UTC

Re: DSO on Solaris - child dies with seg fault

On Sun, 14 Apr 2002, Sreeji K Das wrote:

> Hi Stas,
> Thanx for the reply. However, I had already read the
> doc. and done everything mentioned there. I had
> recompiled perl with -Ubincompat5005 as mentioned.

wondering if this is the XSLoader vs DynaLoader mentioned earlier today.
there is a workaround builtin to 1.27-tobe:
http://perl.apache.org/~dougm/mod_perl-1.26_01-dev.tar.gz

you could also try 'use DynaLoader ();' before loading any other modules.