[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [cobalt-security] OpenSSH 3.1 HowTo build it from sources



On Thu, 7 Mar 2002 15:27:26 -0800 (PST) Barbara <thebizworkers@xxxxxxxxx> wrote:

> I installed the openSSL 9.6b-8 RPM's from
> http://www.average.org/cobalt/ to bring my SSL
> up-to-date. 
> 
> But now do I use this as my config options;
> 
> ./configure --prefix=/usr --sysconfdir=/etc/ssh
> --with-pam

[...]

> ---OR--- do I use this as my config options;
> 
> ./configure --prefix=/usr --sysconfdir=/etc/ssh
> --with-pam --with-ssl-dir=/usr/include/openssl/

No need in "--with-ssl-dir", variant one will do.

Eugene