sschneid has asked for the wisdom of the Perl Monks concerning the following question:
Monks,
I have a module that uses Term::ReadKey. I am attempting to execute it (as root), and get the following error:
Line 206 of DynaLoader.pm reads: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.
I'm a bit lost as to the cause of the error, as I have the same setup on several other systems and do not encounter any problems.my $libref = dl_load_file($file, $module->dl_load_flags) or croak("Can't load '$file' for module $module: ".dl_error());
Any help would be appreciated.
-s.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: DynaLoader, Permission denied
by cbro (Pilgrim) on Jul 22, 2003 at 18:51 UTC | |
by sschneid (Deacon) on Jul 22, 2003 at 19:05 UTC | |
by sschneid (Deacon) on Jul 22, 2003 at 19:11 UTC |