Opened 6 years ago
#396 new defect
Matreshka configure system is not able to detect SQLite3 on Gentoo
Reported by: | alexander.basov | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | Matreshka - SQL | Version: | 0.6.0 |
Keywords: | sqlite3 | Cc: |
Description
Matreshka configure system is not able to detect SQLite3 on Gentoo
./configure --prefix=/opt/gnat/--enable-postgresql --enable-sqlite3 [oci ] checking whether to build Oracle module: no (not found) configure: (info) Oracle driver module is disabled [postgresql] checking whether to build PostgreSQL module: yes (pg_config) [postgresql] checking whether PostgreSQL library is usable: no configure: (info) PostgreSQL driver module is disabled [sqlite3 ] checking whether to build SQLite3 module: yes (pkg-config) [sqlite3 ] checking for SQLite3 version: Ignoring incompatible output option "--atleast-version" 3.8.8.1 [sqlite3 ] checking for linker switches: "-lsqlite3" [sqlite3 ] checking whether SQLite3 library is usable: no configure: (fatal) SQLite3 library is not found but support is requested
However it is installed in /usr/lib/
ls -la /usr/lib/libsqlite3* lrwxrwxrwx 1 root root 19 фев 8 13:58 /usr/lib/libsqlite3.so -> libsqlite3.so.0.8.6 lrwxrwxrwx 1 root root 19 фев 8 13:58 /usr/lib/libsqlite3.so.0 -> libsqlite3.so.0.8.6 -rwxr-xr-x 1 root root 846960 фев 8 13:58 /usr/lib/libsqlite3.so.0.8.6 ls -la /usr/lib/libsqlite3* lrwxrwxrwx 1 root root 19 фев 8 13:58 /usr/lib/libsqlite3.so -> libsqlite3.so.0.8.6 lrwxrwxrwx 1 root root 19 фев 8 13:58 /usr/lib/libsqlite3.so.0 -> libsqlite3.so.0.8.6 -rwxr-xr-x 1 root root 846960 фев 8 13:58 /usr/lib/libsqlite3.so.0.8.6
Note:
See TracTickets
for help on using tickets.