Page 1 of 1

[SOLVED] how to UPDATE libc.so.6 ?

Posted: 13 Jun 2021, 11:43
by supertabs
How do I update libc.so.6? An applications require me to have libc that contains GLIBC_2.28, but the libc that I have contains only:

Code: Select all

strings /usr/lib64/libstdc++.so.6 | grep GLIBC
GLIBCXX_3.4
GLIBCXX_3.4.1
GLIBCXX_3.4.2
GLIBCXX_3.4.3
GLIBCXX_3.4.4
GLIBCXX_3.4.5
GLIBCXX_3.4.6
GLIBCXX_3.4.7
GLIBCXX_3.4.8
GLIBCXX_3.4.9
GLIBCXX_3.4.10
GLIBCXX_3.4.11
GLIBCXX_3.4.12
GLIBCXX_3.4.13
GLIBCXX_3.4.14
GLIBCXX_3.4.15
GLIBCXX_3.4.16
GLIBCXX_3.4.17
GLIBCXX_3.4.18
GLIBCXX_3.4.19
GLIBCXX_3.4.20
GLIBCXX_3.4.21
GLIBCXX_3.4.22
GLIBCXX_3.4.23
GLIBCXX_3.4.24
GLIBC_2.2.5
GLIBC_2.3
GLIBC_2.14
GLIBC_2.18
GLIBC_2.16
GLIBC_2.17
GLIBC_2.3.2
GLIBCXX_DEBUG_MESSAGE_LENGTH
:unknown:

how to UPDATE libc.so.6 ?

Posted: 14 Jun 2021, 02:53
by ncmprhnsbl
http://slackware.uk/cumulative/slackwar ... 6_64-2.txz might be enough
or the whole thing:
http://slackware.uk/cumulative/slackwar ... 6_64-2.txz
rightclick> convert txz to module ...that way, if causes a problem, it's easy to remove..

how to UPDATE libc.so.6 ?

Posted: 15 Jun 2021, 09:13
by supertabs
Thanks ! :D :Yahoo!: