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 33. > BEGIN failed--compilation

Re: can't locate Apache/Build.pm

2005-01-07 Thread Ron Savage
On Thu, 6 Jan 2005 17:42:29 -0600 (CST), Randy Kobes wrote: Hi Randy > Very strange :( If you completely hide any previous Apache::Test* > modules that may have been installed, and start from a clean source > distribution, does building it manually run into the same problem? No difference after

Re: can't locate Apache/Build.pm

2005-01-06 Thread Randy Kobes
On Fri, 7 Jan 2005, Ron Savage wrote: > On Thu, 6 Jan 2005 11:43:30 -0600 (CST), Randy Kobes wrote: [ ... ] > >A new version (1.19) was just uploaded: > >http://www.cpan.org/authors/id/G/GO/GOZER/ > >Could you try this one to see if you get the same problem? I just > > tried it and it seemed to wo

Re: can't locate Apache/Build.pm

2005-01-06 Thread Ron Savage
On Thu, 6 Jan 2005 11:43:30 -0600 (CST), Randy Kobes wrote: Hi Randy >> Just to elaborate - which package (and version) were you building >> when this occurred? >> Apache::Test V 1.18 for those who missed it > > I understand now this was with the Apache-Test distribution itself. > A new version

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 > > C:/Perl/lib C:/Perl/site/lib .) a