提示: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
本文介绍了解决在x86架构下配置过程中遇到的OpenSSL版本头文件未找到的问题。通过指定OpenSSL目录的方式成功解决了该问题。
1万+

被折叠的 条评论
为什么被折叠?



