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

ohh*_*hho 6 centos yum iconv rvm

在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 :(
Run Code Online (Sandbox Code Playgroud)

iconv-devel无法找到:

Setting up Install Process
No package iconv-devel available.
Nothing to do
Run Code Online (Sandbox Code Playgroud)

我该如何安装?

dgo*_*o.a 5

您不必在CentOS 5.4+(以及其他一些基于Red Hat的系统)上担心它.

它已经在glibc库中提供: