Hi All.
My original problem and the proposed solution is described at :
https://stackoverflow.com/questions/75702648/how-to-resolve-nptl-signals-h-no-such-file-or-directory
As part of the solution, I am trying to install glibc-source, but get the following :
bash-4.2$ sudo yum -y install glibc-source
Loaded plugins: langpacks, ps
No package glibc-source available.
Error: Nothing to do
bash-4.2$
My linux distribution is :
bash-4.2$ uname -a
Linux abcd.com 5.4.17-2136.316.7.el7uek.x86_64 #2 SMP Mon Jan 23 18:37:26 PST 2023 x86_64 x86_64 x86_64 GNU/Linux
bash-4.2$
How can I achieve my purpose (preferably via direct installation of glibc-source via yum)?
Will be grateful for pointers.
Thanks and Regards,
Ajay