svent / jsdetox

A Javascript malware analysis tool
https://svent.dev/projects/jsdetox/
591 stars 79 forks source link

Installation problem #2

Closed gssteele closed 11 years ago

gssteele commented 12 years ago

Hi Sven, New to Linux - having trouble with the install. Here's what I get after following all the directions:

root@bt:~/test/jsdetox# ./jsdetox [JSDetox] Loading framework ... /root/test/jsdetox/config/boot.rb:7:in require': no such file to load -- bundler/setup (LoadError) from /root/test/jsdetox/config/boot.rb:7:in<top (required)>'
from ./jsdetox:34:in require' from ./jsdetox:34:in

'

Any ideas?

svent commented 12 years ago

Hi, I guess you are using BackTrack Linux? There are some known problems with the ruby environment on BackTrack - please try the following to fix that error. I could reproduce your error message with BT5R2-KDE-32 and this fixed the error on my installation.

gem install --user-install bundler

Then execute this in the JSDetox directory:

bundle install

If this doesn't solve your problem, please tell me which distribution + version you are using and which of the three installation instructions you were following.

gssteele commented 12 years ago

Hi Sven, Thank you for the quick reply. I’m up to my neck in work at the moment, but I will try this, and let you know.

From: Sven T. [mailto:notifications@github.com] Sent: Monday, October 01, 2012 1:46 PM To: svent/jsdetox Cc: Steele Gregory S Subject: Re: [jsdetox] Installation problem (#2)

Hi, I guess you are using BackTrack Linux? There are some known problems with the ruby environment on BackTrack - please try the following to fix that error. I could reproduce your error message with BT5R2-KDE-32 and this fixed the error on my installation.

gem install --user-install bundler

Then execute this in the JSDetox directory:

bundle install

If this doesn't solve your problem, please tell me which distribution + version you are using and which of the three installation instructions you were following.

— Reply to this email directly or view it on GitHubhttps://github.com/svent/jsdetox/issues/2#issuecomment-9049274.

svent commented 11 years ago

Should work, no feedback anymore - closed.

gssteele commented 11 years ago

Sven, I apologize for not ever getting back to you on this.

From: Sven T. [mailto:notifications@github.com] Sent: Thursday, September 19, 2013 12:14 PM To: svent/jsdetox Cc: Steele Gregory S Subject: Re: [jsdetox] Installation problem (#2)

Should work, no feedback anymore - closed.

— Reply to this email directly or view it on GitHubhttps://github.com/svent/jsdetox/issues/2#issuecomment-24765636.

svent commented 11 years ago

No problem! Just wanted to clean up the issues list :)