You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried to modify the resulting binaries with patchelf but that somehow didn't work either, but I didn't really dig deep enough to understand why. Filing this bug so I don't forget.
The text was updated successfully, but these errors were encountered:
IIUC it is not possible to tell
cargo
to bake in the absolute path of a non-default library when compiling.For example, one would do this in case of
gcc
:https://stackoverflow.com/questions/8835108/how-to-specify-non-default-shared-library-path-in-gcc-linux-getting-error-whil (i.e. set
-rpath=...
to the correct value).See here: rust-lang/cargo#5077
I tried to modify the resulting binaries with
patchelf
but that somehow didn't work either, but I didn't really dig deep enough to understand why. Filing this bug so I don't forget.The text was updated successfully, but these errors were encountered: