<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: perl package dependencies in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/perl-package-dependencies/m-p/3939610#M97457</link>
    <description>Hi John:&lt;BR /&gt;&lt;BR /&gt;Here are some general guidelines for module installation:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.cpan.org/modules/INSTALL.html" target="_blank"&gt;http://www.cpan.org/modules/INSTALL.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Note the reference to the 'use lib' pragma.&lt;BR /&gt;&lt;BR /&gt;A nice installation method is to use the CPAN module:&lt;BR /&gt;&lt;BR /&gt;# perl -MCPAN -e shell &lt;BR /&gt;&lt;BR /&gt;I trust this helps.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
    <pubDate>Tue, 06 Feb 2007 14:59:27 GMT</pubDate>
    <dc:creator>James R. Ferguson</dc:creator>
    <dc:date>2007-02-06T14:59:27Z</dc:date>
    <item>
      <title>perl package dependencies</title>
      <link>https://community.hpe.com/t5/operating-system-linux/perl-package-dependencies/m-p/3939609#M97456</link>
      <description>&lt;BR /&gt;I've got a perl package I want to install.&lt;BR /&gt;It has dependencies.&lt;BR /&gt;&lt;BR /&gt;Download package b.tar.gz which requires a.tar.gz.&lt;BR /&gt;&lt;BR /&gt;Make a directory called /xxx/xxx/xxx/Perl.&lt;BR /&gt;Put both tar.gz file in there.&lt;BR /&gt;Gunzip both.&lt;BR /&gt;&lt;BR /&gt;Then, tar xvf both resultant .tar files.&lt;BR /&gt;&lt;BR /&gt;I now have two directories - a &amp;amp; b.&lt;BR /&gt;&lt;BR /&gt;I can now go into a, and run &lt;BR /&gt;"perl Makefile.PL" - it has no dependencies, not it makes me a "Makefile".&lt;BR /&gt;&lt;BR /&gt;Now, I want to create a Makefile for b.  I go into that directory, and run&lt;BR /&gt;"perl Makefile.PL".  This completes with a warning that package "a" is not installed.&lt;BR /&gt;&lt;BR /&gt;How can I tell the Makefile.PL that it can find the other library in a sibling (or other) directory so that the creation of the Makefile runs completely w/o warning?&lt;BR /&gt;&lt;BR /&gt;Is there a better way to do this?  Can I make a "package" of sorts of the code and its dependency?&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 06 Feb 2007 14:41:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/perl-package-dependencies/m-p/3939609#M97456</guid>
      <dc:creator>TwoProc</dc:creator>
      <dc:date>2007-02-06T14:41:10Z</dc:date>
    </item>
    <item>
      <title>Re: perl package dependencies</title>
      <link>https://community.hpe.com/t5/operating-system-linux/perl-package-dependencies/m-p/3939610#M97457</link>
      <description>Hi John:&lt;BR /&gt;&lt;BR /&gt;Here are some general guidelines for module installation:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.cpan.org/modules/INSTALL.html" target="_blank"&gt;http://www.cpan.org/modules/INSTALL.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Note the reference to the 'use lib' pragma.&lt;BR /&gt;&lt;BR /&gt;A nice installation method is to use the CPAN module:&lt;BR /&gt;&lt;BR /&gt;# perl -MCPAN -e shell &lt;BR /&gt;&lt;BR /&gt;I trust this helps.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Tue, 06 Feb 2007 14:59:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/perl-package-dependencies/m-p/3939610#M97457</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2007-02-06T14:59:27Z</dc:date>
    </item>
    <item>
      <title>Re: perl package dependencies</title>
      <link>https://community.hpe.com/t5/operating-system-linux/perl-package-dependencies/m-p/3939611#M97458</link>
      <description>Thanks for the reply James...&lt;BR /&gt;&lt;BR /&gt;Using CPAN from my desktop system is easy enough, but servers don't have internet access, and I'm pretty reluctant to open a hole through the firewalls - I'd rather just figure out how to make a package or structure that I can test on test servers and move to production after a sufficient testing round...&lt;BR /&gt;&lt;BR /&gt;Thanks for the info!</description>
      <pubDate>Tue, 06 Feb 2007 15:14:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/perl-package-dependencies/m-p/3939611#M97458</guid>
      <dc:creator>TwoProc</dc:creator>
      <dc:date>2007-02-06T15:14:29Z</dc:date>
    </item>
    <item>
      <title>Re: perl package dependencies</title>
      <link>https://community.hpe.com/t5/operating-system-linux/perl-package-dependencies/m-p/3939612#M97459</link>
      <description>Hi (again) John:&lt;BR /&gt;&lt;BR /&gt;# perl Makefile.PL PREFIX=/my/perl_directory&lt;BR /&gt;&lt;BR /&gt;...allows you to install into *your* directory instead of the usual Perl repository on your server.  &lt;BR /&gt;&lt;BR /&gt;Perhaps that helps you.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Tue, 06 Feb 2007 15:35:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/perl-package-dependencies/m-p/3939612#M97459</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2007-02-06T15:35:01Z</dc:date>
    </item>
    <item>
      <title>Re: perl package dependencies</title>
      <link>https://community.hpe.com/t5/operating-system-linux/perl-package-dependencies/m-p/3939613#M97460</link>
      <description>It's Similar James, but I was looking to make a big combined package of where to install "from" instead of where to install "to".&lt;BR /&gt;&lt;BR /&gt;Thanks again for all help, and always, much appreciated.&lt;BR /&gt;&lt;BR /&gt;John</description>
      <pubDate>Tue, 06 Feb 2007 15:46:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/perl-package-dependencies/m-p/3939613#M97460</guid>
      <dc:creator>TwoProc</dc:creator>
      <dc:date>2007-02-06T15:46:46Z</dc:date>
    </item>
  </channel>
</rss>

