-
-
Notifications
You must be signed in to change notification settings - Fork 498
Workaround for when PatchELF fails? #68
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 should be possible to run a binary directly with |
When I run |
In case this is of any help:
|
Very anecdotal, but what @darealshinji said in #68 (comment) worked for me. I ended up using a wrapper to the effect of |
Sorry if this question is off-topic, but I figure anyone working on this project would know the answer (and anyone using this project probably could benefit from the answer).
I'm trying to run Otto on NixOS and I'm blocked by issues #38 and/or #66. So I'm wondering what are the alternatives to PatchELF in cases where it doesn't work?
The only workaround I've come up with so far is to symlink
ld-linux-x86-64.so.2
from/nix/store/...
to/lib64/
, which is pretty ugly.The text was updated successfully, but these errors were encountered: