SQLite Forum

SQLite 3.34 binary not working on Ubuntu 20.04 (not found)
Login
After downloading and unpacking sqlite-tools-linux-x86-3340000.zip I find the following behaviour:

~~~~
hj@tuxedo:/usr/local/bin$ ls -l sqlite3
-rwxrwxr-x 1 root hj 1014308 2020-12-04 11:25 sqlite3
hj@tuxedo:/usr/local/bin$ ./sqlite3
bash: ./sqlite3: No such file or directory
hj@tuxedo:/usr/local/bin$ md5sum sqlite3
7f85edb0fc9c302c7d0e543b5eda1654  sqlite3
hj@tuxedo:/usr/local/bin$ ldd sqlite3
	not a dynamic executable
~~~~

Downloading the autoconf-sources, configure, make produces executable sqlite3.