Skip to content

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

@shayaknyc

Description

@shayaknyc

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions