如何在 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 :(
但是 <找不到 code>iconv-devel:
Setting up Install Process
No package iconv-devel available.
Nothing to do
如何安装它?
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 :(
However iconv-devel
cannot be found:
Setting up Install Process
No package iconv-devel available.
Nothing to do
How can I install it?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
在 CentOS 5.4+(以及其他一些基于 Red Hat 的系统)上,您不必担心它。
它已在 glibc 库中提供:
You don't have to worry about it on CentOS 5.4+ (and some other Red Hat-based systems).
It's already provided in the glibc library: