Building 3.0p1 on HPUX 10.2, gcc, zlib 1.1.4

Ghulam Rabani rabani at lucent.com
Mon Aug 26 16:39:33 EST 2002


Darren (All),

Thanks for your response.

By providing the zlib PATH to the openssh configure script I managed to get
to the stage where the script complains that openssl is not installed (as
expected).

However, after downloading the openssl software, I found to my
disappointment, that I only have the standard HPUX C complier which is not
sufficient to compile the openssl software. Currently, I am in the process
of configuring and compiling the gcc v3.0 complier.

It never rains but pours.

Thanks for your help. I will keep you posted on my progress (or lack of).

Ghulam.

PS - If become a burden just yell out :)



-----Original Message-----
From: Darren Tucker [mailto:dtucker at zip.com.au]
Sent: Monday, August 19, 2002 3:57 PM
To: Ghulam Rabani
Cc: openssh-unix-dev at mindrot.org
Subject: Re: Building 3.0p1 on HPUX 10.2, gcc, zlib 1.1.4


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