错误:OpenSSL Crypto 开发库未在所需位置正确安装

错误:OpenSSL Crypto 开发库未在所需位置正确安装

此案即是如此。

[root@VIDA0 turnserver-2.6.2.1]# ./configure 
install is /usr/bin/install
pkill is /usr/bin/pkill
more is /usr/bin/more
Use TMP dir /var/tmp
Compiler: cc
Do not use -lsocket
Do not use -lwldap32
Do not use -lwldap64
Do not use -lintl
Sockets code is fine: no sin_len field present
relay threads can be used... may be...
Do not use -lcrypto
ERROR: OpenSSL Crypto development libraries are not installed properly in required location.
Abort.

然后..完成..安装失败..

我该怎么办?我搜索了错误,但没有找到任何结果

答案1

只需安装 openssl 的 dev 包,它就会安装标题。

如果你的操作系统是 Redhat / Centos / Fedora : sudo yum install openssl-devel Ubuntu / Debian :sudo apt-get install libssl-dev

相关内容