`libc.so.6` library does not exists (atleast on Python Repls)

Sometimes Python users needs to run a library that require C code, and the C code uses libc.so.6 which is not available. Can Replit owners add it please ? IDK if its only on Python Repls, Non-C Repls or all but it could be great to have this library installed (basically GLib which is the package that provides libc.so.6…)

Well, could nix add this? nixos.org

Could you explain what you mean? It is available…

~/user-agent-counter$ ldd `which sh`
    linux-vdso.so.1 (0x00007f871e0bb000)
    libreadline.so.8 => /nix/store/5gkbi9cfq8hddrfzzjdpvhrw8fsp5xsl-readline-8.1p2/lib/libreadline.so.8 (0x00007f871e05d000)
    libhistory.so.8 => /nix/store/5gkbi9cfq8hddrfzzjdpvhrw8fsp5xsl-readline-8.1p2/lib/libhistory.so.8 (0x00007f871e050000)
    libncursesw.so.6 => /nix/store/1i5ah27gxx3a3fyjyydfwwzqq8ni33i8-ncurses-6.3-p20220507/lib/libncursesw.so.6 (0x00007f871dfdc000)
    libdl.so.2 => /nix/store/4nlgxhb09sdr51nc9hdm8az5b08vzkgx-glibc-2.35-163/lib/libdl.so.2 (0x00007f871dfd7000)
    libc.so.6 => /nix/store/4nlgxhb09sdr51nc9hdm8az5b08vzkgx-glibc-2.35-163/lib/libc.so.6 (0x00007f871ddcc000)
    /nix/store/4nlgxhb09sdr51nc9hdm8az5b08vzkgx-glibc-2.35-163/lib/ld-linux-x86-64.so.2 => /nix/store/4nlgxhb09sdr51nc9hdm8az5b08vzkgx-glibc-2.35-163/lib64/ld-linux-x86-64.so.2 (0x00007f871e0bd000)
~/user-agent-counter$ 

I was using a Python programm that uses C code that uses libc.so.6 and the C (or maybe Python, I dont remember) did not found the library.

1 Like

Please provide the full error

1 Like