rdt-client icon indicating copy to clipboard operation
rdt-client copied to clipboard

Getting issue with Docker on Apple Silicon M1 : qemu-x86_64: Could not open '/lib/ld-musl-x86_64.so.1': No such file or directory

Open vnguyen42 opened this issue 2 years ago • 3 comments

What version are you using? v2.0.46

Wat OS are you running? Mac OS Monterey - Apple Silicon M1

Are you using Docker or as a service? Docker

I was trying to update the docker image to the latest version, building works fine, however when running the image, I got the following error in the Docker logs :

2023-11-18 05:12:14 rdtclient | Setting permissions 2023-11-18 05:12:14 rdtclient | Changing to /app folder 2023-11-18 05:12:14 rdtclient | Starting rtdclient 2023-11-18 05:12:14 rdtclient | qemu-x86_64: Could not open '/lib/ld-musl-x86_64.so.1': No such file or directory

I tried adding --platform linux/arm64 as some people suggested on StackOverflow to solve the issue but it didn't worked.

vnguyen42 avatar Nov 18 '23 04:11 vnguyen42

Same issue for me, did you find a fix?

maxexcloo avatar Dec 09 '23 11:12 maxexcloo

Same issue for me, did you find a fix?

Non I ended up installing the .NET version outsider of Docker and it Works fine

vnguyen42 avatar Dec 09 '23 15:12 vnguyen42

Can you try with the latest docker?

rogerfar avatar Jan 05 '24 18:01 rogerfar