SOLVED: openemm running xmlback on a Debian Lenny 64

Use this forum for questions regarding installation, upgrading and configuration of OpenEMM

Moderator: moderator

peterh
Posts: 1
Joined: Wed Dec 08, 2010 4:38 pm

SOLVED: openemm running xmlback on a Debian Lenny 64

Post by peterh »

Hey all

Just solved:

> openemm@c166:~/bin$ ldd xmlback
> not a dynamic executable

> openemm@c166:~/bin$ file xmlback
xmlback: ELF 32-bit LSB executable, Intel 80386, version 1 (SYSV), dynamically linked (uses shared libs)

TO SOLVE THIS:

> openemm@c166:~/bin$ apt-get install ia32-libs

> openemm@c166:~/bin$ ldd xmlback
linux-gate.so.1 => (0xf7735000)
libxml2.so.2 => /usr/lib32/libxml2.so.2 (0xf75f1000)
libz.so.1 => /usr/lib32/libz.so.1 (0xf75dc000)
libm.so.6 => /lib32/libm.so.6 (0xf75b8000)
libdl.so.2 => /lib32/libdl.so.2 (0xf75b4000)
libc.so.6 => /lib32/libc.so.6 (0xf7461000)
/lib/ld-linux.so.2 (0xf7736000)

Hope that this helps anybody

I took me hours to solve this ..

Regards

Peter
8)
jmacassey
Posts: 1
Joined: Mon Feb 06, 2012 6:16 pm

Re: SOLVED: openemm running xmlback on a Debian Lenny 64

Post by jmacassey »

running

$ ldd /home/openemm/bin/xmlback

showed that my 64bit machine had 64 bit libraries where the 32 bit should have been (Centos 6.0).

Putting 32bit libraries in the 32bit directories fixed the problem.
Post Reply