1833780 Members
2474 Online
110063 Solutions
New Discussion

probs compiling openssh

 
GE CompuNet (Einfeldt)
Occasional Advisor

probs compiling openssh

Hi folks,

i have trouble to run the configure- Skript from openssh-2.3.0p1. Configure means, there are no SSL- librarys. But I have made an "make && make install " sucsessfully on openssl-0.9.6.

Any ideas... I'm not an cc- expert ;-)

Thanks
1 REPLY 1
Vincent Stedema
Esteemed Contributor

Re: probs compiling openssh

A "./configure --help" will show that there is an option which can be used to define the location of openssl. I think it's --with-openssldir.

Rerun ./configure for openssh with this option set:

eg.
./configure --with-openssldir=/opt/openssl