Artix Linux Forum

Artix Linux => Installation / Migration / Configuration => Topic started by: zenny on 19 October 2017, 08:48:47

Title: [SOLVED] tmux reports GLIBC_2.26 unmet dependency
Post by: zenny on 19 October 2017, 08:48:47
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




Title: Re: tmux reports GLIBC_2.26 unmet dependency
Post by: physkets on 19 October 2017, 08:55:16
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'.
Title: Re: tmux reports GLIBC_2.26 unmet dependency
Post by: zenny on 19 October 2017, 09:10:27
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




Title: Re: [SOLVED] tmux reports GLIBC_2.26 unmet dependency
Post by: physkets on 19 October 2017, 17:32:45
pacman reads the mirrorlist from the top, so that's where you'll have to put it.