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

来源:互联网 发布:传奇版本制作软件 编辑:程序博客网 时间:2024/06/05 08:13

提示: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