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
🌐
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.
Discussions

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
/lib/x86_64-linux-gnu/libc.so.6: version GLIBC_2.33 not found (required by ...wasp-lang/0.7.1/wasp-bin). Below is photo evidence. ... The error means that Wasp 0.7.1 was compiled against GLIBC 2.32 - 2.34 and therefore it requires any of those versions (preferably 2.34 or higher) to run. 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
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” ... More on unix.stackexchange.com
🌐 unix.stackexchange.com
🌐
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
🌐
Raspberry Pi Forums
forums.raspberrypi.com › board index › programming › c/c++
how to resolve 'glibc_2.34 not found' - Raspberry Pi Forums
Sat Apr 27, 2024 12:45 pm to change a requested symbol from, say, malloc@GLIBC_2_34 to malloc@GLIBC_2_13. Don't do this.
🌐
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” ...
Find elsewhere
🌐
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 - ... -Syy was a mistake for multiple reasons. First, the double y means to redownload the databases, even if they were already up to date. Second, it updates the databases without updating the system, which can lead to partial updates. It, by itself, would not cause this error, though.
🌐
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
🌐
FEBio Forum
forums.febio.org › home › febio studio forum › users forum › glibc_2.34 not found
GLIBC_2.34 not found - FEBio Forum
I ran the installer from the command line using this file: FEBioStudio_2.7_FEBio_4.7_Linux_installer.zip It installed fine but I'm still getting "./febio4: /lib64/libc.so.6: version `GLIBC_2.34' not found (required by ./febio4)" I though the installer would provide a portable executable.
🌐
GitHub
github.com › joshuar › go-hass-agent › issues › 414
[BUG] Version 'GLIBC_2.34' not Found - Debian · Issue #414 · joshuar/go-hass-agent
January 30, 2025 - go-hass-agent: /lib/x86_64-linux-gnu/libc.so.6: version ``GLIBC_2.34' not found (required by go-hass-agent) go-hass-agent: /lib/x86_64-linux-gnu/libc.so.6: version ``GLIBC_2.32' not found (required by go-hass-agent)
Author   joshuar
🌐
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 - 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: ...
🌐
Medium
jeonghye-choi.medium.com › how-to-resolve-the-lib-x86-64-linux-gnu-libc-so-6-1a983bcf4721
How to Fix GLIBC_2.34 Not Found Error in Docker for Rust Projects | by Jeonghye Choi | Medium
July 12, 2024 - The error /lib/x86_64-linux-gnu/libc.so.6: version 'GLIBC_2.34' not found was caused by a mismatch in the glibc versions used in different stages of the Docker build process.
🌐
GitHub
github.com › bitsandbytes-foundation › bitsandbytes › issues › 1610
`GLIBC_2.34' not found for CUDA 12.6 or CUDA 12.8 builds · Issue #1610 · bitsandbytes-foundation/bitsandbytes
April 27, 2025 - When running the bitsandbytes quantization method, it reports an error: OSError: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.34' not found (required by /opt/anaconda3/lib/python3.10/site-packages/bitsandbytes/libbitsandbytes_cuda126.so)
Author   bitsandbytes-foundation
🌐
Stack Overflow
stackoverflow.com › questions › 76335067 › getting-glibc-2-34-not-found-error-while-running-go-geos-package-on-ubuntu-20
glibc - Getting `GLIBC_2.34` not found error while running go-geos package on Ubuntu 20.04 - Stack Overflow
You compiled the package linked against a different version of glibc than on the target platform. The easiest way to build this is on the target platform, provided you can install the correct dependencies.
🌐
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…
🌐
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 while trying to get elixir binary working on 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 by /opt/xpi_monitor/erts-15.2.7.4/bin/erlexec)
🌐
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 › teslamate-org › teslamate › issues › 3691
build: bump app base image to fix 'GLIBC_2.34' not found error · Issue #3691 · teslamate-org/teslamate
February 26, 2024 - The right one works. The left one fails with: /opt/app/erts-14.2.2/bin/erlexec: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.34' not found (required by /opt/app/erts-14.2.2/bin/erlexec
Author   teslamate-org