Below are the steps I have taken to get Sqlite3 hooked up to Base. I don’t know what to do to fix this>
Blockquote
USING: Libre Office Version: 6.0.7.3
Build ID: 1:6.0.7-0ubuntu0.18.04.10
SITE: https://thejeshgn.com/2018/08/23/using- … l-UnixODBC
COMMAND: sudo apt-get install sqlite3 libsqlite3-dev.
RESULT: Sqlite3 runs fine.
COMMAND: ./configure && make ( as per instructions in SITE)
rick@rick-Latitude-E6510:~/Desktop/sqlite-driver/sqliteodbc-0.9996$ ./configure && make
RESULT:
checking build system type… x86_64-unknown-linux-gnu
checking host system type… x86_64-unknown-linux-gnu
checking for gcc… gcc
checking for C compiler default output file name… a.out
checking whether the C compiler works… yes
checking whether we are cross compiling… no
.
.
.
checking for sqlite3_table_column_metadata in -lsqlite3… no
checking for sqlite3_profile in -lsqlite3… no
checking for sqlite3_strnicmp in -lsqlite3… no
checking for sqlite3_close_v2 in -lsqlite3… no
checking for SQLite4 header and library… no
configure: WARNING: SQLite4 header file and source not found
configure: error: No usable SQLite header/library on this system
rick@rick-Latitude-E6510:~/Desktop/sqlite-driver/sqliteodbc-0.9996$
COMMAND: make install ( as per instructions in SITE)
rick@rick-Latitude-E6510:~/Desktop/sqlite-driver/sqliteodbc-0.9996$ make install
RESULT:
make: *** No rule to make target ‘install’. Stop.
rick@rick-Latitude-E6510:~/Desktop/sqlite-driver/sqliteodbc-0.9996$