Beefy Boxes and Bandwidth Generously Provided by pair Networks
Pathologically Eclectic Rubbish Lister
 
PerlMonks  

Re^8: NET::SMTP on 64 bit

by bdegan2 (Sexton)
on Oct 16, 2017 at 15:31 UTC ( [id://1201455]=note: print w/replies, xml ) Need Help??


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

Hello hippo.

Unfortunately once these servers are in place it will take a miracle to get upgraded.
Although the 32 bit server has the same Perl and the upgrade to Net::SMTP version 3.10 worked:
oh01lx03:/prod/run/hip73977/perl -v

This is perl, v5.8.8 built for i386-linux-thread-multi

Copyright 1987-2006, Larry Wall

We are scheduled to be moved to new servers later this year (hopefully!)

Is Net::SMTP all Perl code? Could we somehow copy the Net::SMTP that was installed on the 32bit server and install it on the 64 bit ?

Thank you for trying to assist

Replies are listed 'Best First'.
Re^9: NET::SMTP on 64 bit
by hippo (Bishop) on Oct 16, 2017 at 15:56 UTC

    Essentially you have 2 choices: either fix your broken CPAN installation or just install the dist by hand. I would do the latter, viz:

    1. Download the tarball
    2. Untar it
    3. perl Makefile.PL
    4. Resolve any unmet dependencies
    5. make && make test && sudo make install

    You may want to install it somewhere other than the default, so set PERL_MM_OPT first if so.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1201455]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others surveying the Monastery: (3)
As of 2024-04-24 04:14 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found