SPUG: Module installation

Peterson, Eric D. Eric.Peterson at wwireless.com
Thu Feb 24 09:10:04 PST 2005


I've a question about installing Perl Modules on HPUX.  On our dev box a
module got installed as 

	/opt/perl/lib/site_perl/5.6.1/PA-RISC2.0-thread-multi/Date/Calc.pm

Whereas on the production box it got installed as

	/opt/perl5/lib/site_perl/5.6.1/Date-Calc-5.4/Calc.pm

When I run code to use this module, it runs successfully in Dev but fails in
Production.  I'm not the root user and am not the person to do the make.
What can I tell my SA that would help him?  He seems to be at a loss on how
to install Perl Modules.

	#!/usr/bin/perl -T
	use warnings; 
	use strict; 
	use Date::Calc qw/Today Add_Delta_Days/; 


Can't locate loadable object for module Date::Calc in @INC (@INC contains:
/opt/perl5/lib/site_perl/5.6.1/Date-Calc-5.4
/opt/perl5/lib/5.6.1/PA-RISC2.0-thread-multi /opt/perl5/lib/5.6.1
/opt/perl5/lib/site_perl/5.6.1/PA-RISC2.0-thread-multi
/opt/perl5/lib/site_perl/5.6.1 /opt/perl5/lib/site_perl) at ./d line 46
Compilation failed in require at ./d line 46.
BEGIN failed--compilation aborted at ./d line 46.


________________________________________
Eric D. Peterson, Reporting
Dreams that do come true can be as unsettling as those that don't. -Brett
Butler, Keep Deep in Paradise

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.pm.org/pipermail/spug-list/attachments/20050224/522eaf1e/attachment.htm


More information about the spug-list mailing list