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 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. It it possible? Regards, Ugo
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? -- Matt Hyclak Department of Mathematics Department of Social Work Ohio University (740) 593-1263
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 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. > > It it possible?yes, you are probably missing glibc-2.3.2-95.44.i686 package. I have downloaded a 30 days evaluation: [tru at 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 at 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 at 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 at 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} -- Tru Huynh (CentOS-3 i386/x86_64 Package Maintenance) http://pgp.mit.edu:11371/pks/lookup?op=get&search=0xBEFA581B -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 189 bytes Desc: not available URL: <http://lists.centos.org/pipermail/centos/attachments/20061109/e5048698/attachment-0002.sig>
Ugo Bellavance
2006-Nov-09 14:32 UTC
[CentOS] Re: Running a 32-bit application on CentOS3-x64
Tru Huynh wrote:> 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 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. >> >> It it possible? > yes, you are probably missing glibc-2.3.2-95.44.i686 package.That is what I thought, but how do I instlal a x86 package on an x64?
On 11/9/2006 2:35 PM, Ugo Bellavance wrote:> [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.What does strace tell you when you feed it with ./nvcc ? Regards, Michael -- Michael Kress, kress at hal.saar.de http://www.michael-kress.de / http://kress.net P E N G U I N S A R E C O O L