configure: error: OpenSSL Crypto library not found

1.解决configure: error: OpenSSL Crypto library not found

crypto是什么呢? 是OpenSSL 加密库(lib), 这个库需要openssl-devel包 ,在ubuntu中就是 libssl-dev 

RedHat Fedora 平台 
yum -y install openssl-devel 

Debian ,ubunu 平台 
apt-get install libssl-dev

参考:https://www.jianshu.com/p/915eab39476d

2.coturn穿透服务器搭建

https://www.jianshu.com/p/915eab39476d

你可能感兴趣的:(configure: error: OpenSSL Crypto library not found)