Hi all,
today I created an ArchLinuxArm VM using ArchBoot in my MacBook with M1 (Apple Silicon).
I need to run a couple of binaries built for x86-64 so I installed qemu-user and qemu-user-binfmt, but when I try to run any x86-64 executable I get:
$this->bbcode_second_pass_code('', 'qemu-x86_64: Could not open '/lib64/ld-linux-x86-64.so.2': No such file or directory')
I'm a bit confused as this is the first time I'm trying to emulate something using qemu-user.
How should I install the required x86-64 libraries? Is there any package that provide them?
Thanks a lot,
Luca