আমি নোড.জেএস ইনস্টল করার চেষ্টা করছিলাম এবং ওপেনএসএসএল সমর্থনটি অনুপস্থিত অবস্থায় পাওয়া গেল ./configure
।
আমি কীভাবে এটি ঠিক করতে পারি? এটা কি বাধ্যতামূলক পদক্ষেপ? চান --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.