OpenSSL missing during ./configure. How to fix?
Posted
by
P K
on Super User
See other posts from Super User
or by P K
Published on 2011-12-27T09:51:24Z
Indexed on
2013/07/01
23:09 UTC
Read the original article
Hit count: 341
I was trying to install node.js and found OpenSSL support missing during ./configure.
How can I fix it?
Is it a mandatory step?
# ./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.
© Super User or respective owner