How do I install static versions of glibc on CentOS 8?
I am trying to compile a version of rsync using static linked libraries.
How do I install static versions of glibc on CentOS 8?
I am trying to compile a version of rsync using static linked libraries.
5
Answers
Note : glibc-static is in this repo:
/etc/yum.repos.d/CentOS-PowerTools.repo
Package list, “PowerTools” http://mirror.centos.org/centos/8/PowerTools/x86_64/os/Packages/
Example mirror, “PowerTools” http://mirror.centos.org/centos/8/PowerTools/x86_64/os/
in centos8 docker containers:
while I’m trying enable PowerTools to use the command, it does not work:
Enable it with the following commands, then it worked:
These worked for me. Thanks.
I was on CentOS 8. The above answers worked, but I had to change
to:
That worked for me, had to read all suggestions before build proper one.