Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 21 Mar 2000 21:44:19 -0500 (EST)
From:      Antonio Bemfica <antonio@axolotl.ic.gc.ca>
To:        freebsd-questions@freebsd.org
Subject:   Help with loading perl modules
Message-ID:  <Pine.BSF.3.96.1000321213635.96093A-100000@axolotl.ic.gc.ca>

next in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.3.96.1000321213635.96093A-100000>