I want to install ext/icu for Unicode sorting/searching. Does anyone know the location of the sqlite3 binary? Logging into the fly ssh console and running “whereis sqlite3” yields nothing.
it’s wherever you put it. since fly deploys OCI images provided by the user (often bootstrapped by flyctl) this can only really be answered based on your setup. many of the images using SQLite databases won’t have the SQLite binary installed and will, instead, be using SQLite via a library. depending on how you’re building your image, you may be able to easily install it using a package manger during the build process or copy the binary from another image
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.