- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Install Net::SFTP module on HP-UX 11.00
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-30-2003 04:08 AM
01-30-2003 04:08 AM
These modules require a product called Pari and module
Math::Pari.
Has anyone successfully installed these modules?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-30-2003 04:20 AM
01-30-2003 04:20 AM
Re: Install Net::SFTP module on HP-UX 11.00
http://www.cpan.org/modules/01modules.index.html
installation instructions
page
http://www.cpan.org/modules/INSTALL.html
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-31-2003 05:00 AM
01-31-2003 05:00 AM
Re: Install Net::SFTP module on HP-UX 11.00
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-31-2003 05:08 AM
01-31-2003 05:08 AM
SolutionAny 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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-31-2003 05:52 AM
01-31-2003 05:52 AM
Re: Install Net::SFTP module on HP-UX 11.00
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??
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-31-2003 06:04 AM
01-31-2003 06:04 AM
Re: Install Net::SFTP module on HP-UX 11.00
What's your OS? 32bit or 64? Threads or not?
Enjoy, have FUN! H.Merijn
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-21-2003 04:06 AM
03-21-2003 04:06 AM
Re: Install Net::SFTP module on HP-UX 11.00
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.