Hi, thank you for responding.
1. Didn't actually know but from 2) below I would say 32 bit.
2.
Code:
server1:~# uname -a
Linux server1.anzins.net 2.6.18-6-686 #1 SMP Sat Dec 27 09:31:05 UTC 2008 i686 GNU/Linux
3.
Code:
server1:/home/arma# dpkg -s ia32-libs| grep Status
Package `ia32-libs' is not installed and no info is available.
Use dpkg --info (= dpkg-deb --info) to examine archive files,
and dpkg --contents (= dpkg-deb --contents) to list their contents.
4.
Code:
server1:/home/arma# ldd ./server
Inconsistency detected by ld.so: dl-version.c: 230: _dl_check_map_versions: Assertion `needed != ((void *)0)' failed!
Code:
server1:/home/arma# ldd ./battleye/beserver.so
linux-gate.so.1 => (0xffffe000)
libc.so.6 => /lib/tls/i686/cmov/libc.so.6 (0xb7e08000)
libdl.so.2 => /lib/tls/i686/cmov/libdl.so.2 (0xb7e04000)
libpthread.so.0 => /lib/tls/i686/cmov/libpthread.so.0 (0xb7df2000)
/lib/ld-linux.so.2 (0x80000000)