sgerrand / alpine-pkg-glibc

A glibc compatibility layer package for Alpine Linux
2.05k stars 280 forks source link

When installing I get this error: ERROR: glibc-2.25-r1: trying to overwrite lib/ld-linux-x86-64.so.2 owned by libc6-compat-1.1.12-r7. #51

Closed FrodeMMeling closed 7 years ago

FrodeMMeling commented 7 years ago

Is there a conflict?

gerasim13 commented 7 years ago

got the same error. did you find any workarounds?

josuesdiaz commented 7 years ago

For myself, I was building an alpine Docker image and was installing the libc6-compat package. I removed this from my Dockerfile and this error went away.

Maybe you want to try running something like: apk del libc6-compat and then try installing the sgerrand package again.

sgerrand commented 7 years ago

Is there a conflict?

There is - the libc6-compat package started including that path a while back. You'll need to choose one package or the other for the time being.

If there's demand to have these paths co-exist then there's grounds for extending this package. Otherwise I'd prefer not to do so. 😺