lucyllewy / macOS-Linux-VM-with-Rosetta

309 stars 27 forks source link

Unable to run x64 dynamically-linked binaries #17

Open jxrrelo opened 2 years ago

jxrrelo commented 2 years ago

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 commented 1 year ago

@jxrrelo how can we reproduce this issue?

ryansch commented 1 year ago

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?