If someone knows how can I resolve the problem please response.
Thanks for reading :)
Attachments:
http://www.ruby-forum.com/attachment/1725/ruby_error.GIF
--
Posted via http://www.ruby-forum.com/.
You must put sqlite3.dll file into directory c:\windows\system32
klodus
Klodus Klodus wrote:
|
| You must put sqlite3.dll file into directory c:\windows\system32
No, no, no. You must not put anything into %windir%\system32, ever.
It is enough if the sqlite3.dll is somewhere in your path. It's best if
it is in the lib dir of the SQLite3 gem.
In my case that would be:
C:\dev\ruby\lib\ruby\gems\1.8\gems\sqlite3-ruby-1.2.1-x86-mswin32\lib
(notice that the sqlite3_api.so is residing there, too).
- --
Phillip Gawlowski
Twitter: twitter.com/cynicalryan
~ "You don't get to be mom if you can't fix everything just right."
- -Calvin
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.8 (MingW32)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
iEYEARECAAYFAkgBT4gACgkQbtAgaoJTgL+nXQCeODKcso3veWInghaii11rEaz3
jzYAmQHz3Bx95Bzy67Lfm4QvUEbK9ECH
=B01o
-----END PGP SIGNATURE-----
Finally I put it in /ruby/bin/ ...
H
http://harryseldon.thinkosphere.com
Carlos Aguayo wrote:
> http://wiki.rubyonrails.org/rails/pages/HowtoUseSQLite
>
> On Apr 12, 8:10 pm, Phillip Gawlowski <cmdjackr...@googlemail.com>
--
Posted via http://www.ruby-forum.com/.
Hi,In my case
I use Ruby 1.9.1
OS is WindowsXP SP3
Solution
1.Go to http://www.sqlite.org/download.html
and Download file sqlitedll-3_7_0_1.zip (265.19 KiB)
unzip then we will get sqlite3.dll
2.copy sqlite3.dll to your bin folder as C:\Ruby191\bin
then it works
armoilla
Ruby 1.9.2
Windows XP
I have the sqlite3.dll in my ruby/bin dir but I still get the error
"The procedure entry point sqlite3_column_database_name could not be
located in the dynamic link library sqlite3.dll." when I run " rails
server" from the command prompt.
Any ideas?
I tried putting the .dll in both system32 and the other lib folder as
suggested in this thread.
Thanks!
Andre