如何在CentOS 5.6上安装iconv-devel? [英] How to install iconv-devel on CentOS 5.6?

查看:1168
本文介绍了如何在CentOS 5.6上安装iconv-devel?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

在CentOS 5.6上安装rvm 后,运行 rvm notes

After installing rvm on CentOS 5.6 and run 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+

You don't have to worry about it on CentOS 5.4+ (and some other Red Hat-based systems).

它已经在glibc库中提供:

It's already provided in the glibc library:

  • http://www.kannel.org/pipermail/users/2008-August/005444.html
  • Error when trying to run gem install

这篇关于如何在CentOS 5.6上安装iconv-devel?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆