> 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
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
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
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 /
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
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
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/
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,
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
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
10 matches
Mail list logo