your mail

Gary E. Miller gem at rellim.com
Sun Jul 8 12:42:31 EST 2001


Yo Gary!

Hmm, I just checked the source for zlib 1.1.3 and the default is
/usr/local.  So you must be using an rpm or some other munged version
of zlib.

You need to tell ./configure where to find it.  Not sure what you have
under /opt/zlib, but try something like this:
	./configure --with-cppflags="-I/opt/zlib/include" \
             --with-libs="-L/opt/zlib/lib"

RGDS
GARY
---------------------------------------------------------------------------
Gary E. Miller Rellim 20340 Empire Ave, Suite E-3, Bend, OR 97701
	gem at rellim.com  Tel:+1(541)382-8588 Fax: +1(541)382-8676

On Sat, 7 Jul 2001, Gary Sakimoto wrote:

> >      When trying to run configure for openssh (2.5.1p1 or 2.5.1p2 or
> > 2.5.2p1 or 2.9p2), it fails and tells me that I need to install ZLIB.
> > Zlib has been configured, made, made tested and made installed into
> > /opt/zlib (default) and IS already installed.  I am running hpux 11.00,
> > have zlib 1.1.3 , openssl 0.9.6 , perl 5.005_03 and am running HP ansi C
> > for 11.00.  Is OpenSSH configure looking for the ZLib to be in a directory
> > other than /opt ???   Any suggestions  will be GREATLY appreciated !!!!!




More information about the openssh-unix-dev mailing list