Problem:
I was getting “64 bit bad ELF interpreter error” during Symantec Antivirus installation.
Reason:
My server is x86-64 bit and the Symantec antivirus installation requires 32 bit libraries to resolve the issue.
Resolution:
yum -y install glibc.i686 [ Fedora/Centos/RHEL ]
or
yum -y install glibc.i386 [ Fedora/Centos/RHEL ]
apt-get install ia32-libs [ Debian/Ubuntu/Mint/Crunchbang ]
2935 Total Views 1 Views Today
related posts
« Mount LVM Partition in rescue mode and run fsck RHEL FEDORA and CENTOS Disable 169.254.0.0 nozeroconf in Linux »