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

ETHR does not work on Alphine #169

Open
entr0pee opened this issue Dec 18, 2021 · 1 comment
Open

ETHR does not work on Alphine #169

entr0pee opened this issue Dec 18, 2021 · 1 comment

Comments

@entr0pee
Copy link

entr0pee commented Dec 18, 2021

$ ./ethr
-ash: ./ethr: not found

Is this because the MUSL LIBC?

How can I compile ethr on Alphine?

@entr0pee entr0pee changed the title ETHE does not work on Alphine ETHR does not work on Alphine Dec 18, 2021
@juyamagu
Copy link

I can repro your issue with the following:

$ docker run --rm -it alpine:3.15
/ # wget https://github.com/microsoft/ethr/releases/download/v1.0.0/ethr_linux.zip &>/dev/null
/ # unzip ethr_linux.zip &>/dev/null
/ # ./ethr
/bin/sh: ./ethr: not found

Substituting the image with this worked for me, so I think your guess is right. You may be able to solve the issue by installing glibc by yourself.

https://github.com/Docker-Hub-frolvlad/docker-alpine-glibc

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

2 participants