[Rails] Re: sqlite3/sqlite3_native (LoadError)
Does the file exist?
I can't help much on windows, but have resolved similar issues on UNIX
with a full path, not a relative path.
On Sep 5, 7:11 pm, Dani Dani <li...@ruby-forum.com> wrote:
> 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 viahttp://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.

0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home