Philip M. Gollucci wrote: > Brenda Washington wrote: > >> 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. > > Is it possible that Cwd doesn't define abs_path on your platform?
something along those lines was my thought as well, but that I think this is probably not a mod_perl issue at all... > $ perl Makefile.PL > Undefined subroutine &Cwd::abs_path called at /opt/perl5/lib/5.6.1/Cwd.pm > line 128. line 128 in the Cwd that shipped with 5.6.1 is a comment. see http://search.cpan.org/src/GSAR/perl-5.6.1/lib/Cwd.pm so, something is amuck it seems, if you can't use your perl to call Cwd::abs_path() (or, more likely, Cwd::getcwd())... --Geoff