Re: Error reporting mod_perl 1.25 + apache 1.3.17

2001-02-07 Thread Vasily Petrushin
I removed this problem on Solaris 8 SPARC by compiling perl 5.6.0 with -Ubincompat and -Uuselargefiles and compiling mod_perl 1.25 + apache 1.3.17 statically. Now httpd process eating less memory :). It's cool. On Tue, 6 Feb 2001, dima wrote: I used to have all these seg faults when dealing

Re: Error reporting mod_perl 1.25 + apache 1.3.17

2001-02-06 Thread modperl
Actually My current builds are very similar. 1.3.17+1.25w/5.6.0 on slackware linux 7.1, dually intel boxes. Works fine and while watching error logs i haven't seen any segfaults. returns our pages just fine. Scott On Mon, 5 Feb 2001, Paul Lindner wrote: On Mon, Feb 05, 2001 at 06:41:00PM

Re: Error reporting mod_perl 1.25 + apache 1.3.17

2001-02-06 Thread dima
I used to have all these seg faults when dealing with apache1.3.14 and mod_perl1.24_01 (perl5.6.0/redhat 6.2) when built as DSO. As soon as you get a request through log files just get flooded with segmentation faults. However when I switched over to apache1.3.17 + mod_perl1.25 everything goes

Re: Error reporting mod_perl 1.25 + apache 1.3.17

2001-02-05 Thread Matisse Enzer
I compiled perl 5.6 and Apache 1.3.17 using gcc egcs-2.91.66 on a RH Linux 6.1 system. If I compile Apache without modperl it run OK. If i compile it with mod_perl 1.25 I also get the segmentation fault on startup. I looked in ../mod_perl/SUPPORT and didn't see anything obvious about this

Re: Error reporting mod_perl 1.25 + apache 1.3.17

2001-02-05 Thread G.W. Haywood
Hi there, On Mon, 5 Feb 2001, Matisse Enzer wrote: I compiled perl 5.6 and Apache 1.3.17 using gcc egcs-2.91.66 on a RH Linux 6.1 system. If I compile Apache without modperl it run OK. If i compile it with mod_perl 1.25 I also get the segmentation fault on startup. I looked in

Re: Error reporting mod_perl 1.25 + apache 1.3.17

2001-02-05 Thread Paul Lindner
On Mon, Feb 05, 2001 at 06:41:00PM +, G.W. Haywood wrote: Hi there, On Mon, 5 Feb 2001, Matisse Enzer wrote: I compiled perl 5.6 and Apache 1.3.17 using gcc egcs-2.91.66 on a RH Linux 6.1 system. If I compile Apache without modperl it run OK. If i compile it with mod_perl

Re: Error reporting mod_perl 1.25 + apache 1.3.17

2001-02-02 Thread G.W. Haywood
Hi there, On Fri, 2 Feb 2001, Vasily Petrushin wrote: Summary of my perl5 (revision 5.0 version 6 subversion 0) configuration: Platform: osname=solaris, osvers=2.8, archname=sun4-solaris-thread-multi Options given to mod_perl's Makefile.PL USE_DSO=1 EVERYTHING=1 Have you tried