dsnote icon indicating copy to clipboard operation
dsnote copied to clipboard

dsnote: error while loading shared libraries: libfmt.so.11: cannot open shared object file: No such file or directory

Open shayaknyc opened this issue 2 months ago • 1 comments

So, the fmt dependency, has already been updated to v12+, and is a dependency for a number of other packages on the system. As a result, dsnote complains that v11 of the library is missing. As a stop-gap solution, I've copied libfmt.so.11.2.0 from an old snapshot (on an Arch-based system) to $HOME/.local/lib and am manually launching dsnote with the following environment variable LD_PRELOAD=$HOME/.local/lib/libfmt.so.11.2.0 which seems to resolve the immediate issue. Is there any expectations to use the newer version of the library?

shayaknyc avatar Oct 29 '25 18:10 shayaknyc

Hi. Thanks for reporting.

Which version of Speech Note are you using and on which platform?

mkiol avatar Nov 01 '25 15:11 mkiol