TheIceyWolf / shellinabox

Automatically exported from code.google.com/p/shellinabox
Other
0 stars 0 forks source link

Red Hat Compatibility #212

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
This is not really an issue with the application, I have alredy tested in 
Ubuntu and it works perfect since Ubuntu is Debian based Linux...
But I tryed to run it on a Red Hat with no good resutls..
First I converted the .deb package to .rpm with alien in my Ubuntu..
All worked fine, but when I tryed to install it on the Red Hat.. the .rpm sayed 
it needed libssl and cryptossl 0.9.8 both.. and it was not installed (OpenSSL 
is already installed)...

Anybody has some solution, or has tryed this? Any suggestions??
Thanks if any help.. I really need this..

Original issue reported on code.google.com by seba...@gmail.com on 26 Dec 2012 at 4:44

GoogleCodeExporter commented 8 years ago
Have you tried copying the shellinaboxd binary alone and running it on the ret 
hat box? If that runs fine then its a packaging issue. if it doesn't run you 
will need to install more dependencies or compile it yourself with the 
libraries you have. personally I let an nginx proxy handle encryption and 
compile shellinabox without any SSL libs.

Original comment by Sean....@gmail.com on 19 Feb 2013 at 6:31