Re: Windows XP problem with Ruby, gem sqlite3-ruby, and SQLite3
by SunSw0rd other posts by this author
Jul 1 2009 2:30PM messages near this date
Windows XP problem with Ruby, gem sqlite3-ruby, and SQLite3
|
Re: Windows XP problem with Ruby, gem sqlite3-ruby, and SQLite3
A further symptom on this issue. When I execute irb I detect the
following:
===
C:\Ruby\bin> irb
irb(main):001:0> require 'rubygems'
=> true
irb(main):002:0> require 'sqlite3'
LoadError: 127: The specified procedure could not be found. -
Init_sqlite3
./sqlite3.dll
from ./sqlite3.dll
from C:/Ruby/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:
31:in `require'
from (irb):2
irb(main):003:0>
===
Is this saying there is something wrong with the downloaded sqlite3
DLL itself?
Thread:
SunSw0rd
SunSw0rd
SunSw0rd
Luis Lavena
Michael Linfield
|