Skip to content
This repository has been archived by the owner on Aug 28, 2024. It is now read-only.

Unable to use library #32

Open
Pika-Boo opened this issue Oct 13, 2016 · 2 comments
Open

Unable to use library #32

Pika-Boo opened this issue Oct 13, 2016 · 2 comments

Comments

@Pika-Boo
Copy link

Using the require statement provides the following error

/home/user/.rbenv/versions/2.3.1/lib/ruby/site_ruby/2.3.0/rubygems/core_ext/kernel_require.rb:55:in require': cannot load such file -- ruby-nessus (LoadError) from /home/user/.rbenv/versions/2.3.1/lib/ruby/site_ruby/2.3.0/rubygems/core_ext/kernel_require.rb:55:inrequire'
from nessus.rb:2:in `

'

@JMeyer0101
Copy link

Same issue here. I have spent a few hours trying to solve the issue with no luck.

@nkotsev
Copy link
Contributor

nkotsev commented Dec 22, 2016

Just expirienced the same issue. The problem most likely is that you've downloaded it from rubygems, where the version of the gem still uses the name "nessus". Using:

require 'nessus'

should do the job for you.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants