[Rails] Re: "no such file to load -- sqlite3" Rails

2011-11-15 Thread Rick W.
Check that you have gcc installed. This error comes up if it is not installed, because of the method they use to check the existence of sqlite3.h: They simply try to compile this one-line program: #include If the compilation fails, they tell you that sqlite3.h is missing, but the compilation wi

[Rails] Re: "no such file to load -- sqlite3" Rails

2010-03-19 Thread Rafael Giacon
Robert Huberdeau wrote: > Ehtsham Abbas wrote: >> M. Figueiroa wrote: >>> In my case I just downloaded the sqllite3.dll from the >>> http://www.sqlite.org/download.html (This is a DLL of the SQLite library >>> without the TCL bindings. The only external dependency is MSVCRT.DLL.) >>> and then co

[Rails] Re: "no such file to load -- sqlite3" Rails

2010-02-23 Thread Stephen Washburn
Mojca Miklavec wrote: > Now I need to test (I have switched to mysql). > > On the server I had a different issue (table created, but application > claimed it was not), so I have switched to mysql on both the local > machine and server. I had a similar issue, but it turned out that I hadn't run

[Rails] Re: "no such file to load -- sqlite3" Rails

2009-05-04 Thread Robert Huberdeau
Ehtsham Abbas wrote: > M. Figueiroa wrote: >> In my case I just downloaded the sqllite3.dll from the >> http://www.sqlite.org/download.html (This is a DLL of the SQLite library >> without the TCL bindings. The only external dependency is MSVCRT.DLL.) >> and then copied it to the Windows\System3

[Rails] Re: "no such file to load -- sqlite3" Rails

2009-04-26 Thread Ehtsham Abbas
M. Figueiroa wrote: > In my case I just downloaded the sqllite3.dll from the > http://www.sqlite.org/download.html (This is a DLL of the SQLite library > without the TCL bindings. The only external dependency is MSVCRT.DLL.) > and then copied it to the Windows\System32 folder. It worked. MY P

[Rails] Re: "no such file to load -- sqlite3" Rails

2009-03-09 Thread Aníbal Rojas
Did you install the dev package for sqlite3? All of these errors: ERROR: Failed to build gem native extension. Are related to the missing source files for Ruby libraries that are wrappers around native libraries. -- Aníbal Rojas http://hasmanydevelopers.com http://rubycorner.com http://en.aniba

[Rails] Re: "no such file to load -- sqlite3" Rails

2009-03-08 Thread Cyberg Cg
Sorry, I meant version 1.2.1 ... since effort to install 1.2.2 were not successful .. encountered same issues as listed in this thread. thnaks cg -- Posted via http://www.ruby-forum.com/. --~--~-~--~~~---~--~~ You received this message because you are subscribed

[Rails] Re: "no such file to load -- sqlite3" Rails

2009-03-08 Thread Cyberg Cg
Billy, I already tried to install the sqlite3-ruby and was successful in installing verson 1.2.2 this error is installing this pk. > C:\> gem i sqlite3-ruby -- Posted via http://www.ruby-forum.com/. --~--~-~--~~~---~--~~ You received this message because you ar

[Rails] Re: "no such file to load -- sqlite3" Rails

2009-03-08 Thread CFC
C:\> gem i sqlite3-ruby On Mon, Mar 9, 2009 at 10:57 AM, Cyberg Cg wrote: > > Followed things in this email thread but still struggling with this > issue. > > I downgraded from sqlite3 version from 1.2.2 to 1.2.1. > > I am running WEBRick installed as part of Ruby downloaded from the > forge. I

[Rails] Re: "no such file to load -- sqlite3" Rails

2009-03-08 Thread Cyberg Cg
Followed things in this email thread but still struggling with this issue. I downgraded from sqlite3 version from 1.2.2 to 1.2.1. I am running WEBRick installed as part of Ruby downloaded from the forge. I have window XP, Ruby 1.8.6. After downgrading sqlite I get following error now: Runt