mirror of
https://github.com/sibprogrammer/owp.git
synced 2026-04-25 15:35:58 +03:00
[GH-ISSUE #30] Fatal error: Panel requires Ruby 1.8 (Ruby 1.9 is not supported). #12
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/owp#12
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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:
When I check the current ruby version:
But ruby 1.8 is installed too:
Is there a way to still get it working?
@ambimax commented on GitHub (Jun 6, 2013):
Switch ruby default version.
http://wiki.debian.org/Ruby#Selecting_the_default_Ruby_interpreter_system-wide
@patschi commented on GitHub (Jun 6, 2013):
I deleted Ruby 1.9 from my system and then it worked :)
@gotlium commented on GitHub (Oct 25, 2013):
I think that will be fixed. But author not commented this or another issues:(
@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.)
@Megaf commented on GitHub (Apr 29, 2015):
This should fix the issue.
https://github.com/sibprogrammer/owp/pull/61
@jpswade commented on GitHub (Feb 21, 2022):
This doesn't appear to be resolved on centos7.