<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=US-ASCII">
<META NAME="Generator" CONTENT="MS Exchange Server version 5.5.2653.12">
<TITLE>Module installation</TITLE>
</HEAD>
<BODY>
<BR>

<P><FONT COLOR="#000080" FACE="Bookman Old Style">I've a question about installing Perl Modules on HPUX.&nbsp; On our dev box a module got installed as </FONT>
</P>

<P>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <FONT COLOR="#000080" FACE="Bookman Old Style">/opt/perl/lib/site_perl/5.6.1/PA-RISC2.0-thread-multi/Date/Calc.pm</FONT>
</P>

<P><FONT COLOR="#000080" FACE="Bookman Old Style">Whereas on the production box it got installed as</FONT>
</P>

<P>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <FONT COLOR="#000080" FACE="Bookman Old Style">/opt/perl5/lib/site_perl/5.6.1/Date-Calc-5.4/Calc.pm</FONT>
</P>

<P><FONT COLOR="#000080" FACE="Bookman Old Style">When I run code to use this module, it runs successfully in Dev but fails in Production.&nbsp; I'm not the root user and am not the person to do the make.&nbsp; What can I tell my SA that would help him?&nbsp; He seems to be at a loss on how to install Perl Modules.</FONT></P>

<P>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <FONT COLOR="#000080" FACE="Bookman Old Style">#!/usr/bin/perl -T</FONT>
<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <FONT COLOR="#000080" FACE="Bookman Old Style">use warnings; </FONT>
<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <FONT COLOR="#000080" FACE="Bookman Old Style">use strict; </FONT>
<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <FONT COLOR="#000080" FACE="Bookman Old Style">use Date::Calc qw/Today Add_Delta_Days/; </FONT>
</P>
<BR>

<P><FONT FACE="Bookman Old Style">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</FONT></P>

<P><FONT FACE="Bookman Old Style">Compilation failed in require at ./d line 46.</FONT>
<BR><FONT FACE="Bookman Old Style">BEGIN failed--compilation aborted at ./d line 46.</FONT>
</P>
<BR>

<P><B><FONT COLOR="#333399" SIZE=4 FACE="Comic Sans MSThe most dangerous">________________________________________</FONT></B>
<BR><B><FONT COLOR="#333399" SIZE=4 FACE="Comic Sans MSThe most dangerous">Eric D. Peterson</FONT></B><FONT SIZE=2 FACE="ArialThe most common lie is tha">, Reporting</FONT>
<BR><I><FONT COLOR="#0000FF" SIZE=2 FACE="Courier New">Dreams that do come true can be as unsettling as those that don't. -Brett Butler, Keep Deep in Paradise</FONT></I>
</P>

</BODY>
</HTML>