Operating System - HP-UX
1833920 Members
4466 Online
110063 Solutions
New Discussion

compiling openssh on HPUX 10.20 with required zlib

 
SOLVED
Go to solution
Tim Nelson
Honored Contributor

compiling openssh on HPUX 10.20 with required zlib

Running into issues with getting a 10.20 version compiled.

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.

6 REPLIES 6
Arunvijai_4
Honored Contributor
Solution

Re: compiling openssh on HPUX 10.20 with required zlib

Hi Tim,

I 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
"A ship in the harbor is safe, but that is not what ships are built for"
Tim Nelson
Honored Contributor

Re: compiling openssh on HPUX 10.20 with required zlib

Thanks Arun, other than you providing the link I cannot seem to locate or access his sight listings.

I don't suppose there is a PA 1.1 HPUX 10.20 openssh/ssl package out there ?
Tim Nelson
Honored Contributor

Re: compiling openssh on HPUX 10.20 with required zlib

zlib and libz are the same thing right ?
Arunvijai_4
Honored Contributor

Re: compiling openssh on HPUX 10.20 with required zlib

Hi Tim,

Yes, I think so.
"A ship in the harbor is safe, but that is not what ships are built for"
Tim Nelson
Honored Contributor

Re: compiling openssh on HPUX 10.20 with required zlib

I only ask as I did have the libz/zlib libraries but the configure for openssh failed with error.
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.
Tim Nelson
Honored Contributor

Re: compiling openssh on HPUX 10.20 with required zlib

Due to difficulties gathering all the dependancies and having issue with the compile of each one I eventually found a 10.20 PA1.1 version on bennyvision.

Sometimes you just have to take a chance.