Ruby on Rails Sunday, September 5, 2010

Hi,
here is some more information. I'm using windows xp, sp3.
Here is the content of the sqlite3.rb file where the error comes from:
=============================================================
# support multiple ruby version (fat binaries under windows)
begin
RUBY_VERSION =~ /(\d+.\d+)/
require "sqlite3/#{$1}/sqlite3_native"
rescue LoadError
require 'sqlite3/sqlite3_native' <------ THIS LINE CAUSES THE
ERROR
end

require 'sqlite3/database'
require 'sqlite3/version'
=============================================================

Can't go on working. Appreciat any help. Thanky.

Dani
--
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@googlegroups.com.
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.

No comments:

Post a Comment