Building 3.0p1 on HPUX 10.2, gcc, zlib 1.1.4

Darren Tucker dtucker at zip.com.au
Mon Aug 19 22:56:44 EST 2002


Ghulam Rabani wrote: 
> I've never posted here before but I seem to be having a similar problem to
> what Tim Rice had in July, namely when running the configure script I get
> the following:
> 
> configure: error: *** zlib missing - please install first or check
> config.log ***
> 
> However, I have definitely installed zlib (see below):

Firstly, 3.0 has at least one known remotely exploitable security
vulnerability. You should probably get 3.4p1. (eg
ftp://ftp.ca.openbsd.org/pub/OpenBSD/OpenSSH/portable/openssh-3.4p1.tar.gz)

My guess is that zlib is installed someplace where configure doesn't
automatically look. Try ./configure --with-zlib=/opt/zlib (or wherever
your package put the libz.a file).

> I haven't installed openssl as I can't get access to www.openssl.org. Is
> that the reason?

Dunno, but you won't be able to build without openssl. You can get it
from a mirror (eg
ftp://ftp.ca.openbsd.org/pub/Mirror/Crypto/OpenSSL/openssl-0.9.6g.tar.gz).

Keven Steves has put up a how-to for building OpenSSH on HP-UX. It's at
http://www.atomicgears.com/papers/osshhpux.html

-- 
Darren Tucker (dtucker at zip.com.au)
GPG Fingerprint D9A3 86E9 7EEE AF4B B2D4  37C9 C982 80C7 8FF4 FA69
    Good judgement comes with experience. Unfortunately, the experience
usually comes from bad judgement.



More information about the openssh-unix-dev mailing list