Jump to content

Need Help In Ruby

- - - - -

This topic has been archived. This means that you cannot reply to this topic.
1 reply to this topic

#1
awww

awww

    Newbie

  • Members
  • Pip
  • 1 posts
Im Tryin to run this WAFP - Web Application Finger Printer . . . im new to ruby so i kinda dont know what im doing sorry but heres where iam so far
ruby 1.8.6 (2009-08-04 patchlevel 383) [i386-mingw32]


C:\Windows\System32>cd C:\ruby\bin\new


C:\Ruby\bin\new>wafp.rb

C:/Ruby/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in `gem_original_re

quire': no such file to load -- sqlite3 (LoadError)

        from C:/Ruby/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in `re

quire'

        from C:/Ruby/bin/new/wafp.rb:46


C:\Ruby\bin\new>


#2
explainer

explainer

    Newbie

  • Members
  • Pip
  • 1 posts
You need to install the sqlite database on your system, and then install the ruby gem for sqlite to be able to access sqlite from ruby. In the future, it would help to supply some code to look at also.