Displaying 2 results from an estimated 2 matches for "init_sqlite3".
2008 Apr 08
7
SQLite3 error
I am trying to install SQLite3 on my Rails app but I keep getting this
error:
./sqlite3.dll: 127: The specified procedure could not be found. -
Init_sqlite3 (LoadError)
--
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-/JYPxA39Uh5TLH3MbocFFw...
2008 Nov 07
0
SQLITE3 error
I keep getting the following error when trying to use sqlite3 with Ruby.
"./sqlite3.dll: 127: The specified procedure could not be found. -
Init_sqlite3 (LoadError)
./sqlite3.dll from
C:/Ruby/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in
`require'' ..."
I''m using Windows XP.
I tried reinstalling:
ruby 1.8.6 (2007-09-24 patchlevel 111) [i386-mswin32]
rubygems 1.3.1
sqlite3.dll and sqlite3.def from sqlite.org,...