in reply to Re^2: Apache2::Request - problems installing
in thread Apache2::Request - problems installing

You may like to install this module via CPAN (try running "cpan") and local::lib, which manages all package installations in the home directory, without any need to be superuser.
Sorry if my advice was wrong.
  • Comment on Re^3: Apache2::Request - problems installing

Replies are listed 'Best First'.
Re^4: Apache2::Request - problems installing
by cp (Initiate) on Jul 12, 2012 at 12:52 UTC
    i don't have access to internet from this machine so i can't run cpan. but with regards to the local::lib - do you mean that i should try to use this library in my test program and see what happens? sorry. i'm just new with linux and perl so i might be asking some really obvious / silly questions. thanks.

      local::lib, when installed, will set up some environment variables, which will make later installations occur in ~/perl5, not in /usr/local/. Also it will make Perl search for modules in ths directory, so the @INC problem will be solved.

      So, please install local::lib, then install Apache2::Request again.

      Sorry if my advice was wrong.
        i gave that a try but that didn't make a difference. i'm still getting the same error message...