On Wed, Oct 11, 2000 at 11:37:54AM -0400, John N. Stacey wrote:
>
> Has anyone experienced the following error while trying to compile
> OpenSSH-2.2.0p1 using openssl-0.9.6 on Solaris 2.7:
>
> "checking for OpenSSL directory... configure: error: Could not find working
> SSLeay / OpenSSL libraries, please install"
>
> Openssl is installed in the default directory /usr/local/ssl
>
> I even used the --with-ssl-dir option with no luck.
>
> Has anyone had any luck compiling it on Solaris 2.7?
yep. from config.status:
./configure --prefix=/usr/pkgs/openssh-2.2.0p1 --sysconfdir=/etc/ssh
--with-ssl-dir=/usr/local/pkgs/openssl-0.9.5a/lib --with-ipv4-default
pauline@g-and-t% ls /usr/local/pkgs/openssl-0.9.5a/lib
libcrypto.a libssl.a
works like a charm.
hope this helps,
pauline