K
K
Kirill Pavlov2021-06-10 23:13:29
linux
Kirill Pavlov, 2021-06-10 23:13:29

How to compile sqlite3.so for linux?

How to compile sqlite3.so for linux? Do you need a lib for the project, if the windows sqlite3.dll can be downloaded from the site, then for Linux?..

Answer the question

In order to leave comments, you need to log in

2 answer(s)
D
Denis Yuriev, 2021-06-10
@dyuriev

is it for linux?

install from debian/ubuntu distribution repository :
install like this:
sudo apt install libsqlite3-0
connect as
/usr/lib/x86_64-linux-gnu/libsqlite3.so.0
or in most cases enough
libsqlite3.so.0

C
CityCat4, 2021-06-11
@CityCat4

The question reads something like "how to change a wheel on a car." Linux distributions are a zillion and many have their own unique ways. Of course, there is a universal way - download the source code and compile it, but packaged distributions, for example, are rather nervous about software installed "over the head".

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question