<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=US-ASCII">
<TITLE>Message</TITLE>

<META content="MSHTML 6.00.2800.1491" name=GENERATOR></HEAD>
<BODY>
<DIV><FONT face="Bookman Old Style" color=#008000></FONT>&nbsp;</DIV>
<DIV><FONT face="Bookman Old Style" color=#008000><SPAN 
class=387500019-24022005>Yes, both are v.5.4.&nbsp; As for the configure 
options, the SA didn't tell/ask me about them.</SPAN></FONT></DIV>
<DIV><FONT face="Bookman Old Style" color=#008000><SPAN 
class=387500019-24022005></SPAN></FONT>&nbsp;</DIV>
<DIV><FONT face="Bookman Old Style" color=#008000><SPAN 
class=387500019-24022005>You think it might be an effect of how Perl itself was 
made on each machine?</SPAN></FONT></DIV>
<DIV><FONT face="Bookman Old Style" color=#008000></FONT>&nbsp;</DIV>
<P align=left><B><FONT face="Comic Sans MS" color=#333399 
size=4>________________________________________</FONT></B><BR><B><FONT 
face="Comic Sans MS" color=#333399 size=4>Eric D. Peterson</FONT></B><FONT 
face=Arial size=2>, Reporting</FONT><BR><I><FONT color=navy size=2>Prediction is 
very difficult, especially about the future. -Niels Bohr</FONT></I></P>
<BLOCKQUOTE dir=ltr style="MARGIN-RIGHT: 0px">
  <DIV></DIV>
  <DIV class=OutlookMessageHeader lang=en-us dir=ltr align=left><FONT 
  face=Tahoma size=2>-----Original Message-----<BR><B>From:</B> DeRykus, Charles 
  E [mailto:charles.e.derykus@boeing.com] <BR><B>Sent:</B> Thursday, 24 
  February, 2005 10:53<BR><B>To:</B> Peterson, Eric D.; 
  spug-list@pm.org<BR><B>Subject:</B> RE: SPUG: Module 
  installation<BR><BR></FONT></DIV>
  <DIV><FONT face=Arial color=#0000ff size=2><SPAN class=695234318-24022005>Do 
  you know if the same version and configure options of Date-Calc were 
  used...?&nbsp; I&nbsp;don't know</SPAN></FONT></DIV>
  <DIV><FONT face=Arial color=#0000ff size=2><SPAN class=695234318-24022005>the 
  recent&nbsp;version history of Date-Calc&nbsp;but&nbsp;it 
  almost</SPAN></FONT><FONT face=Arial color=#0000ff size=2><SPAN 
  class=695234318-24022005> looks as if there might&nbsp;be a 
  pure-perl&nbsp;version</SPAN></FONT></DIV>
  <DIV><FONT face=Arial color=#0000ff size=2><SPAN 
  class=695234318-24022005></SPAN></FONT><FONT face=Arial color=#0000ff 
  size=2><SPAN class=695234318-24022005>as well</SPAN></FONT><FONT face=Arial 
  color=#0000ff size=2><SPAN class=695234318-24022005> as&nbsp;an option for 
  configuring a compiled component</SPAN></FONT><FONT face=Arial color=#0000ff 
  size=2><SPAN class=695234318-24022005> since the development box has the 
  arch.</SPAN></FONT></DIV>
  <DIV><FONT face=Arial color=#0000ff size=2><SPAN 
  class=695234318-24022005>specific</SPAN></FONT><FONT face=Arial color=#0000ff 
  size=2><SPAN class=695234318-24022005> PA-RISC2.0 in the path. 
  </SPAN></FONT></DIV>
  <DIV><FONT face=Arial color=#0000ff size=2><SPAN 
  class=695234318-24022005></SPAN></FONT>&nbsp;</DIV>
  <DIV><FONT face=Arial color=#0000ff size=2><SPAN 
  class=695234318-24022005>--</SPAN></FONT></DIV>
  <DIV><FONT face=Arial color=#0000ff size=2><SPAN 
  class=695234318-24022005>Charles DeRykus</SPAN></FONT></DIV>
  <DIV>&nbsp;</DIV>
  <BLOCKQUOTE style="MARGIN-RIGHT: 0px">
    <DIV></DIV>
    <DIV class=OutlookMessageHeader lang=en-us dir=ltr align=left><FONT 
    face=Tahoma size=2>-----Original Message-----<BR><B>From:</B> Peterson, Eric 
    D. [mailto:Eric.Peterson@wwireless.com] <BR><B>Sent:</B> Thursday, February 
    24, 2005 9:10 AM<BR><B>To:</B> 'spug-list@pm.org'<BR><B>Subject:</B> SPUG: 
    Module installation<BR><BR></FONT></DIV><BR>
    <P><FONT face="Bookman Old Style" color=#000080>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 face="Bookman Old Style" 
    color=#000080>/opt/perl/lib/site_perl/5.6.1/PA-RISC2.0-thread-multi/Date/Calc.pm</FONT> 
    </P>
    <P><FONT face="Bookman Old Style" color=#000080>Whereas on the production 
    box it got installed as</FONT> </P>
    <P>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <FONT face="Bookman Old Style" 
    color=#000080>/opt/perl5/lib/site_perl/5.6.1/Date-Calc-5.4/Calc.pm</FONT> 
    </P>
    <P><FONT face="Bookman Old Style" color=#000080>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 face="Bookman Old Style" 
    color=#000080>#!/usr/bin/perl -T</FONT> 
    <BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <FONT 
    face="Bookman Old Style" color=#000080>use warnings; 
    </FONT><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <FONT 
    face="Bookman Old Style" color=#000080>use strict; 
    </FONT><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <FONT 
    face="Bookman Old Style" color=#000080>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 face="Comic Sans MSThe most dangerous" color=#333399 
    size=4>________________________________________</FONT></B> <BR><B><FONT 
    face="Comic Sans MSThe most dangerous" color=#333399 size=4>Eric D. 
    Peterson</FONT></B><FONT face="ArialThe most common lie is tha" size=2>, 
    Reporting</FONT> <BR><I><FONT face="Courier New" color=#0000ff size=2>Dreams 
    that do come true can be as unsettling as those that don't. -Brett Butler, 
    Keep Deep in Paradise</FONT></I> </P></BLOCKQUOTE></BLOCKQUOTE></BODY></HTML>