Configuration loading twice - how to cope?

2002-01-10 Thread William R Ward
, and act according to that. Or are there any known bugs in Apache, mod_perl, or Perl that might be causing the trouble? --Bill. -- William R Ward[EMAIL PROTECTED] http://www.wards.net/~bill

Re: Configuration loading twice - how to cope?

2002-01-10 Thread William R Ward
Geoffrey Young [EMAIL PROTECTED] writes: William R Ward wrote: The Apache server processes its config file twice when starting up, and our code doesn't react well to that. On the first pass, everything initializes hunky-dorily (if that's a word), but on the second pass lots of stuff

Problem building mod_perl 1.26

2002-01-10 Thread William R Ward
Leak.c, line 203: syntax error before or at: Usage: Apache::Leak::check_arenas() cc: acomp failed for Leak.c -- William R Ward[EMAIL PROTECTED] http://www.wards.net/~bill/ - If you're not part

Re: Problem building mod_perl 1.26

2002-01-10 Thread William R Ward
Nevermind - I did a make distclean and started over, and now the problem's gone. I still wonder what it means though. --Bill. William R Ward writes: This is weird... anyone ever seen this before? In the middle of compiling the modules, I get syntax errors in the C code?? --Bill. /opt

Re: Trouble compiling mod_perl 1.24 with Apache 1.3.12

2000-08-09 Thread William R. Ward
Frank D. Cringle writes: [EMAIL PROTECTED] (William R. Ward) writes: [EMAIL PROTECTED] writes: please use the [EMAIL PROTECTED] list for support questions. Then please put that e-mail address somewhere obvious on the perl.apache.org website. Yours was the only one I could find

Re: Trouble compiling mod_perl 1.24 with Apache 1.3.12

2000-08-08 Thread William R. Ward
[EMAIL PROTECTED] writes: On Tue, 1 Aug 2000, William R. Ward wrote: When I try to run "perl Makefile.PL" I get this error: sh: ./Configure: No such file or directory can't open /Makefile No such file or directory at Makefile.PL line 617, STDIN chunk 1. The "co