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