Beyond Linux from scratch安装open ssh出错的解决方法

提示:configure: error: OpenSSL version header not found

 

To solve this problem on x86 we used the following options to configure:

/configure --with-dir-ssl=/usr/local/ssl
--with-ldflags="-L/usr/local/ssl/lib"
--with-cppflags="-I/usr/local/ssl/include”

 

see:

http://www.gossamer-threads.com/lists/openssh/dev/45653

你可能感兴趣的:(linux,ssh,header,X86)