OS XMountainLionにノード0.6をインストールする必要があります。自作は最も簡単なルートのようです(ソースからのビルドはリンクに失敗しました)。コマンドを使用して:
brew install node
それは次のように不平を言っています:
Checking for library dl : yes
Checking for openssl : not found
Checking for function SSL_library_init : not found
Checking for header openssl/crypto.h : not found
/private/tmp/node-x1II/node-v0.6.19/wscript:386: error:
Could not autodetect OpenSSL support.
Make sure OpenSSL development packages are installed.
Use configure --without-ssl to disable this message.
ただし、opensslはインストールされているようです。
> openssl version
OpenSSL 0.9.8r 8 Feb 2011
自作がopensslを表示するには、どのような魔法のビットを配置する必要がありますか?