Skip to content
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

Unable to run x64 dynamically-linked binaries #17

Open
jxrrelo opened this issue Aug 25, 2022 · 2 comments
Open

Unable to run x64 dynamically-linked binaries #17

jxrrelo opened this issue Aug 25, 2022 · 2 comments

Comments

@jxrrelo
Copy link

jxrrelo commented Aug 25, 2022

The system reports that the dynamic linker is missing and hence cannot be ran since the binary is interpreted with it. Anyone has any solution around this?

@runeksvendsen
Copy link

@jxrrelo how can we reproduce this issue?

@ryansch
Copy link

ryansch commented Nov 4, 2022

I got an error message that I was missing a shared library when I started playing with this today. The solution for me was to follow the instructions on the README to enable amd64 packages in ubuntu and then sudo apt install libc6:amd64. Maybe this will help you?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants