After installing rvm on CentOS 5.6 and launch rvm notes :
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 could not be found:
iconv-devel
Setting up Install Process No package iconv-devel available. Nothing to do
How to install it?
You do not need to worry about this on CentOS 5.4+ (and some other Red Hat based systems).
It is already presented in the glibc library:
Source: https://habr.com/ru/post/889071/More articles:Automatically change between std :: string and std :: wstring according to unicode setting in MSVC ++? - c ++JSON consumption in the game! structure controller - javaStupid question about how you format long statements - syntaxIs there a line equivalent to LPTSTR? - c ++How to use Ninject Named Bindings with DependencyResolver and PropertyInjection - c #Links to UIWebView opening in Safari - objective-chttps://translate.googleusercontent.com/translate_c?depth=1&rurl=translate.google.com&sl=ru&sp=nmt4&tl=en&u=https://fooobar.com/questions/889074/using-cairo-regions-in-python-with-girepository&usg=ALkJrhjazVeIsoOL3yS518fK_hnOPsgAugHow to change column type from varchar (30) to varcahar (100)? - sqlDynamically add files to localize C # - c #All Articles