Linux 64 bit bad ELF interpreter during Symantec Antivirus Installation

on August 7 | in Linux | by | with No Comments

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 ]

2653 Total Views 1 Views Today
Pin It

related posts

Comments are closed.

« »