Segmetation Fault problem

2000-06-02 Thread Hughes, Ralph
Hello! I've come upon a strange problem with my Apache/mod_perl configuration. (Apache v 1.3.9 mod_perl 1.21) When I attempt to preload Perl modules like FileHandle, Apache::DBI, DBI, etc., the httpd process gets a segmentation fault and core dumps at startup. I've tried using the PerlModule

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.

RE: Segmetation Fault problem

2000-06-02 Thread Geoffrey Young
/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 help, but this describes the exact same problem I'm having

RE: Segmetation Fault problem

2000-06-02 Thread Hughes, Ralph
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 seems mod_perl's DSO received

RE: Segmetation Fault problem

2000-06-02 Thread Geoffrey Young
-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 configuration so I built Apache, and mod_perl from source

RE: Segmetation Fault problem

2000-06-02 Thread Hughes, Ralph
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 reading backtraces, but posting

RE: Segmetation Fault problem

2000-06-02 Thread Hughes, Ralph
'; 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 a difference... -Original