<?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: Can't locate ExtUtils/MakeMaker.pm in @INC in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/perl-can-t-locate-extutils-makemaker-pm-in-inc/m-p/3939355#M97452</link>
    <description>Hi John:&lt;BR /&gt;&lt;BR /&gt;# perl -V&lt;BR /&gt;&lt;BR /&gt;...should show your @INC contents and 'ExtUtils/MakeMaker.pm' ought to be in one of the paths!  I'd do:&lt;BR /&gt;&lt;BR /&gt;# find /usr -name MakeMaker.pm&lt;BR /&gt;&lt;BR /&gt;...for example, using the root level directory to make sure you have the module (you should).&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
    <pubDate>Tue, 06 Feb 2007 11:11:06 GMT</pubDate>
    <dc:creator>James R. Ferguson</dc:creator>
    <dc:date>2007-02-06T11:11:06Z</dc:date>
    <item>
      <title>Perl: Can't locate ExtUtils/MakeMaker.pm in @INC</title>
      <link>https://community.hpe.com/t5/operating-system-linux/perl-can-t-locate-extutils-makemaker-pm-in-inc/m-p/3939354#M97451</link>
      <description>OK, I'm installing a new package on an HPUX11.i box, and I get the following error:&lt;BR /&gt;&lt;BR /&gt;# perl Makefile.PL&lt;BR /&gt;Can't locate ExtUtils/MakeMaker.pm in @INC &lt;BR /&gt;&lt;BR /&gt;Anyone can tell me how to begin addressing this?</description>
      <pubDate>Tue, 06 Feb 2007 11:04:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/perl-can-t-locate-extutils-makemaker-pm-in-inc/m-p/3939354#M97451</guid>
      <dc:creator>TwoProc</dc:creator>
      <dc:date>2007-02-06T11:04:27Z</dc:date>
    </item>
    <item>
      <title>Re: Perl: Can't locate ExtUtils/MakeMaker.pm in @INC</title>
      <link>https://community.hpe.com/t5/operating-system-linux/perl-can-t-locate-extutils-makemaker-pm-in-inc/m-p/3939355#M97452</link>
      <description>Hi John:&lt;BR /&gt;&lt;BR /&gt;# perl -V&lt;BR /&gt;&lt;BR /&gt;...should show your @INC contents and 'ExtUtils/MakeMaker.pm' ought to be in one of the paths!  I'd do:&lt;BR /&gt;&lt;BR /&gt;# find /usr -name MakeMaker.pm&lt;BR /&gt;&lt;BR /&gt;...for example, using the root level directory to make sure you have the module (you should).&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Tue, 06 Feb 2007 11:11:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/perl-can-t-locate-extutils-makemaker-pm-in-inc/m-p/3939355#M97452</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2007-02-06T11:11:06Z</dc:date>
    </item>
    <item>
      <title>Re: Perl: Can't locate ExtUtils/MakeMaker.pm in @INC</title>
      <link>https://community.hpe.com/t5/operating-system-linux/perl-can-t-locate-extutils-makemaker-pm-in-inc/m-p/3939356#M97453</link>
      <description>Hey James, &lt;BR /&gt;&lt;BR /&gt;Thanks for the prompt reply.&lt;BR /&gt;&lt;BR /&gt;Ok, I've actually got the MakeMaker library in /opt/perl/lib/5.8.3... HOWEVER, there is also /opt/perl/lib/5.6.1 (which doesn't have it).  Whenever I run perl, it always runs the 5.6.1 version...&lt;BR /&gt;&lt;BR /&gt;And, when I run "perl -V" I get :&lt;BR /&gt;$ perl -V&lt;BR /&gt;Can't locate Config.pm in @INC (@INC contains: /opt/perl/lib/5.6.1/PA-RISC1.1-thread-multi /opt/perl/lib/5.6.1 /opt/perl/lib/site_perl/5.6.1/PA-RISC1.1-thread-multi /opt/perl/lib/site_perl/5.6.1 /opt/perl/lib/site_perl .).&lt;BR /&gt;BEGIN failed--compilation aborted.&lt;BR /&gt;&lt;BR /&gt;Ugh.. &lt;BR /&gt;&lt;BR /&gt;BUT, /opt/perl/bin/perl-dynamic -V returns:&lt;BR /&gt;... all of the good stuff we'd all expect about version 5.8.3...  whoopee!&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;So, How do I make perl start using the 5.8.3 version and not the 5.6.1 version when both are loaded in the server?  Because, when I run /opt/perl/bin/perl-dynamic Makefile.pm - it actually returns me the makefile that I needed.&lt;BR /&gt;&lt;BR /&gt;Is this just simply a case of fixing the symbolic links for "/usr/bin/perl" that eventually land in /opt/perl/bin/ to run the dynamic version (which is 5.8.x) instead of the static version (which is 5.6.x)???</description>
      <pubDate>Tue, 06 Feb 2007 12:27:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/perl-can-t-locate-extutils-makemaker-pm-in-inc/m-p/3939356#M97453</guid>
      <dc:creator>TwoProc</dc:creator>
      <dc:date>2007-02-06T12:27:49Z</dc:date>
    </item>
    <item>
      <title>Re: Perl: Can't locate ExtUtils/MakeMaker.pm in @INC</title>
      <link>https://community.hpe.com/t5/operating-system-linux/perl-can-t-locate-extutils-makemaker-pm-in-inc/m-p/3939357#M97454</link>
      <description>Hi (again) John:&lt;BR /&gt;&lt;BR /&gt;&amp;gt; Is this just simply a case of fixing the symbolic links for "/usr/bin/perl" that eventually land in /opt/perl/bin/ to run the dynamic version (which is 5.8.x) instead of the static version (which is 5.6.x)???&lt;BR /&gt;&lt;BR /&gt;Yes, that's what I'd do.  Afterall, 5.8 has so many more nice things than 5.6.&lt;BR /&gt;&lt;BR /&gt;It is recommended that '/usr/bin/perl' and '/usr/local/bin/perl' be symbolic links to the actual perl binary.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Tue, 06 Feb 2007 12:41:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/perl-can-t-locate-extutils-makemaker-pm-in-inc/m-p/3939357#M97454</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2007-02-06T12:41:40Z</dc:date>
    </item>
    <item>
      <title>Re: Perl: Can't locate ExtUtils/MakeMaker.pm in @INC</title>
      <link>https://community.hpe.com/t5/operating-system-linux/perl-can-t-locate-extutils-makemaker-pm-in-inc/m-p/3939358#M97455</link>
      <description>Thanks James,&lt;BR /&gt;I appreciate the help.&lt;BR /&gt;&lt;BR /&gt;I totally screwed up on that last point assignment, I meant to put 10 pts, and now... it's too late.  Sorry...&lt;BR /&gt;&lt;BR /&gt;If I ever actually run into you at a conference, etc. - I owe you two beers in exchange for those missing two points.</description>
      <pubDate>Tue, 06 Feb 2007 13:49:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/perl-can-t-locate-extutils-makemaker-pm-in-inc/m-p/3939358#M97455</guid>
      <dc:creator>TwoProc</dc:creator>
      <dc:date>2007-02-06T13:49:12Z</dc:date>
    </item>
  </channel>
</rss>

