Apparently the reason I can''t use sqlite3 with Mac OS X is a bad version of do_sqlite3. Could someone please spell out exactly what a newbie needs to do to grab & reinstall the latest version? Thanks, jim --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
jagfly-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org
2009-Jan-14 03:47 UTC
Re: do_sqlite3 - how to acquire & install latest version?
Download the source from rubyforge: http://rubyforge.org/projects/sqlite-ruby Extract it and then cd into the extracted directory and run: ruby setup.rb Hope this helps. Sheldon On Jan 13, 1:35 pm, technology <t...-Ug7IJ8NVYJzby3iVrkZq2A@public.gmane.org> wrote:> Apparently the reason I can''t use sqlite3 with Mac OS X is a bad > version of do_sqlite3. Could someone please spell out exactly what a > newbie needs to do to grab & reinstall the latest version? > > Thanks, > jim--~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
technology
2009-Jan-14 21:37 UTC
Re: do_sqlite3 - how to acquire & install latest version?
Perfect! Thanks very much. Jim On Jan 13, 2009, at 10:47 PM, jagfly-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org wrote:> > Download the source from rubyforge: > > http://rubyforge.org/projects/sqlite-ruby > > Extract it and then cd into the extracted directory and run: > > ruby setup.rb > > Hope this helps. > > Sheldon > > On Jan 13, 1:35 pm, technology <t...-Ug7IJ8NVYJzby3iVrkZq2A@public.gmane.org> wrote: >> Apparently the reason I can''t use sqlite3 with Mac OS X is a bad >> version of do_sqlite3. Could someone please spell out exactly what a >> newbie needs to do to grab & reinstall the latest version? >> >> Thanks, >> jim > >--~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
jagfly-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org
2009-Jan-14 21:40 UTC
Re: do_sqlite3 - how to acquire & install latest version?
Glad it worked. I was stuck in the same predicament a few weeks back and after going around in circles hit upon the solution. Sheldon On Jan 14, 4:37 pm, technology <t...-Ug7IJ8NVYJzby3iVrkZq2A@public.gmane.org> wrote:> Perfect! Thanks very much. > > Jim > > On Jan 13, 2009, at 10:47 PM, jag...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org wrote: > > > > > Download the source from rubyforge: > > >http://rubyforge.org/projects/sqlite-ruby > > > Extract it and then cd into the extracted directory and run: > > > ruby setup.rb > > > Hope this helps. > > > Sheldon > > > On Jan 13, 1:35 pm, technology <t...-Ug7IJ8NVYJzby3iVrkZq2A@public.gmane.org> wrote: > >> Apparently the reason I can''t use sqlite3 with Mac OS X is a bad > >> version of do_sqlite3. Could someone please spell out exactly what a > >> newbie needs to do to grab & reinstall the latest version? > > >> Thanks, > >> jim--~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
technology
2009-Jan-14 22:10 UTC
Re: do_sqlite3 - how to acquire & install latest version?
I replied too soon, I still get the same error: MissingSourceFile in HomeController#index no such file to load -- sqlite3 On Jan 14, 2009, at 4:40 PM, jagfly-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org wrote:> > Glad it worked. I was stuck in the same predicament a few weeks back > and after going around in circles hit upon the solution. > > Sheldon > > On Jan 14, 4:37 pm, technology <t...-Ug7IJ8NVYJzby3iVrkZq2A@public.gmane.org> wrote: >> Perfect! Thanks very much. >> >> Jim >> >> On Jan 13, 2009, at 10:47 PM, jag...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org wrote: >> >> >> >>> Download the source from rubyforge: >> >>> http://rubyforge.org/projects/sqlite-ruby >> >>> Extract it and then cd into the extracted directory and run: >> >>> ruby setup.rb >> >>> Hope this helps. >> >>> Sheldon >> >>> On Jan 13, 1:35 pm, technology <t...-Ug7IJ8NVYJzby3iVrkZq2A@public.gmane.org> wrote: >>>> Apparently the reason I can''t use sqlite3 with Mac OS X is a bad >>>> version of do_sqlite3. Could someone please spell out exactly >>>> what a >>>> newbie needs to do to grab & reinstall the latest version? >> >>>> Thanks, >>>> jim > >--~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
jagfly-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org
2009-Jan-14 23:47 UTC
Re: do_sqlite3 - how to acquire & install latest version?
Hmmm. Weird. Do you have the sqlite3 gem installed? sudo gem install sqlite3-ruby Sheldon F. http://twitter.com/sheldonfinlay On Jan 14, 5:10 pm, technology <t...-Ug7IJ8NVYJzby3iVrkZq2A@public.gmane.org> wrote:> I replied too soon, I still get the same error: > > MissingSourceFile in HomeController#index > > no such file to load -- sqlite3 > On Jan 14, 2009, at 4:40 PM, jag...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org wrote: > > > > > Glad it worked. I was stuck in the same predicament a few weeks back > > and after going around in circles hit upon the solution. > > > Sheldon > > > On Jan 14, 4:37 pm, technology <t...-Ug7IJ8NVYJzby3iVrkZq2A@public.gmane.org> wrote: > >> Perfect! Thanks very much. > > >> Jim > > >> On Jan 13, 2009, at 10:47 PM, jag...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org wrote: > > >>> Download the source from rubyforge: > > >>>http://rubyforge.org/projects/sqlite-ruby > > >>> Extract it and then cd into the extracted directory and run: > > >>> ruby setup.rb > > >>> Hope this helps. > > >>> Sheldon > > >>> On Jan 13, 1:35 pm, technology <t...-Ug7IJ8NVYJzby3iVrkZq2A@public.gmane.org> wrote: > >>>> Apparently the reason I can''t use sqlite3 with Mac OS X is a bad > >>>> version of do_sqlite3. Could someone please spell out exactly > >>>> what a > >>>> newbie needs to do to grab & reinstall the latest version? > > >>>> Thanks, > >>>> jim--~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
technology
2009-Jan-15 16:11 UTC
Re: do_sqlite3 - how to acquire & install latest version?
Yes, and I reinstalled it as you suggested, but still no luck :( Maybe I''ll just switch to mysql for the time being... bash-3.2$ sudo gem install sqlite3-ruby Password: Building native extensions. This could take a while... Successfully installed sqlite3-ruby-1.2.4 1 gem installed Installing ri documentation for sqlite3-ruby-1.2.4... Installing RDoc documentation for sqlite3-ruby-1.2.4... bash-3.2$ On Jan 14, 2009, at 6:47 PM, jagfly-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org wrote:> > Hmmm. Weird. Do you have the sqlite3 gem installed? > > sudo gem install sqlite3-ruby > > Sheldon F. > http://twitter.com/sheldonfinlay > > On Jan 14, 5:10 pm, technology <t...-Ug7IJ8NVYJzby3iVrkZq2A@public.gmane.org> wrote: >> I replied too soon, I still get the same error: >> >> MissingSourceFile in HomeController#index >> >> no such file to load -- sqlite3 >> On Jan 14, 2009, at 4:40 PM, jag...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org wrote: >> >> >> >>> Glad it worked. I was stuck in the same predicament a few weeks back >>> and after going around in circles hit upon the solution. >> >>> Sheldon >> >>> On Jan 14, 4:37 pm, technology <t...-Ug7IJ8NVYJzby3iVrkZq2A@public.gmane.org> wrote: >>>> Perfect! Thanks very much. >> >>>> Jim >> >>>> On Jan 13, 2009, at 10:47 PM, jag...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org wrote: >> >>>>> Download the source from rubyforge: >> >>>>> http://rubyforge.org/projects/sqlite-ruby >> >>>>> Extract it and then cd into the extracted directory and run: >> >>>>> ruby setup.rb >> >>>>> Hope this helps. >> >>>>> Sheldon >> >>>>> On Jan 13, 1:35 pm, technology <t...-Ug7IJ8NVYJzby3iVrkZq2A@public.gmane.org> wrote: >>>>>> Apparently the reason I can''t use sqlite3 with Mac OS X is a bad >>>>>> version of do_sqlite3. Could someone please spell out exactly >>>>>> what a >>>>>> newbie needs to do to grab & reinstall the latest version? >> >>>>>> Thanks, >>>>>> jim > >--~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
technology
2009-Jan-15 16:59 UTC
Re: do_sqlite3 - how to acquire & install latest version?
Looks like the problem has gone away. I restarted the web server and it seems to now work fine. Go figure... Thanks very much for your help. On Jan 14, 2009, at 6:47 PM, jagfly-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org wrote:> > Hmmm. Weird. Do you have the sqlite3 gem installed? > > sudo gem install sqlite3-ruby > > Sheldon F. > http://twitter.com/sheldonfinlay > > On Jan 14, 5:10 pm, technology <t...-Ug7IJ8NVYJzby3iVrkZq2A@public.gmane.org> wrote: >> I replied too soon, I still get the same error: >> >> MissingSourceFile in HomeController#index >> >> no such file to load -- sqlite3 >> On Jan 14, 2009, at 4:40 PM, jag...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org wrote: >> >> >> >>> Glad it worked. I was stuck in the same predicament a few weeks back >>> and after going around in circles hit upon the solution. >> >>> Sheldon >> >>> On Jan 14, 4:37 pm, technology <t...-Ug7IJ8NVYJzby3iVrkZq2A@public.gmane.org> wrote: >>>> Perfect! Thanks very much. >> >>>> Jim >> >>>> On Jan 13, 2009, at 10:47 PM, jag...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org wrote: >> >>>>> Download the source from rubyforge: >> >>>>> http://rubyforge.org/projects/sqlite-ruby >> >>>>> Extract it and then cd into the extracted directory and run: >> >>>>> ruby setup.rb >> >>>>> Hope this helps. >> >>>>> Sheldon >> >>>>> On Jan 13, 1:35 pm, technology <t...-Ug7IJ8NVYJzby3iVrkZq2A@public.gmane.org> wrote: >>>>>> Apparently the reason I can''t use sqlite3 with Mac OS X is a bad >>>>>> version of do_sqlite3. Could someone please spell out exactly >>>>>> what a >>>>>> newbie needs to do to grab & reinstall the latest version? >> >>>>>> Thanks, >>>>>> jim > >--~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---