SPUG: Module installation

DeRykus, Charles E charles.e.derykus at boeing.com
Thu Feb 24 10:52:45 PST 2005


Do you know if the same version and configure options of Date-Calc were used...?  I don't know
the recent version history of Date-Calc but it almost looks as if there might be a pure-perl version
as well as an option for configuring a compiled component since the development box has the arch.
specific PA-RISC2.0 in the path. 
 
--
Charles DeRykus
 

	-----Original Message-----
	From: Peterson, Eric D. [mailto:Eric.Peterson at wwireless.com] 
	Sent: Thursday, February 24, 2005 9:10 AM
	To: 'spug-list at pm.org'
	Subject: SPUG: Module installation
	
	


	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/18c2b319/attachment.htm


More information about the spug-list mailing list