I'm using Ubuntu 9.10, and I installed my distribution's sqlite3-ruby package. It works fine, too. I can "include 'sqlite3' in my ruby apps with no problems. But this does NOT seem to be enough for DataMapper. DM seems to be looking /specifically/ for the do_sqlite3 gem.
But "gem install do_sqlite3" crashes and burns (can't find sqlite3.h). So I downloaded the source, configured, and 'make'd it. I ran the gem install again with: "gem install do_sqlite3 -- --srcdir=/usr/local/src/sqlite-3.6.22" This found sqlite3.h, but died with "checking for sqlite3_open() in - lsqlite3... no". I have a few questions: What is the difference between the do_sqlite3 and sqlite3 gems? Why does DM need do_sqlite3 instead of just sqlite3? How the heck do I actually install the do_sqlite3 gem?
-- You received this message because you are subscribed to the Google Groups "DataMapper" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/datamapper?hl=en.
