GithubHelp home page GithubHelp logo

Error on runtime: relink `/usr/lib/libgcc_s.so.1' with `/usr/glibc-compat/lib/libc.so.6' for IFUNC symbol `memset' about alpine-pkg-glibc HOT 4 OPEN

sgerrand avatar sgerrand commented on June 11, 2024 15
Error on runtime: relink `/usr/lib/libgcc_s.so.1' with `/usr/glibc-compat/lib/libc.so.6' for IFUNC symbol `memset'

from alpine-pkg-glibc.

Comments (4)

nenzhang avatar nenzhang commented on June 11, 2024

anybody can help comment this? I meet same situation, the image is compiled from glibc environment with same glibc version 2.25 but uses this musl libc in runtime environment.

from alpine-pkg-glibc.

darkpssngr avatar darkpssngr commented on June 11, 2024

I have the same problem. Please help someone!!!

from alpine-pkg-glibc.

artob avatar artob commented on June 11, 2024

I ran into the same problem attempting to run nvcc from the NVIDIA CUDA Toolkit:

cicc: Relink `/usr/lib/libgcc_s.so.1' with `/usr/glibc-compat/lib/libc.so.6' for IFUNC symbol `memset'
nvcc error   : 'cicc' died due to signal 11 (Invalid memory reference)

The issue appears to be that /usr/lib/libgcc_s.so.1 is linked against musl instead of glibc:

# ldd /usr/lib/libgcc_s.so.1
	ldd (0x7f6b1561d000)
	libc.musl-x86_64.so.1 => ldd (0x7f6b1561d000)

Note also the previous issue #6 about libgcc_s.so.1.

from alpine-pkg-glibc.

plo- avatar plo- commented on June 11, 2024

Maybe see this workaround: #75 (comment) (I was struggling with the same kind of conflict between musl libc and glibc and the workaround helps me a lot!)

from alpine-pkg-glibc.

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.