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

Thu Nov 9 14:21:37 UTC 2006
Tru Huynh <tru at centos.org>

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-0004.sig>