dsnote
dsnote copied to clipboard
dsnote: error while loading shared libraries: libfmt.so.11: cannot open shared object file: No such file or directory
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?
Hi. Thanks for reporting.
Which version of Speech Note are you using and on which platform?