Beefy Boxes and Bandwidth Generously Provided by pair Networks
Just another Perl shrine
 
PerlMonks  

Re: Building Net::SFTP on Solaris problem.

by asarih (Hermit)
on Nov 13, 2003 at 02:42 UTC ( [id://306710]=note: print w/replies, xml ) Need Help??


in reply to Building Net::SFTP on Solaris problem.

GMP was compiled 64-bit. Your Perl is 32-bit. Recompile GMP for 32-bit integers (or you can recompile perl for 64-bit). Consult GMP documentation on how to do it.

Update: The option is ABI=32, i.e., you should reconfigure GMP by

./configure ABI=32
This yields
gmp-4.1.2$ file .libs/libgmp.so
.libs/libgmp.so:        ELF 32-bit MSB dynamic lib SPARC32PLUS Version 1, V8+ Required,
UltraSPARC1 Extensions Required, dynamically linked, not stripped

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others studying the Monastery: (6)
As of 2024-03-29 01:04 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found