Hello,
I arrived at home and now I can put the infos into the thread.
Code:
# uname -a
Linux servername 2.6.9-023stab043.1-smp #1 SMP Mon Mar 5 16:35:19 MSK 2007 i686 athlon i386 GNU/Linux
This doesn't look like a x86_64 system I think. But for example /etc/issue tells this per default
Code:
# cat /etc/issue.net
Welcome to SUSE LINUX 10.1 (X86-64) - Kernel %r (%t).
and all libraries of common tools are linked against lib64 libs.
Code:
# ldd /usr/bin/vi
libncurses.so.5 => /lib64/libncurses.so.5 (0x0000002a95673000)
libacl.so.1 => /lib64/libacl.so.1 (0x0000002a957d6000)
libc.so.6 => /lib64/libc.so.6 (0x0000002a958dc000)
libdl.so.2 => /lib64/libdl.so.2 (0x0000002a95b0d000)
libattr.so.1 => /lib64/libattr.so.1 (0x0000002a95c11000)
/lib64/ld-linux-x86-64.so.2 (0x0000002a95556000)
--
Regards
Marco