Ubuntu 11.10安装node.js:Could not autodetect OpenSSL support

字体大小: 中小 标准 ->行高大小: 标准

Ubuntu 11.10安装node.js:Could not autodetect OpenSSL support。

Ubuntu 11.10安装node.js,报错提示Could not autodetect OpenSSL support,但是检查了一下,发现,系统是已经安装了openssl这个包的。最后发现其实问题出在缺少libssl-dev包,于是:

[plain]

  1. sudo apt-get install libssl-dev  
并且,查资料的过程中,发现很多类似的与ssl缺少包有关的问题似乎都和这个包有关,因此,装完系统最好是确认一下这个包是否缺少。

此文章由 http://www.ositren.com 收集整理 ,地址为: http://www.ositren.com/htmls/58143.html