On Fri, Oct 12, 2001 at 03:14:00PM -0400, John Aldrich wrote:
> I have downloaded the tarball of the latest versions of OpenSSH and OpenSSL
> for linux (RH 6.2.) I have compiled and installed OpenSSL, but I still get
> an error trying to configure OpenSSH that it can't seem to find openssl.
> Looking at the config.log, I see that it is failing to find the "rand.h"
> file in /usr/local/include/ssl/include/openssl. I have tried specifying this
> directory structure on the command line, and it still fails. I've tried it
> both with and without a trailing slash. Any suggestions?

Read the OpenSSH's config.log. It should give you a hint.
Note: the path mentioned in your post
  /usr/local/include/ssl/include/openssl
seems to be suspicious. The default directory for the openssl include file is
  /usr/local/ssl/include 
The .../openssl part is automatically appended. Typically it should be
enough to specify --with-ssl-dir=/usr/local/ssl.

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

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to