While installing a package through Makefile I got an error code :
ranlib: /usr/lib64/libelf.so.1:version 'ELFUTILS_1.1.1' not found(required by ranlib)
After a few google search, I replaced the ranlib
with ar -s
in the script and installation completed successfully.