Re: Segmentation fault (11) with mod_perl 1.23...

2000-06-01 Thread Mark Haviland
Doug MacEachern wrote: > On Thu, 25 May 2000, Mark Haviland wrote: > > No...I was hoping to be able to use it as a DSO, but maybe I can't win > > on this one > > it would be worth testing a static build to confirm that the problem is > dso related. if it is, where to go from there i'm not su

Re: Segmentation fault (11) with mod_perl 1.23...

2000-05-23 Thread Doug MacEachern
On Tue, 23 May 2000, Mark Haviland wrote: > Doug, > > Sorry for the consistent eMails, but I guess I wasn't entirely correct in my > statment about my version of perl being the problem. After some more tests, I've > found that things go wrong (ie. I get a Segfault) when I attempt to pre load th

Re: Segmentation fault (11) with mod_perl 1.23...

2000-05-23 Thread Mark Haviland
Doug, Sorry for the consistent eMails, but I guess I wasn't entirely correct in my statment about my version of perl being the problem. After some more tests, I've found that things go wrong (ie. I get a Segfault) when I attempt to pre load the Sybase::CTlib module (or any module that uses it) i

Re: Segmentation fault (11) with mod_perl 1.23...

2000-05-23 Thread Mark Haviland
Doug, I think I just figured out my problem. I upgraded my system, but was using a version of perl that I had compiled before my upgrade (duh!). I set up an httpd server that came with redhat 6.2 (and mod_perl 1.23) and things seems to work fine. It looks like i need to recompile perl :). -Ma

Re: Segmentation fault (11) with mod_perl 1.23...

2000-05-23 Thread Mark Haviland
Hi Doug, Sorry for the delayed response - I just got back into town yesterday so was 'out of action' for awhile. Doug MacEachern wrote: > 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)

Re: Segmentation fault (11) with mod_perl 1.23...

2000-05-15 Thread Doug MacEachern
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

Segmentation fault (11) with mod_perl 1.23...

2000-05-12 Thread Mark Haviland
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 any