Subject: | SQLite 2.8.4 compilation problem (using getsqlite.pl) |
If you use getsqlite.pl included in the module to update to version
2.8.4 pragma.c isn't copied from the sqlite source tree and it isn't
linked into the module. Because of that when trying to use the module
an unresolved dependancy is issued. Manually copying pragma.c from the
sqlite src tree and adding it to the makefile resolves the problem.