K
K
krasulya2012-01-16 17:35:33
ruby
krasulya, 2012-01-16 17:35:33

Procedure entry point sqlite3_open_v2 not found?

Hello!
I'm trying to write my first application in ramaze (ruby), ORM - DataMapper. When starting the server, the error "The entry point to the sqlite3_open_v2 procedure was not found in the sqlite3.dll DLL" constantly pops up.
Windows 7 x64, sqlite3.dll install from here www.dll-files.com/dllindex/dll-files.shtml?sqlite3
If I use Sequel instead of DataMapper, everything works.
What can be wrong?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
M
Maccimo, 2012-01-17
@krasulya

On the download page of the official SQLite website, among other things, there is a precompiled library with the following description:
sqlite-dll-win32-x86-3071000.zip
(286.49 KiB) This ZIP archive contains a DLL for the SQLite library version 3.7.10. The DLL is built using SQLITE_ENABLE_COLUMN_METADATA so that it is suitable for use with Ruby on Rails.
(sha1: 0ca60b6eed9cca4f5d3807a587a7fe5a6c9930e5)
Have you tried with this library?

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question