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

Ton*_*ony 4 linux openssl

这个案子就是了。

[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.
Run Code Online (Sandbox Code Playgroud)

和..完成..安装失败..

我该怎么办?我搜索了错误但没有得到任何东西

小智 5

只需安装 openssl 的 dev 包,它将安装标头。

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