如何在CentOS 5.6上安装iconv-devel?

| 在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
如何安装?     
已邀请:
您不必在CentOS 5.4+(和其他基于Red Hat的系统)上担心它。 它已经在glibc库中提供: http://www.kannel.org/pipermail/users/2008-August/005444.html 尝试运行gem install时出错     

要回复问题请先登录注册