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

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

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

[plain]

sudo apt-get install libssl-dev  

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

内容版权声明:除非注明,否则皆为本站原创文章。

转载注明出处:https://www.heiqu.com/22818.html