-
Notifications
You must be signed in to change notification settings - Fork 4
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
Cannot find libsdbus-c++.so.1 #14
Comments
Thank you for the quick reply. I am using Arch Linux : I already rebuilt sdbus-c++, to no effect. Do you need other info about my setup? |
I'm assuming you installed everything from the AUR then? Are you using an AUR manager? What I'd try is checking Also, use the More reading: https://www.man7.org/linux/man-pages/man8/ld.so.8.html , especially sections regarding LD_DEBUG |
I was building pass-secrets from source actually. I went ahead and downloaded it from the AUR, and now my problem is solved, since the dependencies are properly resolved. This means that the build from source method is lacking some instructions to properly build dependencies as well, I suppose. Another problem that occurred however is that the pass-secrets process only looks in the home directory for the password-store, which was causing problems because I set my path via the Thanks for the assistance. |
Thanks for letting me know. I'll do some testing with compiling in a clean chroot to see if there are any missing dependencies.
There have been some issues with coredumps when pass-secrets cannot find the directory, which I need to test on the branch I was working on pass-secrets/interop/PassStore.cpp Line 17 in 9bf333c
Here, it's supposed to read the PASSWORD_STORE_DIR environment variable. If you're running it manually in a shell, it should be picking that up. If it's running through a session manager like systemd or being dbus-activated, it's possible that the environment variable is not being set in the session manager's environment. |
Since a couple of weeks, pass-secrets stopped working because it cannot find
libsdbus-c++.so.1
.I can however confirm that it is present on my system (installed from source) :
I tried rebuilding after updating the master branch to commit
9bf333c
, without success.What could be the cause of this?
Thank you very much.
The text was updated successfully, but these errors were encountered: