80
80
在./configure过程中发现OpenSSL缺失,如何修复?如何修复?
我在安装node.js的时候,在./configure
的时候发现OpenSSL支持缺失,如何修复?是必须要做的步骤吗?--without-ssl
选项可以解决这个问题吗?
# ./configure
Checking for gcc : ok
Checking for library dl : not found
Checking for openssl : not found
Checking for function SSL_library_init : not found
Checking for header openssl/crypto.h : not found
/home/ec2-user/node-v0.6.6/wscript:374: error: Could not autodetect OpenSSL
support.
Make sure OpenSSL development packages are installed. Use configure --without-ssl
to disable this message.