J'essayais d'installer node.js et j'ai constaté que le support d'OpenSSL manquait pendant ./configure
.
Comment puis-je le réparer ? S'agit-il d'une étape obligatoire ? Est-ce que la --without-ssl
option régler le problème ?
# ./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.
0 votes
Pour moi dans ma Debian 9 (ubuntu) : apt update && apt install -y openssl && apt install -y libc6 && apt install -y libssl1.1 && apt install -y ca-certificates et ensuite ./configure