On Thu, 26 Sep 2013, Dennis Poon wrote:
In debian, I have already apt-get install sqlite3
and I can execute the command sqlite3 freely.
I know it is located in /usr/bin/
but I cannot find sqlite3.so to passed to SQLiteLibraryName inside
the sqlite3conn unit.
You need the developer package of libsqlite3:
apt-get install libsqlite3-dev
Michael.
Thanks Michael. After installation of the -dev, the SQLiteCOnnection can
auto load the library although I still don't like where exactly it is
located.
Dennis
_______________________________________________
fpc-pascal maillist - fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal