alpine-pkg-glibc
alpine-pkg-glibc copied to clipboard
protoc: stdout: . stderr: Error loading shared library ld-linux-x86-64.so.2: No such file or directory
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
same here
any suggestions ?
I wish :laughing:
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.