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
08-11-2000 07:10 AM
08-11-2000 07:10 AM
ssh
I'm trying to install openssh on my HP-UX 10.20 server and I'm hitting some serious snags. I've installed openssl and zlib from the software porting site and the openssh install is just falling over on the make (./configure && make && make install).
I get an ld error status 1 when it dumps out.
Has anyone installed openssh on 10.20? If so, how did you do it and what sort of problems/solutions (if any) did you run into? Thanks.
--Scott
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-11-2000 07:14 AM
08-11-2000 07:14 AM
Re: ssh
Did you generate the keys and put into a common file?
Do the systems have the /.shosts file?
These were the two biggest problems I encountered.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-11-2000 07:17 AM
08-11-2000 07:17 AM
Re: ssh
What did you search for?
Could only find openssl/zlib, not openssh.
--Scott
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-11-2000 07:30 AM
08-11-2000 07:30 AM
Re: ssh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-11-2000 07:37 AM
08-11-2000 07:37 AM
Re: ssh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-11-2000 07:47 AM
08-11-2000 07:47 AM
Re: ssh
Did find www.ncsa.uiuc.edu/General/CC/ssh but only free for non-comercial versions.
Used to be free SW.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-11-2000 08:09 AM
08-11-2000 08:09 AM
Re: ssh
Yes, I do have gcc installed.
Anyone else?
--Scott
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-11-2000 09:58 AM
08-11-2000 09:58 AM
Re: ssh
./configure -v ; make -d install
Another thought is that the ld being used is not the gcc version - ie, you might want to set the path to the gcc version of ld. (verify which appears first with "which ld" and if it is not the gcc one, you might want to fix that)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-11-2000 10:00 AM
08-11-2000 10:00 AM
Re: ssh
I don't think it's gcc ld. I guess I can get that at GNU?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-11-2000 10:06 AM
08-11-2000 10:06 AM
Re: ssh
Good luck
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-11-2000 10:24 AM
08-11-2000 10:24 AM
Re: ssh
fun.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-11-2000 11:04 AM
08-11-2000 11:04 AM