RE: mod_perl 1.99_09 core dumps

2003-07-10 Thread Hans-Ruodi Burch (EA/EAS)
> Hans-Ruodi Burch (EA/EAS) wrote: > > Hi > > > > It doesn't look there is a core file: > > > > castle# find . -name core -type f -print > > ./t/core > > castle# find . -name core -type f -exec ls -al {} \; > > -rw--- 1 nobody nobody 9449820 Jun 23 09:54 ./t/core > > castle# find . -nam

[MP2 - BUG ?] Issue handing Apache config. error messages

2003-07-10 Thread Sreeji K Das
Following demonstrates the problem: $ cat /tmp/test.conf @Include = "/tmp/test1.conf"; Listen 43499 $ cat /tmp/test1.conf $Port = 42480; $ httpd -X -f /tmp/test.conf Syntax error on line 7 of /tmp/test.conf: Use of uninitialized value in subroutine entry at /tmp/CVS/virgin/modperl-2.0/blib

[MP2 BUG] PerlPassEnv issues

2003-07-10 Thread Sreeji K Das
Looks like PerlSetEnv's are not propagated as expected. I've pasted my original mail to the list. However, after going through the code, it looks like scfg->PassEnv is not synced with Perl's %ENV structure. Following is a simpler example: $ cat /tmp/test.conf ; PerlPassEnv MY_TEST_VAR print "M

[MP2 BUG] @Include issues in PerlSection

2003-07-10 Thread Sreeji K Das
Hi It looks like when I @Include a file from a section, the sections in that file get processed first, though there are other stuff before the sections. Following is an example (simplified from my real-life config) : $ cat /tmp/test.conf @Include = "/tmp/testvar.conf"; Listen 43499 $ cat /

Re: mp2, apache 2.0.46, perl 5.8.0, & gcc 3.3 core dumps on solaris8

2003-07-10 Thread Stas Bekman
Tulan W. Hu wrote: From: "Stas Bekman" <[EMAIL PROTECTED]> [EMAIL PROTECTED] wrote: -8<-- Start Bug Report 8<-- 1. Problem Description: gcc 3.3, solaris 8, perl 5.8.0, apache 2.0.46, mod_perl 1.99_10 make test failed I used gcc 2.95.2 built perl5.8.0 a

Re: make test failure

2003-07-10 Thread Stas Bekman
Jerrad Pierce wrote: Actually Randy Kobes sort of hit the nail on the head sometime ago, I guess I neglected to CC the list on my reply to him. IIRC The problem is that Makefile.PL uses MP_AP_PREFIX and parses MP_AP_PREFIX/conf/httpd.conf for appropriate modules to load. I, however, built apache wi

Re: mod_perl 1.99_09 core dumps

2003-07-10 Thread Stas Bekman
Hans-Ruodi Burch (EA/EAS) wrote: Hi It doesn't look there is a core file: castle# find . -name core -type f -print ./t/core castle# find . -name core -type f -exec ls -al {} \; -rw--- 1 nobody nobody 9449820 Jun 23 09:54 ./t/core castle# find . -name core -type f -exec file {} \; ./t/

Re: [mp1] Win32 build

2003-07-10 Thread Stas Bekman
Randy Kobes wrote: [...] Also, it might be nice to clean up t/TEST.win32 used to run the Win32 tests - make it run under 'use strict', put in a few more checks for errors, etc. There's also a couple of potential problems with it that could be fixed at the same time - when searching for Apache.exe,

Re: 2.0.47 and mp2-CVS ok on NetBSD 1.6.1

2003-07-10 Thread Stas Bekman
Carl Brewer wrote: No problems detected yet Thanks Carl! __ Stas BekmanJAm_pH --> Just Another mod_perl Hacker http://stason.org/ mod_perl Guide ---> http://perl.apache.org mailto:[EMAIL PROTECTED] http://use.pe

Re: cvs commit: modperl Makefile.PL

2003-07-10 Thread Philippe M. Chiasson
If it fixes a reported bug, it should get logged in Changes, IMO On Wed, 2003-07-09 at 09:16, [EMAIL PROTECTED] wrote: > randyk 2003/07/08 18:16:53 > > Modified:.Makefile.PL > Log: > For Win32, > - copy mod_perl.lib into Apache/libexec directory, if it exists > - keep d