6

CentOS 5.6にrvmをインストールして実行した後rvm notes

dependencies:
  # For RVM
  rvm: yum install -y bash curl git # NOTE: For git you need the EPEL repository enabled

  # For Ruby (MRI & Ree) you should install the following OS dependencies:
  ruby: yum install -y gcc-c++ patch readline readline-devel zlib zlib-devel libyaml-devel libffi-devel openssl-devel ;
        yum install -y make bzip2 ;
        yum install -y iconv-devel # NOTE: For centos 5.4 final iconv-devel might not be available :(

ただしiconv-devel、見つかりません:

Setting up Install Process
No package iconv-devel available.
Nothing to do

どうすればインストールできますか?

4

1 に答える 1

5

CentOS 5.4+ (およびその他の Red Hat ベースのシステム) では、これについて心配する必要はありません。

glibc ライブラリで既に提供されています。

于 2011-07-28T17:31:25.137 に答える