Re: mod_perl 1.29 and apache 1.3 segfaults

2005-12-16 Thread Jon Keller
Hi, thanks for your reply, I'm compiling php against the mysql client library that comes with mysql 5.0.16, although as stated before, apache seg faults even when all of the other modules are not loaded and at any type of request. I'll get some backtraces and post them. -Jon Clinton G

Re: mod_perl 1.29 and apache 1.3 segfaults

2005-12-16 Thread Philippe M. Chiasson
Jon Keller wrote: > Hello, > > I'm trying to build apache 1.3.34 and mod_perl 1.29 on a debian 3.1 > machine and whenever mod_perl is loaded apache segfaults at any type of > request. > > I've followed the steps at > http://perl.apache.org/docs/1.0/guide/install.html for building mod_perl > both

Re: mod_perl 1.29 and apache 1.3 segfaults

2005-12-16 Thread Clinton Gormley
On Fri, 2005-12-16 at 17:26 +1300, Jon Keller wrote: > Thanks Tyler, > > Unfortunately this wont fix my issue as my apache processes seg fault no > matter what type of file I request, whether its a mod_perl script, an > html file, or just a directory listing, if mod_perl is loaded apache seg >

Re: mod_perl 1.29 and apache 1.3 segfaults

2005-12-15 Thread Diona Kidd
Are you loading mod_perl.so as a DSO? I understand Apache 1.3.x has issues with mod_perl as a DSO. I'm not a core developer, but I hope this helps. I have had no issues running mod_perl statically compiled into Apache 1.3.x Your kernel version doesn't raise any alarms for me. Diona Kidd Jon

Re: mod_perl 1.29 and apache 1.3 segfaults

2005-12-15 Thread Jon Keller
Thanks Tyler, Unfortunately this wont fix my issue as my apache processes seg fault no matter what type of file I request, whether its a mod_perl script, an html file, or just a directory listing, if mod_perl is loaded apache seg faults constantly. My apache, php, mod_ssl and mod_perl installs

Re: mod_perl 1.29 and apache 1.3 segfaults

2005-12-15 Thread Tyler MacDonald
Jon Keller <[EMAIL PROTECTED]> wrote: > I'm trying to build apache 1.3.34 and mod_perl 1.29 on a debian 3.1 > machine and whenever mod_perl is loaded apache segfaults at any type of > request. I had a similar problem with Apache2 and mod_perl2. It drove me absolutely nuts. When I changed

mod_perl 1.29 and apache 1.3 segfaults

2005-12-15 Thread Jon Keller
Hello, I'm trying to build apache 1.3.34 and mod_perl 1.29 on a debian 3.1 machine and whenever mod_perl is loaded apache segfaults at any type of request. I've followed the steps at http://perl.apache.org/docs/1.0/guide/install.html for building mod_perl both into apache, and as a module.