-
-
Notifications
You must be signed in to change notification settings - Fork 56
Add libssl to RPATH #191
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
Comments
It seems like this isn't limited to libssl. I'm having a problem where libpq.so.5 can't be found when a binary dynamically linked to it is built w/ fenix. Is there no workaround from this? My builds and binaries were working with oxalica's rust-overlay, but I was trying to switch away from that, to fenix, because (ironically) it was including too many dependencies in the derivation. |
I've run into the same issue recently, and I believe the behavior changed starting from Rust nightly 2024-05-18. That version includes a change where In my case, updating As a workaround, I was able to disable the implicit use of export RUSTFLAGS="-Zlinker-features=-lld" This is described in the linker_features - The Rust Unstable Book. |
It seems like figsoda is a bit inactive so maybe someone can reach out to nix-community and say they want to co-maintain this? |
cc: @Mic92 |
Prevents situations like this :P
https://discourse.nixos.org/t/github-action-fails-to-find-glibc-while-running-nix-provisioned-rsync/56831/16
The text was updated successfully, but these errors were encountered: