- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- compile openssh
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-31-2001 06:32 AM
08-31-2001 06:32 AM
compile openssh
I'd like to use openssh and therefore must compile it. But whenever I try to do that,
I got the message that there is a prerequisite that I have to fulfill, named "zlib.zlib-RUN".
I'm not an experienced developer and searched the whole internet and could not find that. I installed zlib.1.3.3 and gcc3.0 and openssl and all packages HP could ever imagine, but nothing changed. Where the hell can I get that "zlib.zlib-RUN" or how can I work around it?
Thanks and best regards
Paul
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-31-2001 08:01 AM
08-31-2001 08:01 AM
Re: compile openssh
Look at the INSTALL file which comes with the source code for openssh, it says you would need zlib
http://www.freesoftware.com/pub/infozip/zlib and openssl 0.9.5a or greater
http://www.openssl.org
So download zlib and openssl and install them before you try to install openssh.
Ofcourse you have another option to install openssh and other dependencies in swinstall format. You can get them at
http://hpux.cs.utah.edu/hppd/hpux/Networking/Admin/openssh-2.5.1.p1
I do prefer installing from source normally but then its your preference.
-Regards
Ramesh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-02-2001 07:14 PM
09-02-2001 07:14 PM
Re: compile openssh
You can get 'zlib' from the HP-UX porting centre.
http://hpux.connect.org.uk/hppd/hpux/Misc/zlib-1.1.3/
I have had trouble getting it from
http://www.freesoftware.com/pub/infozip/zlib
Once installed make sure that you have a copy of 'zlib.h' and 'zconf.h' in '/usr/include' and 'libz.a' in '/usr/lib'
The good thing about downloading them (including openssh and openssl) from the porting centre is that they are already compiled and ready to install using 'swinstall'
Compiling can be a lot of fun....NOT...when you start to have problems.
HTH
-Michael
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-04-2001 03:24 AM
09-04-2001 03:24 AM
Re: compile openssh
on http://hpux.tn.tudelft.nl/ you find all the packages you need. Also a little note on gcc. Version 2.95.x is still te best version to use, because of problems with 3. Version 3.0.1 has been released, but you beter wait for 3.1 that is scheduled for April 2002 (this date can change).
-Hans
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-04-2001 06:26 AM
09-04-2001 06:26 AM
Re: compile openssh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-16-2001 04:54 AM
11-16-2001 04:54 AM
Re: compile openssh
I have the same problem.
The swinstall error message is:
The corequisite "zlib.zlib-RUN" for fileset "openssh.openssh-RUN,r=2.5.1p1" cannot be successfully resolved.
I installed the "zlib 1.1.3.2001-06-12 The zlib Compression Library" package. But without result. swconfig /* doesn???t solve the problem.
Pleas help