GETCONF command not working
After upgrading the RPM on the server While using the GTECONF receiving the following error message.
The above error message occur because glibc libraries are corrupted, to resolve the above error message run the following command from the shell but make sure that you have loggin in to the server as a root user.
yum install glibc*
The above command update the “glibc-common” and “glibc-utils” Packages to repair the glibc libraries.Now run the command “getconf LONG_BIT”, it will show you the following result.
As per above server having 32 bit OS.