Richard Hipp wrote:
On 8/30/18, Jürgen Palm <juergen_p...@online.de> wrote:

Richard Hipp wrote:
On 8/30/18, Klaus Maas <k...@maasser.eu> wrote:
Same issues on Xubuntu 16.04 and 18.04

US international keyboard layout

Actually 2 questions:

1) The precompiled binary for Linux of sqlite3  does not run, but
sqldiff and sqlite3_analyzer do.
./sqlite3: error while loading shared libraries: libz.so.1: cannot open
shared object file: No such file or directory
What steps can I take to provide the missing library?
You have a desktop linux machine on which libz is not installed?  I
didn't even know that was possible.

What flavor of linux are you running?


He mentioned it in the first sentence: Xubuntu 16.04 and 18.04. Of
course, libz.so.1 is installed. I've currently running a virtual machine
with Xubuntu 18.04 and tried also to execute the precompiled binary and
it didn't work, but I didn't actually expect it as I'm running a 64bit
system. Most likely the problem from Klaus is caused by the same reason.
So, perhaps the solution is for Klaus to compile it himself from sources?

If he is indeed running a 64bit system he could also just install the package zlib1g:i386, which contains the 32bit version of libz.so.1. With this package installed, the precompiled sqlite binary is running properly on my 64bit system.
_______________________________________________
sqlite-users mailing list
sqlite-users@mailinglists.sqlite.org
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to