On Fri, 12 May 2000, Mark Haviland wrote:

> Hey all...
> 
> I just upgraded my box to redhat 6.2.2 and compiled Apache 1.3.12 with
> mod_perl (1.23) as a DSO (outside the Apache tree using apxs).  Now,
> modules that use to work are suddenly causing seg faults.  The one in
> particular that doens't seem to jive with mod_perl is Sybase::CTlib.
> Has anybody else seen this problem ?

what versions of things did you upgrade from?  where you using dso with
the older versions?

> unload_xs_so: 0x8396fc0

hmm, i wonder if the dso "fix" broke things for you, what happens if you
comment out this line of mod_perl.c:
    unload_xs_so(librefs);

Reply via email to