From owner-freebsd-questions Tue Mar 21 18:43:28 2000 Delivered-To: freebsd-questions@freebsd.org Received: from axolotl.ic.gc.ca (axolotl.ic.gc.ca [198.103.246.251]) by hub.freebsd.org (Postfix) with ESMTP id DE47837BAE0 for ; Tue, 21 Mar 2000 18:43:23 -0800 (PST) (envelope-from antonio@axolotl.ic.gc.ca) Received: from localhost (antonio@localhost) by axolotl.ic.gc.ca (8.9.3/8.9.2) with SMTP id VAA96170 for ; Tue, 21 Mar 2000 21:44:19 -0500 (EST) (envelope-from antonio@axolotl.ic.gc.ca) Date: Tue, 21 Mar 2000 21:44:19 -0500 (EST) From: Antonio Bemfica To: freebsd-questions@freebsd.org Subject: Help with loading perl modules Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 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 If I run the script as root, it works without problems. On another box, also running 3.4 (exact same otuput with perl -V) the same regular user has no problems executing the script (same environment too). I've tried looking at /etc or /usr/local/etc to see it there are any specific local perl settings but have not found anything! Any help with this would be most appreciated. Antonio To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message