Dennis Poon wrote / napĂsal(a):
Jonas Maebe wrote:
On 06 Dec 2013, at 18:45, Dennis Poon wrote:
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 i
Jonas Maebe wrote:
On 06 Dec 2013, at 18:45, Dennis Poon wrote:
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
On 06 Dec 2013, at 18:45, Dennis Poon wrote:
> 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 pro
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