openssh zlib error

Lutz Jaenicke Lutz.Jaenicke at aet.TU-Cottbus.DE
Thu Nov 16 23:01:28 EST 2000


This should make it into the FAQ as it is asked every other day...

On Thu, Nov 16, 2000 at 12:47:39PM +0100, Koller Bianca (ISS ITO R) wrote:
> hi all, 
> 
> my system:
> 
> hpux 10.20 
> zlib 1.1.3  -> /opt/zlib
> openssl-0.9.6 ->/opt/openssl
> 
> added LD_LIBRARY_PATH /opt/zlib

LD_LIBRARY_PATH has no meaning on HP-UX 10.20 (only in 11.xx 64bit mode).

> added PATH /opt/zlib
PATH influences the search for executables, not libraries.

> try to configure openssh
> 
> ./configure --prefix=/opt/openssh --with-ssl-dir=/opt/openssl
> 
> 
> Error: zlib missing
> 
> 
> Where can i specify the path where zlib is installed?
CPPFLAGS="/opt/zlib/include" LDFLAGS="-L/opt/zlib/lib" ./configure ...
or use the flags provided by configure, see ./configure --help

Regards,
	Lutz
-- 
Lutz Jaenicke                             Lutz.Jaenicke at aet.TU-Cottbus.DE
BTU Cottbus               http://www.aet.TU-Cottbus.DE/personen/jaenicke/
Lehrstuhl Allgemeine Elektrotechnik                  Tel. +49 355 69-4129
Universitaetsplatz 3-4, D-03044 Cottbus              Fax. +49 355 69-4153





More information about the openssh-unix-dev mailing list