Hello I'm trying the new opennebula 4.7.80 dev version and i've found a problem with the ruby packages on Centos 6.
The package version at Centos repos for ruby is : ruby-1.8.7.352-13.el6.x86_64 When we run the install_gems scripts this script try to install the sqlite3 adn azure but the minimal ruby version required is: Ruby version >= 1.9.2 I've solved this problem with RVM package and manual install of the last ruby version: ruby --version ruby 1.8.7 (2011-06-30 patchlevel 352) [x86_64-linux] curl -L get.rvm.io | bash -s stable source /etc/profile.d/rvm.sh rvm install 1.9.3 ruby --version ruby 1.9.3p547 (2014-05-14 revision 45962) [x86_64-linux] -- --------------------------------------------------------------------------------------------------------- Correo Corporativo Fundación Cenatic Este email ha sido enviado desde una plataforma perteneciente a la Fundación Cenatic Cualquier duda o modificacion contactar con Fundación Cenatic +34 924 67 73 16 [email protected]
_______________________________________________ Dev mailing list [email protected] http://lists.opennebula.org/listinfo.cgi/dev-opennebula.org
