[Bug 1166504] all scripts with 'use Pod::Usage' broken

bugzilla at redhat.com bugzilla at redhat.com
Fri Nov 21 08:46:33 UTC 2014


https://bugzilla.redhat.com/show_bug.cgi?id=1166504



--- Comment #7 from Petr Pisar <ppisar at redhat.com> ---
Searching web for phrase

  perl "Can't locate" "Permission denied."

results in reports where people (on Debian, Fedora, Gentoo) had some
directories listed in @INC without having access there.

What's reporter's @INC (run "perl -V" and look at the end)? Does the strace
output have some EACCES or ENOPERM errors for those directories listen in the
@INC?

E.g. running as a normal user one get this error:

$ PERL5LIB=/root perl -e 'use Pod::Usage'
Can't locate Pod/Usage.pm:   Permission denied at -e line 1.
BEGIN failed--compilation aborted at -e line 1.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=nVXPMIut7a&a=cc_unsubscribe



More information about the perl-devel mailing list