On Mar 25, 2015, at 4:20 AM, NENESSE KEROS <[email protected]> wrote: > > i execute gem install sqlite3 > install is ok but i don't found sqlite3.dll ?
The gem is the ruby bit which allows ruby to access sqlite. That's what you just installed. The error is complaining about sqlite itself, which you have not yet installed. So the StackOverflow question you were referred to before does have your answer, but not directly at the top. Look for the answer part way down the page from "Williams". -- Scott Ribe [email protected] http://www.elevated-dev.com/ https://www.linkedin.com/in/scottribe/ (303) 722-0567 voice -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/rubyonrails-talk/275D9223-B7CA-4DA8-A920-627060FBD60A%40elevated-dev.com. For more options, visit https://groups.google.com/d/optout.

