[CentOS] Re: Running a 32-bit application on CentOS3-x64

Thu Nov 9 14:20:35 UTC 2006
Ugo Bellavance <ugob at camo-route.com>

Matt Hyclak wrote:
> On Thu, Nov 09, 2006 at 08:35:25AM -0500, Ugo Bellavance enlightened us:
>> 	I'm trying to run Norman anti-virus on a CentOS 3 box, x64.  Is it 
>> possible?
>>
>> Running the binary gives me this error:
>>
>> [root at server bin]# ./nvcc
>> -bash: ./nvcc: /lib/ld-linux.so.2: bad ELF interpreter: No such file or 
>> directory
>>
>> I guess I would have to install i386 libraries that it requires, as well.
>>
> 
> No such file or directory
> 
> Have you tried using yum to see what package provides that file? Is it
> installed?
> 
On an i386 system:

[root at server services]# rpm -q --whatprovides ld-linux.so.2
glibc-2.3.2-95.44


On an x64 system:

[root at server /home/test # rpm -q glibc
glibc-2.3.2-95.44

So it realy looks like an architecture problem...