I am trying to integrate SQLite3 into my Rails app. I have Windows XP. Have
downloaded the SQLite3 dll, def and exe files and have placed them into my
c:\ruby\bin directory which is on the path, and have placed them into my
app's root directory. My database.yml file is set to the correct sqlite3
adapter and database. I have also performed a gem install sqlite3-ruby and
it was successful.

If I start my app manually with WEBrick the database connection works fine.
Everything works.

However, after packaging my app with tar2rubyscript, I continue to get this
error message:

127: The specified procedure could not be found.   - Init_sqlite3
(LoadError)

I have SQLite 3.5.7 downloaded. Any ideas?

Thank you,
Matt M
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to