View Single Post
Posts: 882 | Thanked: 1,310 times | Joined on Mar 2007
#461
Originally Posted by kurtfhouse View Post
This is the output I get when trying to start the server:

/usr/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in `gem_original_require': no such file to load -- sqlite3 (LoadError)
from /usr/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in `require'
from ./lib/db.rb:3
from ./knots.rb:70:in `require'
from ./knots.rb:70:in `load_libs'
from ./knots.rb:12:in `initialize'
from ./knots.rb:369:in `new'
from ./knots.rb:369
If you can't find a package for your distribution, you can try to install the sqlite3 bindings with gem as root:
Code:
gem install sqlite3-ruby
 

The Following 2 Users Say Thank You to ukki For This Useful Post: