computerline1z / ovz-web-panel

Automatically exported from code.google.com/p/ovz-web-panel
Other
0 stars 0 forks source link

need installation support on Fatal error: Panel requires Ruby 1.8 (Ruby 1.9 is not supported). #506

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
i have installed openvz on centos 6.4 64 bit OS

while installaing openvz-web panel i got below error

Fatal error: Panel requires Ruby 1.8 (Ruby 1.9 is not supported).

When it will support for Ruby 1.9
I cant downgrade Ruby version as This version is using by other important 
application.

Original issue reported on code.google.com by jayesh.l...@gmail.com on 4 May 2013 at 8:59

GoogleCodeExporter commented 9 years ago
same thing on debian wheezy...
any workaround in the meanwhile??
thanks

Original comment by mat...@tecnosoul.com.ar on 24 May 2013 at 1:18

GoogleCodeExporter commented 9 years ago
Bump

The provided installer installs the wrong version of ruby.

Original comment by mestdagh...@gmail.com on 28 May 2013 at 7:48

GoogleCodeExporter commented 9 years ago
Hi,

sad that still isn't fixed/resolved/answered.

When installer stops do next:

2. ruby -v (output will be probably ruby1.9.1...)
1. apt-get install ruby-switch
3. ruby-switch --list (output - all installed ruby versions -> ruby1.8 & 
ruby1.9.1)
4. ruby-switch --set ruby1.8
5. ruby -v (output -> ruby 1.8.7 (2012-02-08 patchlevel 358) [x86_64-linux])
6. run installer again

Original comment by danijelo...@gmail.com on 1 Nov 2013 at 9:43

GoogleCodeExporter commented 9 years ago
Thanks, this worked perfectly.

Original comment by friedman...@gmail.com on 19 Mar 2014 at 1:28

GoogleCodeExporter commented 9 years ago
rails doesn't even install for ruby 1.8 anymore; I get the error "activesupport 
requires Ruby version >= 1.9.3" and since rails requires activesupport and this 
app requires rails, I cannot install owp until it's updated to work with ruby 
1.9.3 and up.

Original comment by rvalent...@itu.edu on 9 Jul 2014 at 6:02