CentOS   发布时间:2022-04-02  发布网站:大佬教程  code.js-code.com
大佬教程收集整理的这篇文章主要介绍了如何在CentOS 5.6上安装iconv-devel?大佬教程大佬觉得挺不错的,现在分享给大家,也给大家做个参考。

概述

在CentOS 5.6上 installing rvm之后运行rvm笔记: 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 th
在CentOS 5.6上 installing rvm之后运行rvm笔记:
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
> Error when trying to run gem install

大佬总结

以上是大佬教程为你收集整理的如何在CentOS 5.6上安装iconv-devel?全部内容,希望文章能够帮你解决如何在CentOS 5.6上安装iconv-devel?所遇到的程序开发问题。

如果觉得大佬教程网站内容还不错,欢迎将大佬教程推荐给程序员好友。

本图文内容来源于网友网络收集整理提供,作为学习参考使用,版权属于原作者。
如您有任何意见或建议可联系处理。小编QQ:384754419,请注明来意。