| Message: 20876 |
 |
BY: Josh Cronemeyer (giosue_c) DATE: 2007-04-17 16:13 SUBJECT: RE: Unable to build sqlite3 from gem Hey,
I had a similar problem on ubuntu and the trick was to not use the gem version of sqlite. Instead I installed the libsqlite3-ruby package via my package manager. So now when i do a require 'sqlite3' everything works.
| |