Skip to main content
Topic: [SOLVED] tmux reports GLIBC_2.26 unmet dependency (Read 1900 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

[SOLVED] tmux reports GLIBC_2.26 unmet dependency

Hi,

Vanilla install of the atrix-i3-rolling. Tmux reports:

Code: [Select]
[zenny@artix-i3-rolling ~]$ tmux
tmux: /usr/lib/libc.so.6: version `GLIBC_2.26' not found (required by tmux)

glibc installed appears to be 2.25.7:

Code: [Select]
$ sudo pacman -Q glibc
glibc 2.25-7

System appears to be up-to-date:

Code: [Select]
$ sudo pacman -Syu
[sudo] password for zenny:
:: Synchronizing package databases...
 system is up to date
 world is up to date
 galaxy is up to date
 extra is up to date
 community is up to date
:: Starting full system upgrade...
warning: libpulse: local (11.1-1) is newer than world (10.0-3)
warning: pulseaudio: local (11.1-1) is newer than world (10.0-3)
 there is nothing to do

How can this dependency be satisfied? Thanks.

Cheers,
/z





Re: tmux reports GLIBC_2.26 unmet dependency

Reply #1
The latest version in the stable repos is 2.26-5

Check your mirrorlist, make sure the first mirror is a good one, and then run '-Syyu'.

Re: tmux reports GLIBC_2.26 unmet dependency

Reply #2
The latest version in the stable repos is 2.26-5

Check your mirrorlist, make sure the first mirror is a good one, and then run '-Syyu'.

What is the right way of updating the mirrorlist? Does appending the following mirror in the mirrorlist file enough?

Server = https://mirror1.artixlinux.org/repos/$repo/os/$arch

Thereafter, running

pacman -Syu

Thanks





 

Re: [SOLVED] tmux reports GLIBC_2.26 unmet dependency

Reply #3
pacman reads the mirrorlist from the top, so that's where you'll have to put it.