RE: Segmetation Fault problem

2000-06-02 Thread Hughes, Ralph
dd Glazier'; ModPerl Subject: RE: Segmetation Fault problem I'm not too good on back traces myself. ` I'm using a dynamic build of mod_perl, so I may try building the 1.24 version next week sometime. I hadn't thought of changing the PerFreshStart parameter, it might make

RE: Segmetation Fault problem

2000-06-02 Thread Hughes, Ralph
[mailto:[EMAIL PROTECTED]] Sent: Friday, June 02, 2000 1:11 PM To: Hughes, Ralph; 'Michael Todd Glazier'; ModPerl Subject: RE: Segmetation Fault problem hmmm, did you try upgrading your installation then? you are using a static mod_perl? PerlFreshRestart Off? I'm no good at readin

RE: Segmetation Fault problem

2000-06-02 Thread Geoffrey Young
. --Geoff > -Original Message- > From: Hughes, Ralph [mailto:[EMAIL PROTECTED]] > Sent: Friday, June 02, 2000 1:57 PM > To: Geoffrey Young; 'Michael Todd Glazier'; ModPerl > Subject: RE: Segmetation Fault problem > > > Nope! > I didn't trust the RPM c

RE: Segmetation Fault problem

2000-06-02 Thread Hughes, Ralph
2:11 PM To: 'Michael Todd Glazier'; Hughes, Ralph; ModPerl Subject: RE: Segmetation Fault problem are you both using the default RPM from redhat? IIRC, if you check the archives, you'll find similar reports for users of the RPM. Generally, RedHat RPMs use mod_perl as a DSO, and it seem

RE: Segmetation Fault problem

2000-06-02 Thread Geoffrey Young
pache.org/guide/install.html HTH --Geoff > -Original Message- > From: Michael Todd Glazier [mailto:[EMAIL PROTECTED]] > Sent: Friday, June 02, 2000 12:40 PM > To: Hughes, Ralph; ModPerl > Subject: Re: Segmetation Fault problem > > > Ralph, > > This isn't any h

Re: Segmetation Fault problem

2000-06-02 Thread Michael Todd Glazier
Ralph, This isn't any help, but this describes the exact same problem I'm having. Using your experience I was able to get the module to load with a HUP. I wonder is the dir DBI is in doesn't get put into @INC until sometime after startup.pl tries to run? I'll have to experiment with that. -