installed virtualx in centos 7 after clearing lots fo errors
First of installed rvm from official site
Then selected ruby 1.87, but got one error like "not supported in 1.87"
, so I installed ruby 1.93 and set as default ruby.
Completed bundle install without any error. Then got an error "use rbconfig instead of config", hashing one line with rbconfig resolved it and completed rake commands. Set databases and apache configs, but apache not restarting but dont have any error.
If anyone can give a doc for installing virtualx in centos 7. Please share it?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi there, I am running ruby-1.8.7-head and rails 3.0.3 , I had got error with i18n while installing rails using gem install rails --version 3.0.3 but I resolved it following https://sourceforge.net/p/virtualx/discussion/1344391/thread/f63ce106/ but now, I get the following error while bundle install . Please help me fix it.
Thanks !
Gem::InstallError: i18n requires Ruby version >= 1.9.3.
An error occurred while installing i18n (0.8.4), and Bundler cannot
continue.
Make sure that gem install i18n -v '0.8.4' succeeds before bundling.
In Gemfile:
rails3-jquery-autocomplete was resolved to 1.0.14, which depends on
rails was resolved to 3.0.3, which depends on
actionmailer was resolved to 3.0.3, which depends on
actionpack was resolved to 3.0.3, which depends on
activemodel was resolved to 3.0.3, which depends on
i18n
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
installed virtualx in centos 7 after clearing lots fo errors
First of installed rvm from official site
Then selected ruby 1.87, but got one error like "not supported in 1.87"
, so I installed ruby 1.93 and set as default ruby.
Completed bundle install without any error. Then got an error "use rbconfig instead of config", hashing one line with rbconfig resolved it and completed rake commands. Set databases and apache configs, but apache not restarting but dont have any error.
If anyone can give a doc for installing virtualx in centos 7. Please share it?
VirtualX Free version has a dependency with Ruby 1.8.7 so we recommend to install ruby 1.8.7 using the below command
rvm install 1.8.7
once its installed and if you follow the existing guidelines it should be fine. Let us know if you face any issues after installing it.
Hi there, I am running ruby-1.8.7-head and rails 3.0.3 , I had got error with i18n while installing rails using gem install rails --version 3.0.3 but I resolved it following https://sourceforge.net/p/virtualx/discussion/1344391/thread/f63ce106/ but now, I get the following error while bundle install . Please help me fix it.
Thanks !
Gem::InstallError: i18n requires Ruby version >= 1.9.3.
An error occurred while installing i18n (0.8.4), and Bundler cannot
continue.
Make sure that
gem install i18n -v '0.8.4'
succeeds before bundling.In Gemfile:
rails3-jquery-autocomplete was resolved to 1.0.14, which depends on
rails was resolved to 3.0.3, which depends on
actionmailer was resolved to 3.0.3, which depends on
actionpack was resolved to 3.0.3, which depends on
activemodel was resolved to 3.0.3, which depends on
i18n
We have released an update, Please use the latest codebase where we have specified the dependent versions. Thank you.