Hello! I found that apropos and whatis from the modern mandoc no longer depend on libsqlite.so. Maybe it's time to switch to it and make the base image less dependent on third-party libraries?
--- MAJOR NEW FEATURES --- * apropos(1): Reimplement complete semantic search functionality without the dependency on SQLite3, using only POSIX APIs. This comes with a completely new mandoc.db(5) file format. On Sat, Oct 7, 2023 at 1:03 AM Vitaly Shevtsov <shev.vt1...@gmail.com> wrote: > > Hello! > > Why is ssh linked with libsqlite.so? > I'm trying to create my own fork of apropos and whatis utils (I don't > like classic UNIX utilities to depend on 3rd party libraries) and > found that there are a lot of utilities that link to libsqlite.so. ssh > and dig are few of them. Is this how it should be?