<?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: Net::FTP in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/net-ftp/m-p/2869524#M98071</link>
    <description>The approach using the CPAN module is an entirely separate option... Somebody correct if I'm wrong, but I think it may actually attempt to upgrade the PERL core as well if not already at 5.8.0. If so, don't use it.</description>
    <pubDate>Mon, 23 Dec 2002 21:41:19 GMT</pubDate>
    <dc:creator>Jordan Bean</dc:creator>
    <dc:date>2002-12-23T21:41:19Z</dc:date>
    <item>
      <title>Net::FTP</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/net-ftp/m-p/2869518#M98065</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Does anyone have a Makefile.PL for compiling the Net::FTP module?  I downloaded FTP.pm from &lt;A href="http://www.cpan.org." target="_blank"&gt;www.cpan.org.&lt;/A&gt;  But I didn't see a makefile in the archive.&lt;BR /&gt;&lt;BR /&gt;I have the HP ANSI-C compiler on HP-UX 11.11.&lt;BR /&gt;&lt;BR /&gt;TIA,&lt;BR /&gt;Tom&lt;BR /&gt;</description>
      <pubDate>Mon, 23 Dec 2002 16:56:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/net-ftp/m-p/2869518#M98065</guid>
      <dc:creator>Tom Dawson</dc:creator>
      <dc:date>2002-12-23T16:56:20Z</dc:date>
    </item>
    <item>
      <title>Re: Net::FTP</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/net-ftp/m-p/2869519#M98066</link>
      <description />
      <pubDate>Mon, 23 Dec 2002 18:17:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/net-ftp/m-p/2869519#M98066</guid>
      <dc:creator>H.Merijn Brand (procura</dc:creator>
      <dc:date>2002-12-23T18:17:09Z</dc:date>
    </item>
    <item>
      <title>Re: Net::FTP</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/net-ftp/m-p/2869520#M98067</link>
      <description>Sorry for the empty message, that's Opera-7's fault :/&lt;BR /&gt;&lt;BR /&gt;1. Net::FTP is part of the core as of 5.8.0&lt;BR /&gt;2. Net::FTP is part of libnet, and thus cannot be downloaded as a module of it's own&lt;BR /&gt;&lt;BR /&gt;Fetch &lt;A href="http://search.cpan.org/CPAN/authors/id/G/GB/GBARR/libnet-1.12.tar.gz" target="_blank"&gt;http://search.cpan.org/CPAN/authors/id/G/GB/GBARR/libnet-1.12.tar.gz&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;# cd /tmp&lt;BR /&gt;# gzip -d &lt;LIBNET-1.12.TAR.GZ&gt;&lt;/LIBNET-1.12.TAR.GZ&gt;# cd libnet-1.12&lt;BR /&gt;# perl Makefile.PL&lt;BR /&gt;# make&lt;BR /&gt;# make test&lt;BR /&gt;# make install&lt;BR /&gt;# cd ..&lt;BR /&gt;# rm -rf libnet-1.12&lt;BR /&gt;</description>
      <pubDate>Mon, 23 Dec 2002 18:18:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/net-ftp/m-p/2869520#M98067</guid>
      <dc:creator>H.Merijn Brand (procura</dc:creator>
      <dc:date>2002-12-23T18:18:47Z</dc:date>
    </item>
    <item>
      <title>Re: Net::FTP</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/net-ftp/m-p/2869521#M98068</link>
      <description>Better to install the entire libnet bundle after updating the CPAN module.&lt;BR /&gt;&lt;BR /&gt;perl -MCPAN -e shell&lt;BR /&gt;&amp;gt; install Bundle::CPAN&lt;BR /&gt;&amp;gt; reload cpan&lt;BR /&gt;&amp;gt; install Bundle::libnet&lt;BR /&gt;&amp;gt; q&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 23 Dec 2002 18:22:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/net-ftp/m-p/2869521#M98068</guid>
      <dc:creator>Jordan Bean</dc:creator>
      <dc:date>2002-12-23T18:22:59Z</dc:date>
    </item>
    <item>
      <title>Re: Net::FTP</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/net-ftp/m-p/2869522#M98069</link>
      <description>Procura,&lt;BR /&gt;&lt;BR /&gt;I get the following when I try to run the makefile:&lt;BR /&gt;&lt;BR /&gt;flo1q07 /home/tdawson/perl_modules/libnet-1.12 # perl Makefile.PL&lt;BR /&gt;Can't locate ExtUtils/MakeMaker.pm in @INC (@INC contains: /opt/perl5/lib/5.00502/PA-RISC1.1&lt;BR /&gt;/opt/perl5/lib/5.00502 /opt/perl5/lib/site_perl/5.005/PA-RISC1.1 /opt/perl5/lib/site_perl/5.005 .)&lt;BR /&gt;at Makefile.PL line 12.&lt;BR /&gt;BEGIN failed--compilation aborted at Makefile.PL line 12.&lt;BR /&gt;flo1q07 /home/tdawson/perl_modules/libnet-1.12 #&lt;BR /&gt;&lt;BR /&gt;My "ExtUtils" directory is located here:&lt;BR /&gt;&lt;BR /&gt;/opt/perl/lib/5.6.1/ExtUtils&lt;BR /&gt;&lt;BR /&gt;This will show what a novice I am with Perl.  I can see that I need to add&lt;BR /&gt;'/opt/perl/lib/5.6.1' to the @INC variable.  But I haven't a clue as to how&lt;BR /&gt;or where I should do that.&lt;BR /&gt;&lt;BR /&gt;Jordan,&lt;BR /&gt;&lt;BR /&gt;Are you saying that after I do the "make install" as procura suggests above,&lt;BR /&gt;that I should then execute "perl -MCPAN -e shell" as in your example?&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Tom&lt;BR /&gt;</description>
      <pubDate>Mon, 23 Dec 2002 19:33:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/net-ftp/m-p/2869522#M98069</guid>
      <dc:creator>Tom Dawson</dc:creator>
      <dc:date>2002-12-23T19:33:32Z</dc:date>
    </item>
    <item>
      <title>Re: Net::FTP</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/net-ftp/m-p/2869523#M98070</link>
      <description>You've got *two* (or more) versions of perl that conflict.&lt;BR /&gt;&lt;BR /&gt;You *want* the 5.6.1 version, so `disable' the old 5.005_02, which is easy in your case&lt;BR /&gt;&lt;BR /&gt;You've got several options to test if that would work&lt;BR /&gt;&lt;BR /&gt;1. Make the bad one inaccessable&lt;BR /&gt;&lt;BR /&gt;  # chmod 000 /opt/perl5&lt;BR /&gt;&lt;BR /&gt;2. Remove /opt/perl5/bin from your $PATH (don't forget to check /etc/PATH)&lt;BR /&gt;3. Remove that version altogether with swremove&lt;BR /&gt;4. Remove *all* perl versions with swremove and re-install perl, so you *know* what you are working with&lt;BR /&gt;</description>
      <pubDate>Mon, 23 Dec 2002 19:45:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/net-ftp/m-p/2869523#M98070</guid>
      <dc:creator>H.Merijn Brand (procura</dc:creator>
      <dc:date>2002-12-23T19:45:26Z</dc:date>
    </item>
    <item>
      <title>Re: Net::FTP</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/net-ftp/m-p/2869524#M98071</link>
      <description>The approach using the CPAN module is an entirely separate option... Somebody correct if I'm wrong, but I think it may actually attempt to upgrade the PERL core as well if not already at 5.8.0. If so, don't use it.</description>
      <pubDate>Mon, 23 Dec 2002 21:41:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/net-ftp/m-p/2869524#M98071</guid>
      <dc:creator>Jordan Bean</dc:creator>
      <dc:date>2002-12-23T21:41:19Z</dc:date>
    </item>
    <item>
      <title>Re: Net::FTP</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/net-ftp/m-p/2869525#M98072</link>
      <description>Procura,&lt;BR /&gt;&lt;BR /&gt;The "other" perl is that which is installed with apache.  I didn't want to mess around with removing that one.  So I went out and got your 5.8.0 ports from:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.beepz.com/personal/merijn" target="_blank"&gt;www.beepz.com/personal/merijn&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;I had problems with the libraries with the 10.20/pa1.1 version because I'm running 11.11.  The 11.00/pa2.0 version failed because my CPUs are 1.1.&lt;BR /&gt;&lt;BR /&gt;So I downloaded Perl 5.8.0 from the HP Porting Centre:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://hpux.connect.org.uk/hppd/hpux/Languages/perl-5.8.0/" target="_blank"&gt;http://hpux.connect.org.uk/hppd/hpux/Languages/perl-5.8.0/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;That seems to be working fine.  I know I'm missing the Oracle::DBD class, but my dba isn't clamoring for perl yet.  Thanks for your help!&lt;BR /&gt;&lt;BR /&gt;Jordan,&lt;BR /&gt;&lt;BR /&gt;Since I've got 5.8.0 installed, I don't have to worry about installing libnet.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Tom&lt;BR /&gt;</description>
      <pubDate>Mon, 30 Dec 2002 14:39:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/net-ftp/m-p/2869525#M98072</guid>
      <dc:creator>Tom Dawson</dc:creator>
      <dc:date>2002-12-30T14:39:32Z</dc:date>
    </item>
  </channel>
</rss>

