With or without the, "apxs" location, I'm still getting these error when I run 
this command. I upgraded
the Cwd.pm version 2.04 to 2.06, and I also installed Apache 2.0.54 with no 
problem, and it works find. 
             



bash-2.02# perl Makefile.PL MP_APXS=/usr/local/apache2/bin/apxs   

Undefined subroutine &Cwd::abs_path called at /opt/perl5/lib/5.6.1/Cwd.pm line 
128.
BEGIN failed--compilation aborted at /opt/perl5/lib/5.6.1/FindBin.pm line 166.
Compilation failed in require at Apache-Test/lib/Apache/TestSmoke.pm line 29.
BEGIN failed--compilation aborted at Apache-Test/lib/Apache/TestSmoke.pm line 
29.
Compilation failed in require at Apache-Test/lib/Apache/TestSmokePerl.pm line 
20.
BEGIN failed--compilation aborted at Apache-Test/lib/Apache/TestSmokePerl.pm 
line 20.
Compilation failed in require at Makefile.PL line 37.
BEGIN failed--compilation aborted at Makefile.PL line 37.
bash-2.02# 


>>> "Philip M. Gollucci" <[EMAIL PROTECTED]> 09/27/05 2:09 PM >>>
Brenda Washington wrote:
> Undefined subroutine &Cwd::abs_path called at /opt/perl5/lib/5.6.1/Cwd.pm 
Do you have Cwd installed ?

if not,
perl -MCPAN -e 'install("Cwd")'

Cwd 2.04 comes with 5.6.2
You need 2.06 or higher.


FYI, this doesn't happen to me with Cwd upgraded to be new enough.

~/perl/5.6.2/bin/perl Makefile.PL
no conflicting prior mod_perl version found - good.

Next we need to know where the 'apxs' script is located. This script
provides a lot of information about the Apache installation, and makes
it easier to find things on your system. Normally it's located in the
same directory as the 'httpd' executable.

If you don't yet have Apache installed you can build Apache against
the Apache source code, but you won't be able to run the test suite (a
very important step). Therefore you may want to install Apache before
proceeding.


Please provide a full path to 'apxs' executable
(press Enter if you don't have it installed):


-- 
END
------------------------------------------------------------
     What doesn't kill us can only make us stronger.
                 Nothing is impossible.
                                
Philip M. Gollucci ([EMAIL PROTECTED]) 301.254.5198
Consultant / http://p6m7g8.net/Resume/ 
Senior Developer / Liquidity Services, Inc.
   http://www.liquidityservicesinc.com 
        http://www.liquidation.com 
        http://www.uksurplus.com 
        http://www.govliquidation.com 
        http://www.gowholesale.com 


Reply via email to