I was working on setting up a machine with centos 7 and somewhere along the line it seems I messed up and now most commands output some ELF error:
[***** ~]$ python
python: �����: ELF: zR: Error 1227246965
[***** ~]$ ls
ls: : ELF: zR: Error 18446744071987891573
Strangely some functions work putting sudo
in front.
[***** ~]$ yum install gcc
/usr/bin/python: : ELF: zR: Error 18446744071568268661
[***** ~]$ sudo yum install gcc
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
....
Any idea how I can go about troubleshooting this issue? Thank you!