mirror of
https://github.com/sibprogrammer/owp.git
synced 2026-04-24 23:15:51 +03:00
[GH-ISSUE #66] Cannot install on Debian 8 #38
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#38
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 @jdutriaux on GitHub (Apr 8, 2016).
Original GitHub issue: https://github.com/sibprogrammer/owp/issues/66
Hi,
It seems that Ruby 1.8 is not available on Debian 8 😞. (Or I don't see how to install it, I can only install 2.1 version.)
It will be awesome to make the panel compatible with newer versions of ruby.
Thanks,
Halfman.
@lug-gh commented on GitHub (Feb 17, 2017):
have you tried
apt-get install ruby1.8otherwise do it like this:
wget http://ftp.de.debian.org/debian/pool/main/r/ruby1.8/ruby1.8_1.8.7.358-7.1+deb7u3_amd64.debwget http://ftp.de.debian.org/debian/pool/main/r/ruby1.8/libruby1.8_1.8.7.358-7.1+deb7u3_amd64.debdpkg -i libruby1.8_1.8.7.358-7.1+deb7u3_amd64.debdpkg -i ruby1.8_1.8.7.358-7.1+deb7u3_amd64.debapt-get -f install@jdutriaux commented on GitHub (Feb 17, 2017):
Hi @lug-gh, thanks for the answer but after nearly one year this issue is not really relevant anymore :(. And it seems that the package you sent is not compatible with Debian 8.
I finally ended by using another web panel.
Just a note about Ruby 1.8 : It is deprecated since Oct. 2011 and no longer maintained since June 2013. 😉
@lug-gh commented on GitHub (Feb 17, 2017):
ye i noticed that after posting, and it works on debian 8, even if its for 7.
i just tested it, and edited my post above with one more line :)
@jdutriaux commented on GitHub (Feb 17, 2017):
K, thanks for the answer =). Hope it will help someone!