I've got this error with buildroot-2022.11 when executing make.

Ubuntu 20.04 - added this repo as described in the link

sudo apt update
sudo apt install libc6

It automatically installed 2.35 for me.

Answer from mister_kanister on Stack Overflow
🌐
Arch Linux Forums
bbs.archlinux.org › viewtopic.php
[SOLVED] /usr/lib/libc.so.6: version `GLIBC_2.34’ not found / Newbie Corner / Arch Linux Forums
March 7, 2022 - I recently started using my laptop again and found out that I need to update my system, so I tried to update using `pacman -Syy`. ... sudo: /usr/lib/libc.so.6: version GLIBC_2.34 not found (required by sudo) sudo: /usr/lib/libc.so.6: version GLIBC_2.34 not found (required by /usr/lib/sudo/libsudo_util.so.0)
Discussions

GLIB : ERROR /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.34' not found
But when i tried to run the application in different ubuntu machine with (Ubuntu GLIBC 2.31-0ubuntu9.14) 2.31 I got the error saying ./source: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.34’ not found (required by ./source) Does this mean, GLIB is not backward compatible? More on discourse.gnome.org
🌐 discourse.gnome.org
9
0
January 24, 2024
version `GLIBC_2.34' not found when using the command code
You may need to install glibc sudo apt install glibc More on reddit.com
🌐 r/linux4noobs
9
6
August 11, 2023
How to solve /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.34` not found
Describe the bug There is something I observed with Wasp 0.7.1 on Windows (WSL). Before now, I used Wasp 0.6.0 and everything works fine but after installing Wasp 0.7.1 on Windows, trying to run an... More on github.com
🌐 github.com
5
December 5, 2022
/usr/lib/libc.so.6: version `GLIBC_2.34' not found
When I try to run commands I see this: ps -ef ps: /usr/lib/libc.so.6: version `GLIBC_2.34' not found (required by /usr/lib/libgcc_s.so.1) I am unable to complete this package update process. pacman -Syyu :: Synchronizing package databases... core 166.2 KiB 416 KiB/s 00:00 [################... More on forum.manjaro.org
🌐 forum.manjaro.org
0
0
March 4, 2022
🌐
Linux Mint Forums
forums.linuxmint.com › board index › main edition support › beginner questions
[SOLVED] `GLIBC_2.34' not found - Linux Mint Forums
November 8, 2022 - java: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.34' not found (required by java) java: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.33' not found (required by /usr/lib/jvm/java-11-openjdk-amd64/bin/../lib/jli/libjli.so) java: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.34' not found (required by /usr/lib/jvm/java-11-openjdk-amd64/bin/../lib/jli/libjli.so) Tried to download glibc-source, it didn't work.
🌐
GNOME Discourse
discourse.gnome.org › development
GLIB : ERROR /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.34' not found - Development - GNOME Discourse
January 24, 2024 - But when i tried to run the application ... version `GLIBC_2.34’ not found (required by ./source) Does this mean, GLIB is not backward compatible?...
🌐
Reddit
reddit.com › r/linux4noobs › version `glibc_2.34' not found when using the command code
r/linux4noobs on Reddit: version `GLIBC_2.34' not found when using the command code
August 11, 2023 -

Hi, I have recently dualbooted my laptop so im still very much a linux noob and I installed VSCode with the ubuntu software app. When I try to open VSCode nothing happens, and if I use the code command I get the following error:

ERROR: ld.so: object '/usr/local/lib/x86_64-linux-gnu/libinput-config.so' from /etc/ld.so.preload cannot be preloaded (failed to map segment from shared object): ignored.

/snap/code/136/usr/share/code/bin/../code: /snap/core20/current/lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.34' not found (required by /usr/local/lib/x86_64-linux-gnu/libinput-config.so)

Can someone please help me? I googled it but I can't find a solution. Thanks in advance

Edit:

Fixed it by using sudo vim on the /etc/ld.so.preload file and deleting the line /usr/local/lib/x86_64-linux-gnu/libinput-config.so.

🌐
GitHub
github.com › wasp-lang › wasp › issues › 867
How to solve /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.34` not found · Issue #867 · wasp-lang/wasp
December 5, 2022 - The solution to this was that I needed to update my Ubuntu version to at least Impish (21.10) so that I can get access to glibc 2.34 to run Wasp on Windows (Impish uses glibc 2.34 - meets the glibc requirement of Wasp 0.7.1).
Author   wasp-lang
🌐
Salow Studios
salowstudios.com › home › how to fix the error “glibc_2.34 not found” in linux
How to Fix the Error "GLIBC_2.34 Not Found" in Linux - Salow Studios
February 22, 2024 - One such error is “Error /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.34′ not found,” which indicates that the GNU C Library (GLIBC) version 2.34 is required but not available on your system. This error can occur when trying to run or install a program […]
🌐
Raspberry Pi Forums
forums.raspberrypi.com › board index › programming › c/c++
how to resolve 'glibc_2.34 not found' - Raspberry Pi Forums
COLLECT_GCC=g++ COLLECT_LTO_WRAPPER=/usr/local/GCC/12.3.0/libexec/gcc/aarch64-linux-gnu/12.3.0/lto-wrapper Target: aarch64-linux-gnu Configured with: ../gcc-12.3.0/configure --prefix=/usr/local/GCC/12.3.0 --enable-languages=c,c++ --build=aarch64-linux-gnu --host=aarch64-linux-gnu --target=aarch64-linux-gnu Thread model: posix Supported LTO compression algorithms: zlib gcc version 12.3.0 (GCC) Hint: create a symlink to that in ~/bin/ or /usr/local/bin/ as applicable. Now you only need to say.. ... $ sd-gcc g++ -v 2>&1 | grep ^gcc gcc version 12.3.0 (GCC) Now you have a usable gcc 12.3.0 "sideloaded" (to use an android term).
Find elsewhere
🌐
Manjaro Linux
forum.manjaro.org › support
/usr/lib/libc.so.6: version `GLIBC_2.34' not found - Support - Manjaro Linux Forum
March 4, 2022 - When I try to run commands I see this: ps -ef ps: /usr/lib/libc.so.6: version `GLIBC_2.34' not found (required by /usr/lib/libgcc_s.so.1) I am unable to complete this package update process. pacman -Syyu :: Synchroniz…
🌐
Stack Exchange
unix.stackexchange.com › questions › 732133 › glibc-2-34-not-found
glibc - `GLIBC_2.34' not found - Unix & Linux Stack Exchange
I am trying to run an up in my raspberry pi (4b with latest bullsey) which I have cross-compiled. The error am encountering is: “/lib/arm-linux-gnueabihf/libc.so.6: version `GLIBC_2.34' not found” ...
🌐
BeagleBoard
forum.beagleboard.org › general discussion
libc.so.6: version `glibc_2.34' not found - General Discussion - BeagleBoard
January 10, 2024 - My computer’s OS is Ubuntu 22.04. I use eclipse c to develop beagleplay’s Linux app. When debugging, the error message libc.so.6: version `glibc_2.34’ not found (required by helloworld…) will appear. My computer glibc ve…
🌐
Reddit
reddit.com › r/manjarolinux › /usr/lib/libc.so.6: version `glibc_2.34' not found
r/ManjaroLinux on Reddit: /usr/lib/libc.so.6: version `GLIBC_2.34' not found
June 27, 2022 -

I installed gcc-objc and it seems upgrade the glibc version on my system. I used command: yay -S gcc-objc

Here is the log from /var/log/pacman.log

[2022-06-27T10:23:40+0800] [PACMAN] Running 'pacman -S --config /etc/pacman.conf -- gcc-objc'
[2022-06-27T10:24:06+0800] [ALPM] transaction started
[2022-06-27T10:24:06+0800] [ALPM] upgraded gcc-libs (11.1.0-1 -> 12.1.0-2)
[2022-06-27T10:24:06+0800] [ALPM] installed libisl (0.24-4)
[2022-06-27T10:24:12+0800] [ALPM] upgraded gcc (11.1.0-1 -> 12.1.0-2)
[2022-06-27T10:24:12+0800] [ALPM] installed gcc-objc (12.1.0-2)
[2022-06-27T10:24:13+0800] [ALPM] transaction completed

my glibc version:

$ ldd --version    
ldd (GNU libc) 2.33
Copyright (C) 2021 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
Written by Roland McGrath and Ulrich Drepper.

Now, my applications are asking for 2.34

$ exa
exa: /usr/lib/libc.so.6: version `GLIBC_2.34' not found (required by exa)
exa: /usr/lib/libc.so.6: version `GLIBC_2.34' not found (required by /usr/lib/libgit2.so.1.4)
exa: /usr/lib/libc.so.6: version `GLIBC_2.35' not found (required by /usr/lib/libgcc_s.so.1)
exa: /usr/lib/libc.so.6: version `GLIBC_2.34' not found (required by /usr/lib/libgcc_s.so.1)

How do I solve this issue.. thanks

🌐
GitHub
github.com › realm › realm-js › issues › 6082
'`GLIBC_2.34' not found' error after upgrade 12.0.0 on Linux OS · Issue #6082 · realm/realm-js
August 22, 2023 - Uncaught Error: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.34' not found (required by /home/user/Documents/source/myProject/node_modules/realm/generated/ts/realm.node) at process.func [as dlopen] (node:electron/js2c/asar_bundle:2:1822) at Module._extensions..node (node:internal/modules/cjs/loader:1354:18) at Object.func [as .node] (node:electron/js2c/asar_bundle:2:1822) at Module.load (node:internal/modules/cjs/loader:1124:32) at Module._load (node:internal/modules/cjs/loader:965:12) at f._load (node:electron/js2c/asar_bundle:2:13330) at o._load (node:electron/js2c/renderer_init:2:3109) at Module.require (node:internal/modules/cjs/loader:1148:19) at require (node:internal/modules/cjs/helpers:110:18) at Object.<anonymous> (/home/user/Documents…ndle.node.js:110:22) Always ·
Author   realm
🌐
GitHub
github.com › nomic-ai › gpt4all › issues › 1480
libc.so.6: version `GLIBC_2.34' not found · Issue #1480 · nomic-ai/gpt4all
October 8, 2023 - ./chat => /chat: /lib/x86_64-linux-gnu/libc.so.6: version GLIBC_2.34' not found (required by ./chat) ./chat: /lib/x86_64-linux-gnu/libc.so.6: version GLIBC_2.32' not found (required by libllmodel.so.0) ./chat: /lib/x86_64-linux-gnu/libc.so.6: version GLIBC_2.33' not found (required by ...
Author   nomic-ai
🌐
Elixir Forum
elixirforum.com › questions & help › questions
Getting error on Oracle linux 8.5: `GLIBC_2.34’ not found - Questions - Elixir Programming Language Forum
December 31, 2025 - Hello, I am facing the below error ... Oracle linux 8.5 , unfortunately we cannot compile on the target server and we are using docker on Windows to build it , so any idea which docker image best to be utilized ? /opt/xpi_monitor/erts-15.2.7.4/bin/erlexec: /lib64/libc.so.6: version `GLIBC_2.34’ not found (required ...
🌐
EndeavourOS
forum.endeavouros.com › general system › pacman & aur helpers
/usr/lib/libc.so.6: version `GLIBC_2.34' not found (required by /usr/lib/libcurl.so.4) - Pacman & AUR helpers - EndeavourOS
August 11, 2022 - Hi all! I had this problem: /usr/lib/libc.so.6: version `GLIBC_2.34’ not found (required by /usr/lib/libcurl.so.4) when calling any utilities using C, before that I updated several packages manually (I did not touch the library itself), after downloading the libraries, install with the commands: sudo pacman -dU glibc-2.35-2-x86_64.pkg.tar.zst sudo pacman -dU lib32-glibc-2.35-2-x86_64.pkg.tar.zst failed because pacman gives the same error, please help ls -lah /usr/lib/libc.so.6 lrwxrwxrwx 1 ...
🌐
FEBio Forum
forums.febio.org › home › febio studio forum › users forum › glibc_2.34 not found
GLIBC_2.34 not found - FEBio Forum
These libraries are integral to almost everything on a GNU/Linux operating system. As such, I cannot distribute a version of GLIBC alongside FEBio, because it would very probably interfere with the programs running on your machine. Even statically linking to GLIBC, while possible, is very highly discouraged, and possibly dangerous. The problem is that we are now compiling FEBio on Ubuntu 22.04, which has GLIBC 2.34.
🌐
Code-aster
forum.code-aster.org › public › d › 26348-solution-for-singularity-error-glibc-2-34-not-found-ubuntu22-04
Solution for singularity error: GLIBC_2.34 not found (Ubuntu22.04) - Code_Aster
Something went wrong while trying to load the full version of this site. Try hard-refreshing this page to fix the error · I have installed salome_meca 2021 container image using singularity on my arco-linux machine. So far it worked without any issue and I was able to use it.
🌐
Reddit
reddit.com › r/voidlinux › libc.so.x/glibc_2.34 not found.
r/voidlinux on Reddit: Libc.so.X/GLIBC_2.34 not found.
April 26, 2022 -

Installed Void on a new machine this morning and ever since various applications have been complaining about libc.so.X / GLIBC_2.34 not found. I have glibc, glibc-devel, glibc-32bit and glibc-devel-32bit installed. All 2.32_2. Void repos tell me this is the latest version so what is up with my installation?

For example, something as basic as getent returns

getent: /usr/lib32/libc.so.6: version `GLIBC_2.34' not found (required by getent)

Another one

iconv: /usr/lib32/libc.so.6: version `GLIBC_2.34' not found (required by iconv)

Earlier wine was complaining too. Not sure how that went away though. Libc.so.6 exists in both /usr/lib and /usr/lib32 btw.