Developer Michael
2010-Apr-12 22:57 UTC
installing sqlite3 1.2.3 or 1.2.5 not working on windows vista
Am a RoR newbie here but have a lot of technical troubleshooting experience and searched here and google and cannot get around this problem. gem install sqlite3-ruby -v 1.2.3 or gem install sqlite3-ruby -v 1.2.5 .... No definition for _wrap_sqlite3_result_text No definition for _wrap_sqlite3_result_text16 No definition for _wrap_sqlite3_result_text16le No definition for _wrap_sqlite3_result_text16be No definition for _wrap_sqlite3_result_value No definition for _wrap_sqlite3_aggregate_context and ultimately cannot goto http://localhost:3000 also script/server and rake db:migrate work fine -- 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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
Dk Brown
2010-May-04 21:45 UTC
Re: installing sqlite3 1.2.3 or 1.2.5 not working on windows vista
I am getting the same problem. I''m wondering if it''s a version problem? I''m using Ruby 1.8.6, Rails 2.3.5, and Sqlite3 3.6.23. Is one of these versions not written to talk to the others? -- Posted via http://www.ruby-forum.com/. -- 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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
Dk Brown
2010-May-04 23:03 UTC
Re: installing sqlite3 1.2.3 or 1.2.5 not working on windows vista
Dk Brown wrote:> I am getting the same problem. I''m wondering if it''s a version problem? > I''m using Ruby 1.8.6, Rails 2.3.5, and Sqlite3 3.6.23. Is one of these > versions not written to talk to the others?Well, apparently these error messages can simply be ignored. (See http://wiki.rubyonrails.org/database-support/sqlite). Sure enough, my database seems to be running fine. Irritating and embarrassing I spent so much time trying to solve this "problem." -- Posted via http://www.ruby-forum.com/. -- 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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.