zdavek has asked for the wisdom of the Perl Monks concerning the following question:
We upgraded from perl 5.14.2 to perl 5.20.2 and updated most of our modules this last weekend. Our programming staff have no problems running anything but our end users are all getting messages like:
Can't locate MIME/Lite.pm: Permission denied at /path_to_script/msg_send.pl line 18. BEGIN failed--compilation aborted at /path_to_script/msg_send.pl line 18.I'm guessing something has the wrong perms but cannot track it down. MIME::Lite is installed and the permissions are:
drwxr-sr-x 3 root common 96 May 23 12:49 lib/site_perl/ drwxr-sr-x 56 root common 8192 May 24 11:11 lib/site_perl/5.20.2/ drwxr-sr-x 2 root common 8192 May 23 13:16 lib/site_perl/5.20.2/MIME/ -r--r--r-- 1 root common 105117 Nov 3 2013 lib/site_perl/5.20.2/MIME/Lite.pmI'll note that every normal user of our system is in the common group. Also end users have no problems if no modules are used.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Permission denied to module
by Corion (Patriarch) on May 26, 2015 at 20:06 UTC | |
by dave_the_m (Monsignor) on May 26, 2015 at 22:10 UTC | |
by zdavek (Initiate) on May 27, 2015 at 14:49 UTC | |
|
Re: Permission denied to module
by GotToBTru (Prior) on May 26, 2015 at 20:00 UTC |