2011-05-26 41 views
6

ve çalıştırmak rvm notes: CentOS 5.6'da iconv-devel nasıl kurulur? CentOS 5.6 üzerinde <a href="https://rvm.beginrescueend.com/rvm/install/" rel="noreferrer">installing rvm</a> sonra

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 :(

Ancak iconv-devel bulunamıyor

:

Setting up Install Process 
No package iconv-devel available. 
Nothing to do 

nasıl yükleyebilirsiniz?

cevap