首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 网站开发 > JavaScript >

Ubuntu11.10装配node.js:Could not autodetect OpenSSL support

2012-08-13 
Ubuntu11.10安装node.js:Could not autodetect OpenSSL supportUbuntu11.10安装node.js,报错提示Could not

Ubuntu11.10安装node.js:Could not autodetect OpenSSL support

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

?

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

?

热点排行