|
emerge -pv openssh时出现如下错误:
checking OpenSSL header version... 1000003f (OpenSSL 1.0.0c 2 Dec 2010)
checking OpenSSL library version... 1000001f (OpenSSL 1.0.0a 1 Jun 2010)
checking whether OpenSSL's headers match the library... no
configure: error: Your OpenSSL headers do not match your
library. Check config.log for details.
If you are sure your installation is consistent, you can disable the check
by running "./configure --without-openssl-header-check".
Also see contrib/findssl.sh for help identifying header/library mismatches.
1. 检查openssl的头文件跟库文件的版本不匹配,请问这个问题怎么消除?
2. 还有一个解决办法就是在加./configure --without-openssl-header-check,请问这个在emerge的时候怎么加? |
|