This means you're missing a dependency - in this case zlib. It's hard to believe you don't have zlib on your system at all; probably this is happening because your system is amd64 but the sqlite binary you've downloaded is x86. I'm not a debian user but this should get you going:
apt-get install zlib1g:i368 (alternately, you can download the sqlite source and compile your own binary which will be amd64 compatible) -Rowan On Tue, 3 Mar 2020 at 16:42, suanzi <suan...@outlook.com> wrote: > My OS is Debian10 amd64,desktop is xfce4 > > _______________________________________________ > sqlite-users mailing list > sqlite-users@mailinglists.sqlite.org > http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users > _______________________________________________ sqlite-users mailing list sqlite-users@mailinglists.sqlite.org http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users