日期:2014-05-16 浏览次数:20507 次
Ubuntu11.10安装node.js,报错提示Could not autodetect OpenSSL support,但是检查了一下,发现,系统是已经安装了openssl这个包的。最后发现其实问题出在缺少libssl-dev包,于是:
?
sudo apt-get install libssl-dev