On Fri, Sep 22, 2000 at 02:51:18PM -0400, Youlette Etienne wrote:
> Hello,
> 
> I am trying to install Openssh.   I have installed OpenSSL, egd, and zlib.    
>However, when I start to install Openssh with the following command, I get the 
>following error message:
> 
> ./configure --with-openssl-dir=/usr/local/ssl-withentropy-pool=/dev/random
> 
> checking for HPUX trusted system password database... yes
> configure: warning: This configuration is untested
> checking for deflate in -lz... no
> configure: error: *** zlib missing - please install first ***

[Installation to /usr/local described]

HPs ANSI C compiler does not automatically search for files in /usr/local,
you must explicitely order it to do so:
./configure --with-cflags="-I/usr/local/include" --with-ldflags="-L/usr/local/lib" 
--with-ssl-dir=/usr/local/ssl --with-egd-pool=/path/to/egd/socket

Please make sure, that also your other compiler flags are correct, the
--with-openssl-dir does not exit, neither does --withentropy-pool

Best regards,
        Lutz
-- 
Lutz Jaenicke                             [EMAIL PROTECTED]
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

Reply via email to