Beefy Boxes and Bandwidth Generously Provided by pair Networks
"be consistent"
 
PerlMonks  

Re^4: apache 2.4 mod_perl permission denied on standard modules

by Crackers2 (Parson)
on Aug 28, 2015 at 20:46 UTC ( [id://1140375]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    require "/usr/lib/perl5/5.18.2/x86_64-linux-thread-multi/Digest/SHA.pm
    +";
    
  2. or download this
     Can't locate Fcntl.pm:   Permission denied at /usr/lib/perl5/5.18.2/x
    +86_64-linux-thread-multi/Digest/SHA.pm line 7.
    
  3. or download this
    use lib '/usr/lib/perl5/5.18.2/x86_64-linux-thread-multi/'
    
  4. or download this
    Can't locate integer.pm:   Permission denied at /usr/lib/perl5/5.18.2/
    +x86_64-linux-thread-multi/Digest/SHA.pm line 8
    
  5. or download this
    BEGIN {
      foreach (@INC) { use lib $_; }
    }
    
  6. or download this
    Can't locate Carp.pm:   Permission denied at /usr/lib/perl5/5.18.2/x86
    +_64-linux-thread-multi/lib.pm line 25
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others drinking their drinks and smoking their pipes about the Monastery: (3)
As of 2024-04-19 19:42 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found