Segmentation Fault

2000-07-19 Thread Greg Leidreiter
Hello all, I posted this just before everyone got all excited about the ORA conference and I think it may have been overlooked. I'd really appreciate hearing from anyone who can give me some clues regarding the back trace. Cheers, Greg. I have recompiled mod_perl/apache with PERL_DEBUG=1

Segmentation Fault [was: The Eagle has Landed!]

2000-07-15 Thread Greg Leidreiter
Hello all, I have recompiled mod_perl/apache with PERL_DEBUG=1 running gdb httpd followed by run httpd -X produces the following output: startup.pl is attempting to modify the include path... startup.pl is attempting to modify the include path...

The Eagle has landed!

2000-07-11 Thread Greg Leidreiter
I am trying to work my way through Stein and MacEachern but having a few teething troubles. I am following the example code in Chapter 2 faithfully, have build and installed mod_perl (which now appears under httpd -l) and modified the configuration files according to the suggestions in the book.

Newbie: make test failure FIXED!

2000-07-11 Thread Greg Leidreiter
From: G.W. Haywood [mailto:[EMAIL PROTECTED]] Sent: Wednesday, 12 July 2000 3:45 AM To: mod_perl Mailing List Subject: Re: Newbie: make test failure! Hi there, On Fri, 7 Jul 2000, Michael Robinton wrote: On Sat, 8 Jul 2000, Greg Leidreiter wrote: but when I run 'make test' httpd

RE: The Eagle has landed!

2000-07-11 Thread Greg Leidreiter
-Original Message- From: Darko Krizic [mailto:[EMAIL PROTECTED]] Sent: Tuesday, 11 July 2000 10:56 PM To: 'Greg Leidreiter' Subject: RE: The Eagle has landed! ServerRoot is /usr/local/apache underneath which I have created the lib/perl/Apache tree for holding mod_perl modules

Newbie: make test failure!

2000-07-07 Thread Greg Leidreiter
Config: mod_perl-1.24 perl v5.6.0 apache 1.3.12 RedHat linux 6.1, kernel 2.2.12 Using: [/usr/local/apahce/build/mod_perl-1.24]# perl Makefile.PL \ EVERYTHING=1 \ APACHE_PREFIX=/usr/local/apache everything seems to look ok (to me) for both this and 'make' but when I run