sgerrand / alpine-pkg-glibc

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

protoc: stdout: . stderr: Error loading shared library ld-linux-x86-64.so.2: No such file or directory #205

Open sravula84 opened 1 year ago

sravula84 commented 1 year ago

Recently upgrade to alpine:3.18.0 with glibc version-2.35-r1. getting below error

protoc: stdout: . stderr: Error loading shared library ld-linux-x86-64.so.2: No such file or directory (needed by /root/.gradle/caches/modules-2/files-2.1/com.google.protobuf/protoc/3.6.1/f8584d1e86d1adb61d9c559e4b49cedbc97c4d78/protoc-3.6.1-linux-x86_64.exe)

/usr/glibc-compat/lib in this path the above library missing

RobQuistNL commented 1 year ago

same here

sravula84 commented 1 year ago

any suggestions ?

RobQuistNL commented 1 year ago

I wish :laughing:

sgerrand commented 1 year ago

Hello, thanks for filing this bug report. Would you please post details of the application you've built which has output this error, ideally as a Dockerfile that I can use to reproduce the bug. I am unable to investigate this error without that.