SQLite Forum

64-bit precompiled Linux binaries
Login
> Did I miss a post?

Me too, can't understand the reason to provide i386 compiled version only. Most of VPS doesn't have i386 subsystem by default and usually such are limited in space. That's why I created docker that running latest Alpine Linux and compile it statically against musl instead of relaying in libc that are kind of a problem to compile with. So, one can either compile it yourself using my [docker solution](https://github.com/CompuRoot/static-sqlite3) and/or get binary that is 0.8Mb in size and that can run on any Linux based OS without any dependency. I hope it would help someone.