| Message: 65318 |
 |
BY: Matthieu Brucher (brucher) DATE: 2009-03-03 10:09 SUBJECT: RE: gem ruby-sqlite3 install error I concur, I ran into the same issue.
Two things:
- I compiled my own ruby. The headers were not installed in $prefix/include, but if $prefix/lib/ruby/1.8/x86_64-linux/
- the makefile generated to create the extension did not use the correct prefix. It used: /opt/local/lib/ruby/1.8/i686-darwin9.2.2. I don't even have a Mac...
- the README.rdoc is not correct. I typed gem install -l sqlite3-ruby --with-sqlite3-include=something, and gem told me that the option is not valid.
If anyone has a clue... | |