【发布时间】:2011-07-29 01:31:25
【问题描述】:
在 CentOS 5.6 上 installing 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
如何安装?
【问题讨论】: