[fpc-pascal] how to install sqlite server side library on CentOS

Dennis Poon dennis at avidsoft.com.hk
Fri Dec 6 18:45:33 CET 2013


My server program written in fpc uses sqlite3 and
in ubuntu, I just need to
apt-get install libsqlite3-dev

but in centos, the libsqlite3-dev does not exist and the client lib after
    yum install sqlite
was not enough.

The server program still complained:  libsqlite3.so
  is missing.

Please help.


Dennis



More information about the fpc-pascal mailing list