need help with compiling openssh
Lee Eakin
Leakin at dfw.Nostrum.com
Thu Jun 15 01:00:26 EST 2000
I think openssl has recently changed where the libs are stored. Several
programs that use SSL have the same problem. To get around this, I
symlinked libcrypto.a and libssl.a into the top of the ssl directory:
/usr/local/ssl/libcrypto.a -> lib/libcrypto.a
/usr/local/ssl/libssl.a -> lib/libssl.a
After that all the apps built properly.
-Lee
---begin quoted text---
> Delivered-To: openssh-unix-dev-list at mindrot.org
> From: "Patrick Amirian" <pamirian at primustel.ca>
> To: <openssh-unix-dev at mindrot.org>
> Subject: need help with compiling openssh
> Date: Wed, 14 Jun 2000 09:19:06 -0400
> X-Mailer: Microsoft Outlook Express 5.00.2314.1300
>
> hi,
> I'm trying to compile OpenSSH, latest version on my Linux box.
> I know that it requires openssl and I've installed the 0.9.5a and it's
> working just fine.
>
> Now when I'm trying to ./configure the openssh with the options
>
> ./configure --prefix=/usr/local/bin/openssh/ --without-pam --without-shadow
> --with-tcp-wrappers
> It's giving me
>
> checking for openssl directory... configure: error: could not find working
> SSLeay / OpenSSL libraries, please install
>
> but I've already installed it.
> I've also tried with the option... humm... ssl-dir or something like that to
> give it the path to my ssl libraries myself but I'm getting the same
> thing...
> any ideas ?
>
> Thanks.
>
---end quoted text---
--
Lee Eakin - leakin at ti.com - Naming Services, Texas Instruments -o)
[ permanent e-mail: Lee at Eakin.Org ] /\\
_\_v
"Hit any key to continue" does _not_ mean you should hit the power switch.
More information about the openssh-unix-dev
mailing list