Re: How should I use the sqlite3 tool?(for linux)

Rowan Worth <[email protected]> Tue, 3 Mar 2020 16:50:18 +0800
Newsgroups gmane.comp.db.sqlite.general
Message-ID <CAJtcO2T-YF2M_3+hRoTT4DCyfwDUBcTR3RMC6XfNR89xWKGrPA@mail.gmail.com>
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 <[email protected]> wrote:

> My OS is Debian10 amd64,desktop is xfce4
>
> _______________________________________________
> sqlite-users mailing list
> [email protected]
> http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users
>
_______________________________________________
sqlite-users mailing list
[email protected]
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users