); perl-unix-users@listserv.ActiveState.com
Subject: RE: [Perl-unix-users]
Perl FTP
That libnet package has nothing to
do with Perl.
To install Perl modules or bundles
you use CPAN (www.cpan.org). You'll need to
download the libnet bundle from CPAN (http://search.cpan.org/~gbarr/libnet
That libnet package has nothing to do with Perl.
To install Perl modules or bundles you use CPAN (www.cpan.org). You'll need to download the libnet
bundle from CPAN (http://search.cpan.org/~gbarr/libnet-1.19/), extract it, then do:
sun> perl Makefile.PL
sun> make
sun> make test
sun> make in
I think that your problem is that you need to either install the package to
the base directory /usr or add /usr/local/perl5 to your @INC.
The line, "Can't locate Net/FTP.pm in @INC @INC contains:"
tells you where it is looking for modules. As you installed the module
to /usr/local/perl5, it ne
> Select packages you wish to process : all
> Using as the package base directory
The problem appears to be that it was installed in /usr/local which is not
included in @INC. Were you able to choose it's root directory or was this
one chosen for you?
> #!/usr/bin/perl -w
>
> # created by O