I am trying to use cl-sql
for database access to sqlite3
.
But I am getting the error
Couldn't load foreign libraries "libsqlite3", "sqlite3". (searched CLSQL-SYS:*FOREIGN-LIBRARY-SEARCH-PATHS*: (#P"/usr/lib/clsql/" #P"/usr/lib/"))
The same is with sqlite
.
I have installed sqlite3
using apt-get
and there is a file libsqlite.so.0
in /usr/lib
directory.
I also tried to build sqlite3
from source but I couldn't get the so
file. What is that I am doing wrong?