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 - This is described in the wiki as well (steps 1-4 from "Pacman crashes during an upgrade": https://wiki.archlinux.org/title/Pacman … an_upgrade ) Edit: That uses --sysroot which is preferred when it works, but a missing glibc may force you to use --root instead.
Discussions

GLIB : ERROR /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.34' not found
Hi, I’m working on GTK3 desktop application in cpp. I built my application on an ubuntu machine with (Ubuntu GLIBC 2.35-0ubuntu3.5) 2.35 and i was able to run this application on that machine. But when i tried to ru… More on discourse.gnome.org
🌐 discourse.gnome.org
9
0
January 24, 2024
/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
/usr/lib/libc.so.6: version `GLIBC_2.34' not found (required by /usr/lib/libcurl.so.4)
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: ... More on forum.endeavouros.com
🌐 forum.endeavouros.com
13
0
August 11, 2022
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
🌐
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 - Can you report the results of the following please:- ... ldd -v /usr/lib/jvm/java-11-openjdk-amd64/bin/java dpkg -l libc6:amd64 Previous users that have had this issue have reported a successful resolution by purging the existing JDK package and then re-installing it.
🌐
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?...
🌐
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…
🌐
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 ...
🌐
LinuxVox
linuxvox.com › blog › libx86_64linuxgnulibcso6-version-glibc_234-not-found
Solving the lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.34' not found Issue — linuxvox.com
When you encounter an error message ... it indicates that your application is trying to use features or functions provided by the glibc version 2.34, but the installed version on your system is lower....
🌐
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.

Find elsewhere
🌐
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 - 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.
Author   wasp-lang
🌐
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

🌐
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…
🌐
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. If you want to deploy your software on a system with glibc version 2.xy, you should compile it using a toolchain with version 2.xy or earlier. and there are issues with libstdc++ which I need to look at You can either link just the C++ standard library statically (e.g. LDFLAGS=-static-libstdc++), or ship libstdc++.so.6.0.xy (from your toolchain) with your application and make sure it takes precedence over the global one (e.g.
🌐
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 - libc.so.6: version `GLIBC_2.34' not found#1480 · Copy link · Labels · circlecicircleci pipeline issuescircleci pipeline issues · provVladBurlik · opened · on Oct 8, 2023 · Issue body actions ·
Author   nomic-ai
🌐
GitHub
github.com › JabRef › jabref › issues › 10088
/lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.34' not found · Issue #10088 · JabRef/jabref
July 17, 2023 - JabRef version Latest development branch build (please note build date below) Operating system GNU / Linux Details on version and operating system OS: Ubuntu Sway 23.04 x86_64, Host: ASUSTeK COMPUTER INC. FA506IH, Kernel: 6.2.0-24-generi...
Author   JabRef
🌐
Lazarus
forum.lazarus.freepascal.org › index.php
/lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.34' not found
July 6, 2023 - /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.34' not found · Free Pascal · Website · Downloads · Wiki · Documentation · Bugtracker · Mailing List · Lazarus · Website · Downloads (Laz+FPC) Packages (OPM) FAQ · Wiki · Documentation (RTL/FCL/LCL) Bugtracker ·
🌐
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 ...
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.
🌐
Stack Exchange
unix.stackexchange.com › questions › 732133 › glibc-2-34-not-found
glibc - `GLIBC_2.34' not found - Unix & Linux Stack Exchange
1 Apt not working due to lack of libstdc++ after Debian upgrade : "`GLIBCXX_3.4.15' not found (required by apt-get)" 0 /lib64/libc.so.6: version `GLIBC_2.14' not found while upgrading to glibc 2.15
🌐
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