<div dir="ltr">We are going to modify install_gems so it does not try to install azure gem in older versions of Ruby. Meanwhile you can execute it skipping the cloud gems:<div><br></div><div># ./install_gems quota sustone auth_ldap oneflow oca</div>
<div><br></div><div>RVM is a great tool but a bit cumbersome to use for daemon startup. Most of times the daemons don't run in a login shell so they don't load bash startup scripts that prepare the RVM environment and leads to mixed up environments (old ruby executable with newer binary gems).</div>
<div><br></div><div>You may want to try SCL in CentOS</div><div><br></div><div><a href="http://wiki.centos.org/AdditionalResources/Repositories/SCL">http://wiki.centos.org/AdditionalResources/Repositories/SCL</a><br></div>
</div><div class="gmail_extra"><br><br><div class="gmail_quote">On Tue, Jul 22, 2014 at 12:16 PM, Jose Angel Diaz <span dir="ltr"><<a href="mailto:joseangel.diaz@cenatic.es" target="_blank">joseangel.diaz@cenatic.es</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">Hello<div><br></div><div> I'm trying the new opennebula 4.7.80 dev version and i've found a problem with the ruby packages on Centos 6.</div>
<div><br></div><div> The package version at Centos repos for ruby is :  ruby-1.8.7.352-13.el6.x86_64</div>

<div><br></div><div>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</div><div><div><br></div>I've solved this problem with RVM package and manual install of the last ruby version:</div>


<div><br></div><div><br></div><div><div>ruby --version</div><div>ruby 1.8.7 (2011-06-30 patchlevel 352) [x86_64-linux]</div></div><div><br></div><div>curl -L <a href="http://get.rvm.io" target="_blank">get.rvm.io</a> | bash -s stable<br>


</div><div>source /etc/profile.d/rvm.sh<br></div><div>rvm install 1.9.3<br></div><div><br></div><div><div>ruby --version</div><div>ruby 1.9.3p547 (2014-05-14 revision 45962) [x86_64-linux]</div></div><img src="https://mailtrack.io/trace/mail/479da9083cf30afa34ac235b96fe02da257c10cb.png" height="1" width="1"></div>



<br>
------------------------------<u></u>------------------------------<u></u>------------------------------<u></u>---------------<br>Correo Corporativo Fundación Cenatic<br><br>Este email ha sido enviado desde una plataforma perteneciente a la Fundación Cenatic  <br>
<br>Cualquier duda o modificacion contactar con Fundación Cenatic<br><a href="tel:%2B34%20924%2067%2073%2016" value="+34924677316" target="_blank">+34 924 67 73 16</a><br><a href="mailto:info@cenatic.es" target="_blank">info@cenatic.es</a><br>
<br>_______________________________________________<br>
Dev mailing list<br>
<a href="mailto:Dev@lists.opennebula.org">Dev@lists.opennebula.org</a><br>
<a href="http://lists.opennebula.org/listinfo.cgi/dev-opennebula.org" target="_blank">http://lists.opennebula.org/listinfo.cgi/dev-opennebula.org</a><br>
<br></blockquote></div><br><br clear="all"><div><br></div>-- <br>Javier Fontán Muiños<br>Developer<br>OpenNebula - Flexible Enterprise Cloud Made Simple<br><a href="http://www.OpenNebula.org" target="_blank">www.OpenNebula.org</a> | @OpenNebula | <a href="http://github.com/jfontan" target="_blank">github.com/jfontan</a>
</div>