私はrubyのインストールがそんなに苦痛だとは知りませんでした。curl証明書で多くのトラブルが発生した後、私はrvmサイトに記載されている方法を使用してrvmをインストールし、stackoverflowの質問からも多くの助けを得ました。今私はgemsコマンドを使用してレールをインストールしようとしています
gem install rails
しかし、私はいつもこのエラーが発生します
ERROR: Loading command: install (LoadError)
cannot load such file -- zlib
ERROR: While executing gem ... (NameError)
uninitialized constant Gem::Commands::InstallCommand
私はここで言及されているすべてのことをフォローしましたhttps://rvm.beginrescueend.com/packages/zlib/ そしてまたstackoverflowの投稿で言及されているように
要件に応じてすべてのツールをインストールしました
yum install -y gcc-c++ patch readline readline-devel zlib zlib-devel libyaml-devel libffi-devel openssl-devel make bzip2 autoconf automake libtool bison iconv-devel
しかし、それでもこのエラーが発生します。/usr/local/rvm/log/ruby-1.9.3-p125/configure.logの下にあるrubyのビルドログを見ると、このエラーが表示されます
[2012-04-07 01:13:44] ./configure --prefix=/usr/local/rvm/rubies/ruby-1.9.3-p125 --enable-shared --disable-install-doc --with-zlib --with-opt-dir=/usr/local/rvm/usr --with-libyaml
configure: WARNING: unrecognized options: --with-zlib, --with-libyaml
rvmは壊れていますか?または、rubysrcの構築中に問題が発生しました。
注:私はfedora14を実行しています