Forums | Admin

Discussion Forums: help

Start New Thread Start New Thread
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...


Thread View

Thread Author Date
gem ruby-sqlite3 install errorponto ponto2008-11-12 21:24
      RE: gem ruby-sqlite3 install errorMatthieu Brucher2009-03-03 10:09
            RE: gem ruby-sqlite3 install errorMatthieu Brucher2009-03-03 10:44
                  RE: gem ruby-sqlite3 install errorEd Ruder2009-06-26 04:57

Post a followup to this message