Hi, i've got a problem running dradis 2.4.1.
First i run the /pentest/misc/dradis/verify.sh and get this :
Code:
Looking for Ruby interpreter... found [ /usr/bin/ruby ].
Checking for support to compile native extensions... found.
Looking for RubyGems and the 'gem' command... found [ /usr/bin/gem ].
Looking for the 'rake' command... found [ /usr/bin/rake ].
Looking for SQLite3 libraries... found.
Looking for the SQLite3 ruby gem [sqlite3-ruby]... NOT found.
SQLite3 ruby gem (sqlite3-ruby [>= 1.2.4]) not found. Try:
gem install sqlite3-ruby
Ok then i run this command and get this :
Code:
ERROR: Error installing sqlite3-ruby:
ERROR: Failed to build gem native extension.
/usr/bin/ruby1.8 extconf.rb
checking for sqlite3.h... yes
checking for sqlite3_libversion_number() in -lsqlite3... yes
checking for rb_proc_arity()... no
checking for sqlite3_initialize()... no
sqlite3-ruby only supports sqlite3 versions 3.6.16+, please upgrade!
Once again ok , i download and install the latest version of sqlite3
Code:
sqlite3 --version
3.5.7
Then it should be alright but the ruby error persist even using the options proposed --with-sqlite-dir
Anyway i launch the dradis server and client without sqlite and i get this error when i launch the client ... which seems normal as there is no database :
event(s) registered: [:exception]
Registered observers:
{:exception=>[#<Core::Exceptions::Ui::WxWidgets::DradisGui:0xb4b abee0>]}
and in the GUI :
[error] It was not possible to connect to the server using the credentials stored in ./config/dradis.xml.
Does anyone have an idea or even better : a solution ?
thanks for your help ! :confused: