Mailing-List: contact cygwin-help@sourceware.cygnus.com; run by ezmlm
List-Subscribe: <mailto:cygwin-subscribe@sourceware.cygnus.com>
List-Archive: <http://sourceware.cygnus.com/ml/cygwin/>
List-Post: <mailto:cygwin@sourceware.cygnus.com>
List-Help: <mailto:cygwin-help@sourceware.cygnus.com>, <http://sourceware.cygnus.com/ml/#faqs>
Sender: cygwin-owner@sourceware.cygnus.com
Delivered-To: mailing list cygwin@sourceware.cygnus.com
Message-ID: <392B71E0.D2C2CBD1@vinschen.de>
Date: Wed, 24 May 2000 08:08:32 +0200
From: Corinna Vinschen <corinna@vinschen.de>
Reply-To: cygwin <cygwin@sourceware.cygnus.com>
X-Mailer: Mozilla 4.7 [en] (X11; I; Linux 2.2.14 i686)
X-Accept-Language: de, en
MIME-Version: 1.0
To: Ross Smith <ross.s@ihug.co.nz>
CC: cygwin@sourceware.cygnus.com
Subject: Re: Problem building SSH
References: <003f01bfc536$6298a520$a8a11dcb@ihug.co.nz>
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit

Ross Smith wrote:
> [...]
> checking for OpenSSL/SSLeay directory... configure: error: Could not find SSLeay
>  / OpenSSL libraries, please install
> /usr/local/src/openssh-1.2.2$
> 
> Does anyone know what's gone wrong? (Yes, I installed perl5 and openssl
> first, and neither of them gave me any complaints.)

Somewhat strange.

Seems to be that the configure script can't find the path where
you have openSSL installed. It checks for the following locations:

	$prefix  (== /usr/local by default)
	/usr
	/usr/local/openssl
	/usr/lib/openssl
	/usr/local/ssl
	/usr/lib/ssl
	/usr/local
	/usr/pkg

by searching for the files

	include/openssl/crypto.h

or

	include/ssl/crypto.h

I have just installed on a clean system from the tarball on
ftp.franken.de and I got the following

...
checking for OpenSSL/SSLeay directory... /usr/local
checking for RSAref library... no
checking for CRYPTO_lock in -lcrypto... yes
...

so I assume you have perhaps installed into the wrong path.

-- 
Corinna Vinschen
Cygwin Developer
Cygnus Solutions, a Red Hat company

--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com

