pentoo / pentoo-historical

read-only historical backup of pentoo from googlecode
https://code.google.com/p/pentoo/
2 stars 1 forks source link

whatweb ruby/path broken #226

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. launch /usr/bin/whatweb
2.
3.

What is the expected output? What do you see instead?
whatweb should run. Instead output is
~ $ whatweb
/usr/bin/env: ruby18: No such file or directory

What version of the product are you using? On what operating system?
0.4.7-r4

Please provide any additional information below.

Original issue reported on code.google.com by cyb3r-assassin@cyberpunk.me on 10 Feb 2014 at 7:46

GoogleCodeExporter commented 8 years ago
"WhatWeb is not compatible with Ruby 1.9."
https://github.com/urbanadventurer/WhatWeb/wiki/Installation

So we can't fix it because ruby 1.8 is gone.

Adding Andrew to the CC list so he is aware.

Original comment by blshkv on 11 Feb 2014 at 2:57

GoogleCodeExporter commented 8 years ago
Ok, I've bumped it in r5466 to the latest available commit.

Seems working ok with the warning:
"WARNING: Ruby 1.9 support is experimental. For stable usage use Ruby 1.8 
instead. Please report bugs at https://github.com/urbanadventurer/WhatWeb/issue"

We have to live with it for now ;-)

Original comment by blshkv on 11 Feb 2014 at 3:38