Answers for "`GLIBC_2.29' not found"

0

`GLIBC_2.29' not found

In the process of testing /usr/lib64/libm.so.6: Version `Glibc_2.29 'Not found, there is a need to install the glibc_2.29 package.

Process:

1. Go to the website to download:

cd /usr/local/

Wget http://ftp.gnu.org/gnu/glibc/glibc-2.29.tar.gz (process is somewhat slow)

Unzip: Tar -zxvf glibc-2.29.tar.gz

After the compilation ends, add the above environment variables in the / etc / profile file. Source / etc / profile takes effect;

At the same time, I can't in the source package. I am the last layer of the source package, and the answer to Baidu's other classmates, the installed path is also placed under / usr, I do this:

[root@localhost build]# Cd /usr/local/

[root@localhost build]#./glibc-2.29/configure --prefix=/usr --disable-profile --enable-add-ons --with-headers=/usr/include --with-binutils=/usr/bin

## Make is also Make in /glibc-2.29 on a directory, if it is Make in the /Glibc-29 directory, it should be reported "Makeconfig: 42: *** missing separator. stop."

make  

make install

check :
[root@localhost ~]# strings /lib64/libc.so.6 |grep GLIBC_2.29
GLIBC_2.29
GLIBC_2.29
Posted by: Guest on January-24-2022

Browse Popular Code Answers by Language