[GH-ISSUE #30] Fatal error: Panel requires Ruby 1.8 (Ruby 1.9 is not supported). #12

Open
opened 2026-02-27 22:07:14 +03:00 by kerem · 6 comments
Owner

Originally created by @patschi on GitHub (May 27, 2013).
Original GitHub issue: https://github.com/sibprogrammer/owp/issues/30

When I want to install this panel I get the following error:

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

When I check the current ruby version:

root@vm:/opt# ruby -v
ruby 1.9.3p194 (2012-04-20 revision 35410) [x86_64-linux]

But ruby 1.8 is installed too:

root@vm:/opt# dpkg -l | grep "ruby1.8"
ii  libruby1.8                                1.8.7.358-7                            amd64        Libraries necessary to run Ruby 1.8
ii  ruby1.8                                   1.8.7.358-7                            amd64        Interpreter of object-oriented scripting language Ruby 1.8
ii  ruby1.8-dev                               1.8.7.358-7                            amd64        Header files for compiling extension modules for the Ruby 1.8

Is there a way to still get it working?

Originally created by @patschi on GitHub (May 27, 2013). Original GitHub issue: https://github.com/sibprogrammer/owp/issues/30 When I want to install this panel I get the following error: <pre>Fatal error: Panel requires Ruby 1.8 (Ruby 1.9 is not supported).</pre> When I check the current ruby version: <pre>root@vm:/opt# ruby -v ruby 1.9.3p194 (2012-04-20 revision 35410) [x86_64-linux]</pre> But ruby 1.8 is installed too: <pre>root@vm:/opt# dpkg -l | grep "ruby1.8" ii libruby1.8 1.8.7.358-7 amd64 Libraries necessary to run Ruby 1.8 ii ruby1.8 1.8.7.358-7 amd64 Interpreter of object-oriented scripting language Ruby 1.8 ii ruby1.8-dev 1.8.7.358-7 amd64 Header files for compiling extension modules for the Ruby 1.8</pre> Is there a way to still get it working?
Author
Owner

@ambimax commented on GitHub (Jun 6, 2013):

Switch ruby default version.

http://wiki.debian.org/Ruby#Selecting_the_default_Ruby_interpreter_system-wide

<!-- gh-comment-id:19028379 --> @ambimax commented on GitHub (Jun 6, 2013): Switch ruby default version. http://wiki.debian.org/Ruby#Selecting_the_default_Ruby_interpreter_system-wide
Author
Owner

@patschi commented on GitHub (Jun 6, 2013):

I deleted Ruby 1.9 from my system and then it worked :)

<!-- gh-comment-id:19030554 --> @patschi commented on GitHub (Jun 6, 2013): I deleted Ruby 1.9 from my system and then it worked :)
Author
Owner

@gotlium commented on GitHub (Oct 25, 2013):

I think that will be fixed. But author not commented this or another issues:(

<!-- gh-comment-id:27062353 --> @gotlium commented on GitHub (Oct 25, 2013): I think that will be fixed. But author not commented this or another issues:(
Author
Owner

@bretticus commented on GitHub (Nov 8, 2013):

Using update-alternatives --config ruby works on latest Debian Wheezy. Just choose 1.8 in menu (you may have to install 1.8, but I already had it. Installed via 7 net-install.)

<!-- gh-comment-id:28107512 --> @bretticus commented on GitHub (Nov 8, 2013): Using update-alternatives --config ruby works on latest Debian Wheezy. Just choose 1.8 in menu (you may have to install 1.8, but I already had it. Installed via 7 net-install.)
Author
Owner

@Megaf commented on GitHub (Apr 29, 2015):

This should fix the issue.
https://github.com/sibprogrammer/owp/pull/61

<!-- gh-comment-id:97501495 --> @Megaf commented on GitHub (Apr 29, 2015): This should fix the issue. https://github.com/sibprogrammer/owp/pull/61
Author
Owner

@jpswade commented on GitHub (Feb 21, 2022):

This doesn't appear to be resolved on centos7.

<!-- gh-comment-id:1047222366 --> @jpswade commented on GitHub (Feb 21, 2022): This doesn't appear to be resolved on centos7.
Sign in to join this conversation.
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/owp#12
No description provided.