Operating System - HP-UX
1826446 Members
4108 Online
109692 Solutions
New Discussion

Re: Install Net::SFTP module on HP-UX 11.00

 
SOLVED
Go to solution
Thomas Lydick
Occasional Advisor

Install Net::SFTP module on HP-UX 11.00

I'm attempting to install the Perl modules Net::SFTP and Net::SSH on HP-UX 11.00 PA 2.0.

These modules require a product called Pari and module
Math::Pari.

Has anyone successfully installed these modules?
6 REPLIES 6
T G Manikandan
Honored Contributor

Re: Install Net::SFTP module on HP-UX 11.00

Thomas Lydick
Occasional Advisor

Re: Install Net::SFTP module on HP-UX 11.00

I've installed most of the
25 modules necessary to support Net::SFTP prior to
posting my question to the forum.
There have been a number of
compile issues, Perl verions
(using PA 1.1 or PA 2.0) 5.6 to 5.8. and module prequistes.

I was really tring to find someone who has been down this track and to tell me if the light at the end of the tunnel is a train or not.

H.Merijn Brand (procura
Honored Contributor
Solution

Re: Install Net::SFTP module on HP-UX 11.00

I got that from your original quest, but I've not been down this track.

Any special questions? What C compiler do you use? Did you build the perl yourself, or did you fetch it precompiled? What issues bug you most?

Enjoy, have FUN! H.Merijn
Enjoy, Have FUN! H.Merijn
Thomas Lydick
Occasional Advisor

Re: Install Net::SFTP module on HP-UX 11.00

Perl Ver. 5.6 - Downloaded from HP software.
Compliler: gcc - recommended.

Compiling Pari was finally completed using machine=none
and static instead of machine=hppa / dynamic.
Also, removing Perl 5.8 (pa 2.0 and replacing it with 5.6
PA 1.1)

The latest error is on compile of Net::SSH. The gcc
complier can't find the gpm.h
file.
I beleive I need to install bison to get this library?
Maybe??
H.Merijn Brand (procura
Honored Contributor

Re: Install Net::SFTP module on HP-UX 11.00

No, that's from the GPM (GNU Multi Precision) Library: http://hpux.connect.org.uk/hppd/hpux/Maths/Misc/gmp-3.1.1/

What's your OS? 32bit or 64? Threads or not?

Enjoy, have FUN! H.Merijn
Enjoy, Have FUN! H.Merijn
Thomas Lydick
Occasional Advisor

Re: Install Net::SFTP module on HP-UX 11.00

I was able to get Net::SFTP
operational und HP-UX 11.0.

I installed gmp from soux.com and used gcc 3.2.

Ensure that the Perl build is for PA 1.1.

Some 25 additional Perl modules required installation to support the Net::SSH module.

The Net::SFTP module and methods work like a champ.

Thank You.