小さい頃はエラ呼吸

いつのまにやら肺で呼吸をしています。


Ubuntuの./configureでCould not autodetect OpenSSL support

Ubuntuにnode.jsをインストールしようと格闘中です。ソースコードダウンロードして./configureしたら、また以下のようなエラーがでました。OpenSSLというライブラリがないと言われております。

Checking for openssl : not found
Checking for function SSL_library_init : not found
Checking for header openssl/crypto.h : not found
/usr/local/src/node/node-v0.4.0/wscript:264: error: Could not autodetect OpenSSL support. Make sure OpenSSL development packages are installed. Use configure --without-ssl to disable this message.

OpenSSLをインストールする

yum install openssl-develでインストールしようとしてみたら、またエラーになりました。

sudo yum install openssl-devel
インストール処理の設定をしています
パッケージ openssl-devel は利用できません。
何もしません

調べてみると、Ubuntuの場合は、openssl-develじゃなくて以下のようにするっぽい。

apt-get install libssl-dev

参考サイト

ubuntu8.0.4にopenssl-develをインストールしたいのですが
sudo apt-get install openssl-devel
と入力してもインストール出来ません。
ubuntu8.0.4にopenssl-develをインストールしたい - Linux系OS - 教えて!goo はてなブックマーク - ubuntu8.0.4にopenssl-develをインストールしたい - Linux系OS - 教えて!goo