Ask Your Question
1

What is the meaning of the error message "/lib64/libc.so.6: version `GLIBC_2.28' not found (required by /var/task/cryptography/hazmat/bindings/_rust.abi3.so)"?

asked 2023-07-15 13:20:51 +0000

lakamha gravatar image

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
3

answered 2023-07-15 13:27:02 +0000

david gravatar image

This error message means that the program or library you are trying to use requires a newer version of the GLIBC (GNU C Library) than what is currently installed in your system. Specifically, it is looking for version 2.28, which is not available on your system. This could be because you are using an outdated operating system, or because you need to update your GLIBC package.

edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account. This space is reserved only for answers. If you would like to engage in a discussion, please instead post a comment under the question or an answer that you would like to discuss

Add Answer


Question Tools

Stats

Asked: 2023-07-15 13:20:51 +0000

Seen: 16 times

Last updated: Jul 15 '23