Beefy Boxes and Bandwidth Generously Provided by pair Networks
The stupid question is the question not asked
 
PerlMonks  

Re^2: Apache2::Request - problems installing

by cp (Initiate)
on Jul 11, 2012 at 17:47 UTC ( [id://981218]=note: print w/replies, xml ) Need Help??


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

yes, i suspect that is true too. Cuz when I look for all instances of request.pm, this is what I get:

/usr/lib/perl5/site_perl
/usr/lib/perl5/core_perl

if i had the right package that my program is looking for, would i have something like:
/usr/lib/perl5/Apache2/
in addition to the other 2 entries?

I will try to take a look at App::perlbrew. But if you have any other suggestions on how to fix this problem / what to try to confirm what the problem is, i would appreciate it

  • Comment on Re^2: Apache2::Request - problems installing

Replies are listed 'Best First'.
Re^3: Apache2::Request - problems installing
by aitap (Curate) on Jul 11, 2012 at 18:22 UTC
    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.
      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.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://981218]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others taking refuge in the Monastery: (3)
As of 2024-04-19 21:33 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found