Re: Error reporting mod_perl 1.25 + apache 1.3.17
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 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 on just fine. > Try using PERL_USELARGEFILES=0 when building mod_perl too. > > cheers, > dima > > On Mon, 5 Feb 2001, modperl wrote: > > > 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 +, 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. > > > > I'm sure there must be people on this List who have successfully built > > > > mod_perl systems using exactly the packages you have mentioned. > > > > Anyone care to confirm that? > > > I've seen some strange segementation fault problems with mod_perl > > > 1.25. I have not had the time to document these. > > > Environment is similar to others: mod_perl 1.25, apache 1.3.17, perl > > > 5.00503, solaris 2.6... > > > > > > Vasily Petrushin +7 (095) 2508363 http://www.interfax.ru mailto:[EMAIL PROTECTED]
Re: Error reporting mod_perl 1.25 + apache 1.3.17
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 on just fine. Try using PERL_USELARGEFILES=0 when building mod_perl too. cheers, dima On Mon, 5 Feb 2001, modperl wrote: > 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 +, 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. > > > I'm sure there must be people on this List who have successfully built > > > mod_perl systems using exactly the packages you have mentioned. > > > Anyone care to confirm that? > > I've seen some strange segementation fault problems with mod_perl > > 1.25. I have not had the time to document these. > > Environment is similar to others: mod_perl 1.25, apache 1.3.17, perl > > 5.00503, solaris 2.6... > >
Re: Error reporting mod_perl 1.25 + apache 1.3.17
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 +, 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. > > I'm sure there must be people on this List who have successfully built > > mod_perl systems using exactly the packages you have mentioned. > > Anyone care to confirm that? > I've seen some strange segementation fault problems with mod_perl > 1.25. I have not had the time to document these. > Environment is similar to others: mod_perl 1.25, apache 1.3.17, perl > 5.00503, solaris 2.6...
Re: Error reporting mod_perl 1.25 + apache 1.3.17
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 1.25 I also get the segmentation fault on startup. > > > > I looked in ../mod_perl/SUPPORT and didn't see anything obvious > > about this problem. > > The SUPPORT document is intended to help you to provide information > which will be helpful to those trying to help you... > > I hope that's clear. :) > > I'm sure there must be people on this List who have successfully built > mod_perl systems using exactly the packages you have mentioned. > > Anyone care to confirm that? I've seen some strange segementation fault problems with mod_perl 1.25. I have not had the time to document these. Environment is similar to others: mod_perl 1.25, apache 1.3.17, perl 5.00503, solaris 2.6... -- Paul Lindner [EMAIL PROTECTED]
Re: Error reporting mod_perl 1.25 + apache 1.3.17
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 ../mod_perl/SUPPORT and didn't see anything obvious > about this problem. The SUPPORT document is intended to help you to provide information which will be helpful to those trying to help you... I hope that's clear. :) I'm sure there must be people on this List who have successfully built mod_perl systems using exactly the packages you have mentioned. Anyone care to confirm that? 73, Ged.
Re: Error reporting mod_perl 1.25 + apache 1.3.17
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 problem. -Matisse At 4:46 PM + 2/2/01, G.W. Haywood wrote: >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 building static? > >Did you search the mod_perl Mailing List archives for "Solaris"? > >73, >Ged. -- --- Matisse Enzer TechTv Web Engineering [EMAIL PROTECTED] 415-355-4364 (desk) 415-225-6703 (cellphone)
Re: Error reporting mod_perl 1.25 + apache 1.3.17
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 building static? Did you search the mod_perl Mailing List archives for "Solaris"? 73, Ged.