-
Notifications
You must be signed in to change notification settings - Fork 52
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug] "error while loading shared libraries: libspdlog.so.1" #173
Comments
i still think the issue is entirely on your end in this case, but try doing a clean re-build. if that somehow still doesnt work, i guess try finding where |
Here's the output of
When you say "on your end", do you mean me personally, or the Ubuntu devs ? |
i mean its most likely not something i can fix, its just a quirk of your system. i think your build is getting the library wrong? if i do |
DEB or flatpak or snap packaging would fix the issue.
Which is the most popular Linux distro.
That works, except I'm getting a new error now :
Here's the output of
And the output of
So I also ran
Thanks |
maybe but i unfortunately have zero experience with that side of things (i use windows 💀). there is an issue open for that though anyways that last error has me stumped. only thing i can suggest is uninstalling libfmt (unless you need it for something else, since spdlog has it bundled), reinstalling spdlog, getting rid of the symlinks because they shouldnt be unnecessary, and doing a clean cmake build i.e. completely remove the contents of the build folder incl. CMakeCache.txt and CMakeFiles/. maybe you can show the output of cmake and the fresh CMakeCache.txt to see if we can figure out why its linking to something that doesnt exist |
Well, that one was already installed when I checked for it so I guess I need it even though I don't know precisely what for.
I'm going to give up then, because I won't have the courage to build Abaddon myself everytime I'd want to upgrade. Thanks anyway ! |
well you shouldnt have to do clean builds every time, hopefully just once to get CMake to pick up the right library paths |
The error happens on both Fedora 40 and Ubuntu 24.04. |
Hello,
As mentioned in #134 (comment), I installed
libspdlog-dev
:Yet I'm still experiencing the issue :
Thanks
The text was updated successfully, but these errors were encountered: