- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- compiling openssh on HPUX 10.20 with required zlib
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
09-22-2006 07:19 AM
09-22-2006 07:19 AM
zlib is complaining during make
cc: "adler32.c", line 72: error 1701: Unsigned suffix is an ANSI feature.
I have an ansi/c compiler and this would probably work under gcc except I only have gcc on 11i and would probably run into more issue attempting to get that compiled on 10.20.
Any hints to help this work on 10.20. Procura had some compiled depots but they were for PA2.0 I am on PA1.1 and hence needed to compile my own.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-22-2006 08:13 AM
09-22-2006 08:13 AM
SolutionI think, procura has got PA1.1 depot for zlib, did you try that ? http://mirrors.develooper.com/hpux/libz-1.2.1-pa1.1.tgz
-Arun
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-22-2006 08:16 AM
09-22-2006 08:16 AM
Re: compiling openssh on HPUX 10.20 with required zlib
I don't suppose there is a PA 1.1 HPUX 10.20 openssh/ssl package out there ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-22-2006 08:20 AM
09-22-2006 08:20 AM
Re: compiling openssh on HPUX 10.20 with required zlib
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-22-2006 08:23 AM
09-22-2006 08:23 AM
Re: compiling openssh on HPUX 10.20 with required zlib
Yes, I think so.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-22-2006 08:24 AM
09-22-2006 08:24 AM
Re: compiling openssh on HPUX 10.20 with required zlib
configure: error: *** zlib missing - please install first or check config.log ***
If this zlib and libz are the same I probably missed setting the library path. I put the libz libraries in /usr/lib and assume it would not have any issue finding them.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-10-2006 03:15 AM
10-10-2006 03:15 AM
Re: compiling openssh on HPUX 10.20 with required zlib
Sometimes you just have to take a chance.