Coder Social home page Coder Social logo

Comments (8)

omidmousavi avatar omidmousavi commented on August 21, 2024 1

i tried but dont working... :(

from superfile.

Zxilly avatar Zxilly commented on August 21, 2024 1

If you want to support the major operating systems, it would be a good idea to set it to 2.17, which will support almost all still-active distros. But configuring the environment can be a pain, only centos7 out of the mainstream distros I know of still uses glibc at such a low version. or 2.22/23, which is pre-installed on Ubuntu 16.
Check out https://repology.org/project/glibc/versions for the full list

from superfile.

yorukot avatar yorukot commented on August 21, 2024 1

I'm going to close this issue for now, but if there are any more problems, feel free to reopen it.

from superfile.

yorukot avatar yorukot commented on August 21, 2024

It looks like you need to install libc.so.6.
Can you try install it?

from superfile.

omidmousavi avatar omidmousavi commented on August 21, 2024

yes.
the result of sudo apt install libc6 is this:
libc6 is already the newest version (2.31-13+deb11u10).

from superfile.

yorukot avatar yorukot commented on August 21, 2024

I think this seems to be an apt package problem
Maybe you can try it
https://www.reddit.com/r/linux4noobs/comments/15nfcwb/version_glibc_234_not_found_when_using_the/

from superfile.

Zxilly avatar Zxilly commented on August 21, 2024

Apparently, GitHub Actions' glibc version is too high causing this problem. Building precompiled binaries that link to libc should take this into account.
There are two possible solutions, either compiling under a lower version of glibc, which docker will help with, or using a c compiler that supports setting the glibc version, such as zig cc or something like that

from superfile.

Zxilly avatar Zxilly commented on August 21, 2024

Or, alternatively, opt for a direct static link to musl so that you don't have to think about all this hassle. Static linking to glibc is not recommended for complex reasons, and many good explanations can be found on Google.

from superfile.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.