state your openssl-dir when running configure:
./configure --with-ssl-dir=/path/to/your/openssl
this is also mentioned on the third page of the installation-instructions
provided with the sources ...
w/ best regards
g. feiner
----- Original Message -----
From: Yuri Desyatnik <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, January 04, 2001 12:44 AM
Subject: Problem installing OpenSSH
> When I run ./configure for openSSH, the operation terminates with the
> following error:
>
> checking for OpenSSL directory...configure: error: Could not find
> working SSLeay / OpenSSL libraries, please install
>
> OpenSSL is installed (0.9.6) and operational.
>
> Here is my path statement:
>
>
PATH=$PATH:/bin:/sbin:/usr:/usr/local:/usr/local/lib:/usr/sbin:/usr/bin:/usr
/local/bin:$HOME:$HOME/bin
>
> What could be wrong??