Date: Tue, 21 Mar 2000 22:13:50 -0800 From: Doug Barton <Doug@gorean.org> To: Antonio Bemfica <antonio@axolotl.ic.gc.ca> Cc: freebsd-questions@freebsd.org Subject: Re: Help with loading perl modules Message-ID: <38D8649E.65A2356A@gorean.org> References: <Pine.BSF.3.96.1000321213635.96093A-100000@axolotl.ic.gc.ca>
next in thread | previous in thread | raw e-mail | index | archive | help
Antonio Bemfica wrote: > > I'm having a slight problem with perl on a 3.4 machine. When I try to run > a particular application (cricket, installed from the ports), perl > complains about a module: > > Can't locate loadable object for module RRDs in @INC (@INC > contains: /usr/libdata/perl/5.00503/mach /usr/libdata/perl/5.00503 > /usr/local/lib/perl5/site_perl/5.005/i386-freebsd [...] > > Now, the module in question IS right there: > > > ls -la /usr/local/lib/perl5/site_perl/5.005/i386-freebsd/RRDs.pm > -r--r--r-- 1 root wheel 2536 Feb 13 14:42 /usr/local/lib/perl5/site_perl/ > 5.005/i386-freebsd/RRDs.pm This is almost certainly due to lack of rx permissions for "other" on a directory in the path to /usr/local/lib/perl5/site_perl/5.005/i386-freebsd. Been there, done that. :) Good luck, Doug -- "While the future's there for anyone to change, still you know it seems, it would be easier sometimes to change the past" - Jackson Browne, "Fountain of Sorrow" To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?38D8649E.65A2356A>