Re: can't locate Apache/Build.pm

2005-01-08 Thread Ron Savage
On Sat, 8 Jan 2005 09:28:35 -0600 (CST), Randy Kobes wrote: Hi Randy, Geoff > Actually, I think this problem arises because in the Win32 binary > package you're using, I forgot to include a reconfiguration of the > apxs utility to reflect the location of Apache2. Try reinstalling > apxs by gettin

Re: can't locate Apache/Build.pm

2005-01-08 Thread Ron Savage
On Sat, 8 Jan 2005 00:28:32 -0600 (CST), Randy Kobes wrote: Hi Randy, Geoff > No, it definitely should not be like that ... There was a problem > like this on Win32 (related to apxs needing the PATH environment > variable set), but that I believe has been fixed with the current > Apache-Test. To

Re: can't locate Apache/Build.pm

2005-01-08 Thread Randy Kobes
On Sat, 8 Jan 2005, Randy Kobes wrote: > On Sat, 8 Jan 2005, Ron Savage wrote: > > > > But now, during nmake test I answer 2 questions, and then get: > > > > [warning] running with new config opts: > > C:\Perl\bin\perl.exe > > C:\Perl-modules\Apache-Test-1.19\t\TEST > > -bugreport -verbose=0 -htt

Re: can't locate Apache/Build.pm

2005-01-07 Thread Randy Kobes
On Fri, 7 Jan 2005, Geoffrey Young wrote: > > > 5: Line 30 will return IS_MOD_PERL_2 as true > > that should only happen if mod_perl.pm is Apache2/mod_perl.pm. (or if you > installed mp2 as the only mod_perl on the box...) > > > 6: Line 34 will require Apache::Build > > 7: It must fail because /p

Re: can't locate Apache/Build.pm

2005-01-07 Thread Randy Kobes
On Sat, 8 Jan 2005, Ron Savage wrote: > On Fri, 7 Jan 2005 17:07:01 -0600 (CST), Randy Kobes wrote: > > Hi Randy, Geoff > > > Thanks for tracking that down I think I see what the problem > > is (and I've been bitten by that before) - line 30 of > > Apache::TestConfig is erroneously setting MO

Re: can't locate Apache/Build.pm

2005-01-07 Thread Ron Savage
On Fri, 7 Jan 2005 17:07:01 -0600 (CST), Randy Kobes wrote: Hi Randy, Geoff > Thanks for tracking that down I think I see what the problem > is (and I've been bitten by that before) - line 30 of > Apache::TestConfig is erroneously setting MOD_PERL_2 as true > because (I suspect) you have a s

Re: can't locate Apache/Build.pm

2005-01-07 Thread Geoffrey Young
> 5: Line 30 will return IS_MOD_PERL_2 as true that should only happen if mod_perl.pm is Apache2/mod_perl.pm. (or if you installed mp2 as the only mod_perl on the box...) > 6: Line 34 will require Apache::Build > 7: It must fail because /perl/site/lib/Apache2 is not in @INC > and /perl/site/lib

Re: can't locate Apache/Build.pm

2005-01-07 Thread Randy Kobes
On Sat, 8 Jan 2005, Ron Savage wrote: > Hi Randy > > Observe the error msg again: > > C:\Perl-modules\Apache-Test-1.19>perl Makefile.PL > Can't locate Apache/Build.pm in @INC (@INC contains: lib C:/Perl/lib > C:/Perl/site/lib .) at lib/Apac > he/TestConfig.pm line

Re: can't locate Apache/Build.pm

2005-01-07 Thread Ron Savage
nce after moving /perl/site/lib/Apache/Test* to /temp. Observe the error msg again: C:\Perl-modules\Apache-Test-1.19>perl Makefile.PL Can't locate Apache/Build.pm in @INC (@INC contains: lib C:/Perl/lib C:/Perl/site/lib .) at lib/Apac he/TestConfig.pm line 33. BEGIN failed--compilati

Re: can't locate Apache/Build.pm

2005-01-06 Thread Randy Kobes
> Apache executable is located (if it can't find it), but this > > information should then be saved to Apache::TestConfigData, which > > gets installed for future use. > > Nope. I get the error (Can't locate Apache/Build.pm in > @INC) as soon as I type perl Makef

Re: can't locate Apache/Build.pm

2005-01-06 Thread Ron Savage
alog, but I'm running this install from with a Perl program... I'll now try from the command line. > Apache executable is located (if it can't find it), but this > information should then be saved to Apache::TestConfigData, which > gets installed for future use. Nope. I g

Re: can't locate Apache/Build.pm

2005-01-06 Thread Randy Kobes
On Wed, 5 Jan 2005, Randy Kobes wrote: > On Wed, 5 Jan 2005, Ron Savage wrote: > > > Server Version: Apache/2.0.50 (Win32) mod_perl/1.99_15-dev Perl/v5.8.4 > [ ... ] > > After perl Makefile.PL I get: > > Can't locate Apache/Build.pm in @INC (@INC contains: lib

can't locate Apache/Build.pm

2005-01-05 Thread Randy Kobes
On Wed, 5 Jan 2005, Ron Savage wrote: > Server Version: Apache/2.0.50 (Win32) mod_perl/1.99_15-dev Perl/v5.8.4 [ ... ] > After perl Makefile.PL I get: > Can't locate Apache/Build.pm in @INC (@INC contains: lib > C:/Perl/lib C:/Perl/site/lib .) at > lib/Apache/TestConfig