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

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.
  • Comment on Re^5: Apache2::Request - problems installing

Replies are listed 'Best First'.
Re^6: Apache2::Request - problems installing
by cp (Initiate) on Jul 17, 2012 at 13:53 UTC
    i gave that a try but that didn't make a difference. i'm still getting the same error message...
      Did local::lib add some lines to your shell rc file? Are your environment variables (PERL_LOCAL_LIB_ROOT PERL_MB_OPT PERL_MM_OPT PERL5LIB PATH) correctly set when you are trying to build or to run Apache2::Request?
      Sorry if my advice was wrong.