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?
Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
Read Where should I post X? if you're not absolutely sure you're posting in the right place.
Please read these before you post! —
Posts may use any of the Perl Monks Approved HTML tags:
- a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
| |
For: |
|
Use: |
| & | | & |
| < | | < |
| > | | > |
| [ | | [ |
| ] | | ] |
Link using PerlMonks shortcuts! What shortcuts can I use for linking?
See Writeup Formatting Tips and other pages linked from there for more info.