in reply to Re^3: NET::SMTP on 64 bit
in thread NET::SMTP on 64 bit

Ok, I received this not from the developer doing the Perl install of Net::SMTP on the 64 bit Linux server.
perl -MCPAN -e 'install Net::SMTP'
I got the “don't know what it is.” warning

I also tried (NET was used in one of our earlier emails even though Net::SMTP was installed on the dev server):

After looking up the names of the 2 authors (Graham Barr gbarr@pobox.com andSteve Hay shay@cpan.org):

perl -MCPAN -e 'shell' cpan[1]> ls gbarr (Net::SMTP was not in his list…Net::TFTP, Net::SNPP + and Net::PH were listed) cpan[3]> ls shay (Net::SMTP was not in his list, nothing with Net was +listed)
Searching for the module:
cpan[10]> m Net::SMTP No objects of type Module found for argument Net::SMTP
And, I tried this just in case:
cpan[11]> m NET::SMTP No objects of type Module found for argument NET::SMTP
Is there any other commands that we should run to install the Net::SMTP on the 64 bit server?

Replies are listed 'Best First'.
Re^5: NET::SMTP on 64 bit
by poj (Abbot) on Oct 13, 2017 at 19:23 UTC

    What do you get with these commands

    uname -a
    perl -v

    poj

      ops@oh01lx04 ~$ uname -a Linux oh01lx04.workflowone.net 2.6.18-53.1.6.el5 #1 SMP Wed Jan 16 03:56:15 EST 2008 x86_64 x86_64 x86_64 GNU/Linux ops@oh01lx04 ~$ perl -v This is perl, v5.8.8 built for x86_64-linux-thread-multi Copyright 1987-2006, Larry Wall Perl may be copied only under the terms of either the Artistic License or the GNU General Public License, which may be found in the Perl 5 source kit. Complete documentation for Perl, including FAQ lists, should be found on this system using "man perl" or "perldoc perl". If you have access to the Internet, point your browser at http://www.perl.org/, the Perl Home Page. [ops@oh01lx04

        This is perl, v5.8.8 built for x86_64-linux-thread-multi Copyright 1987-2006, Larry Wall

        Hmmmm. That's more than a decade old, which in IT terms is practically pre-cambrian. Have you considered upgrading?