On Thu, Nov 09, 2006 at 08:35:25AM -0500, Ugo Bellavance wrote:
Hi,
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@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.
It it possible?
yes, you are probably missing glibc-2.3.2-95.44.i686 package.
I have downloaded a 30 days evaluation:
[tru@sillage bin]$ file nvcc nvcc: ELF 32-bit LSB executable, Intel 80386, version 1 (SYSV), for GNU/Linux 2. 0.30, dynamically linked (uses shared libs), stripped [tru@sillage bin]$ ldd nvcc libdl.so.2 => /lib/libdl.so.2 (0x40037000) libpthread.so.0 => /lib/tls/libpthread.so.0 (0x4003b000) libc.so.6 => /lib/tls/libc.so.6 (0x4004b000) /lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x40000000) [tru@sillage bin]$ ./nvcc NORMAN Norman Virus Control Version 5.70.01 Jun 15 2004 10:37:11 Copyright (c) 1993-2003 Norman ASA
No arguments. Use -? to obtain list. [tru@sillage bin]$ rpm -q glibc glibc-2.3.2-95.44.x86_64 glibc-2.3.2-95.44.i686
Tru ~/.rpmmacros: %_query_all_fmt %%{name}-%%{version}-%%{release}.%%{arch}