-
Notifications
You must be signed in to change notification settings - Fork 251
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
CTFE GLIBC Error #1118
Comments
This issue is very likely related to golang/go#57328. |
2 tasks
@myatsko-1 Please try again. The latest ctfe Docker image in gcr.io/trillian-opensource-ci/ctfe should have this issue fixed. |
Thank you. That resolved the issue. I’ll submit another issue shortly with some suggested updates to the Dockerized Test Deployment <https://github.com/google/certificate-transparency-go/tree/master/trillian/examples/deployment/docker/ctfe> instructions based on my recent experience.
… On Aug 2, 2023, at 10:43 AM, Roger Ng ***@***.***> wrote:
@myatsko-1 <https://github.com/myatsko-1> Please try again. The latest ctfe Docker image in gcr.io/trillian-opensource-ci/ctfe should have this issue fixed.
—
Reply to this email directly, view it on GitHub <#1118 (comment)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/AOCSPT63VVW5WCYHTXWW5LLXTKGUNANCNFSM6AAAAAA3ARSZ54>.
You are receiving this because you were mentioned.
|
I'm glad that the fix resolved your issue. I found some other issues with the instructions when I tried to replicate this issue. Please feel free to submit new issues or pull requests to update the deployment documentation. |
2 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm trying the Docker deployment on a Amazon Linux server. When I run docker-compose --profile frontend up, it successfully launches the ctfe-db, ctfe-trillian-log-server-1, and ctfe-trillian-log-signer-1 containers. But, I keep getting 'exited with code 1' when it tries to launch the ctfe-ctfe-1 container:
ctfe-ctfe-1 | /ct_server: /lib/x86_64-linux-gnu/libc.so.6: version
GLIBC_2.32' not found (required by /ct_server) ctfe-ctfe-1 | /ct_server: /lib/x86_64-linux-gnu/libc.so.6: version
GLIBC_2.34' not found (required by /ct_server)Any ideas how to get past this error?
The text was updated successfully, but these errors were encountered: