Beefy Boxes and Bandwidth Generously Provided by pair Networks
more useful options
 
PerlMonks  

Re: DynaLoader, Permission denied

by cbro (Pilgrim)
on Jul 22, 2003 at 18:51 UTC ( [id://276873]=note: print w/replies, xml ) Need Help??


in reply to DynaLoader, Permission denied

Check this node out. It covers and suggests solutions to exactly what you are describing.
I found this doing a Super Search for "DynaLoader Can't load Permission denied".
Update: Even though you are running this as root, it may point you to a solution :o)

Replies are listed 'Best First'.
Re: Re: DynaLoader, Permission denied
by sschneid (Deacon) on Jul 22, 2003 at 19:05 UTC
    I'd think so, but it's running as root, and is world-readable. Here's some more random-pasting-stuff:
    [root@parrot:~]$ perl -le 'use Term::ReadKey;' Can't load '/usr/local/lib/perl5/site_perl/5.6.1/PA-RISC2.0/auto/Term/ +ReadKey/ReadKey.sl' for module Term::ReadKey: Permission denied at /u +sr/local/lib/perl5/5.6.1/PA-RISC2.0/DynaLoader.pm line 206. at -e line 1 Compilation failed in require at -e line 1. BEGIN failed--compilation aborted at -e line 1. [root@parrot:~]$
    and...
    [root@parrot:~]$ ls -la //usr/local/lib/perl5/5.6.1/PA-RISC2.0/Dyn* -r--r--r-- 1 bin bin 27315 Feb 15 2002 //usr/local/ +lib/perl5/5.6.1/PA-RISC2.0/DynaLoader.pm [root@parrot:~]$ ls -la /usr/local/lib/perl5/site_perl/5.6.1/PA-RISC2. +0/auto/Term/ReadKey/*.sl -rw-rw-rw- 1 bin bin 45056 Feb 15 2002 /usr/local/l +ib/perl5/site_perl/5.6.1/PA-RISC2.0/auto/Term/ReadKey/ReadKey.sl [root@parrot:~]$
    It's an HP 11i box, if it matters. Thanks for your suggestion.

    -s.
      Replying to myself...

      Libraries (ReadKey.sl) on HP-UX (bleh) need to be executable. So just in case anyone else encounters this problem... :)

      -s.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others admiring the Monastery: (3)
As of 2024-04-25 22:00 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found