Skip to content

Instantly share code, notes, and snippets.

@pius
Created December 23, 2008 03:33
Show Gist options
  • Save pius/39243 to your computer and use it in GitHub Desktop.
Save pius/39243 to your computer and use it in GitHub Desktop.
[22:29][me@phoenix-2:~/cutting/k]$ thin start -R config.ru
>> Thin web server (v1.0.0 codename That's What She Said)
>> Maximum connections set to 1024
>> Listening on 0.0.0.0:3000, CTRL+C to stop
!! Unexpected error while processing request: Could not load sqlite adapter:
no such file to load -- sqlite3
****MEANWHILE, IN ANOTHER TERMINAL WINDOW****
[22:30][me@phoenix-2:~]$ curl -i http://localhost:3000/cloudkit-meta
curl: (52) Empty reply from server
*********************************************
[22:30][me@phoenix-2:~/cutting/k]$ gem list | grep sqlite3
do_sqlite3 (0.9.9, 0.9.7)
sqlite3-ruby (1.2.4, 1.2.1)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment