From owner-freebsd-questions Tue Mar 21 22:13:59 2000 Delivered-To: freebsd-questions@freebsd.org Received: from dt051n0b.san.rr.com (dt051n0b.san.rr.com [204.210.32.11]) by hub.freebsd.org (Postfix) with ESMTP id B636137C08E for ; Tue, 21 Mar 2000 22:13:54 -0800 (PST) (envelope-from Doug@gorean.org) Received: from gorean.org (master [10.0.0.2]) by dt051n0b.san.rr.com (8.9.3/8.9.3) with ESMTP id WAA74458; Tue, 21 Mar 2000 22:13:50 -0800 (PST) (envelope-from Doug@gorean.org) Message-ID: <38D8649E.65A2356A@gorean.org> Date: Tue, 21 Mar 2000 22:13:50 -0800 From: Doug Barton Organization: Triborough Bridge & Tunnel Authority X-Mailer: Mozilla 4.72 [en] (Win98; U) X-Accept-Language: en MIME-Version: 1.0 To: Antonio Bemfica Cc: freebsd-questions@freebsd.org Subject: Re: Help with loading perl modules References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 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