[fpc-pascal] where is the sqlite3.so located in debian?

Dennis Poon dennis at avidsoft.com.hk
Thu Sep 26 18:32:49 CEST 2013



>
> 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



More information about the fpc-pascal mailing list