在ubuntu上安装erlang时如果出现下面错误:
crypto : No usable OpenSSL found
ssh : No usable OpenSSL found
ssl : No usable OpenSSL found
这时请安装:
apt-get install libssl-dev
即可解决问题。
在ubuntu上安装erlang时如果出现下面错误:
crypto : No usable OpenSSL found
ssh : No usable OpenSSL found
ssl : No usable OpenSSL found
这时请安装:
apt-get install libssl-dev
即可解决问题。