RickC wrote:Not meaning to hijack this thread, but is there a way to determine if my scalix installation is 64 bit or i186? I'm running 11.4.4 on RHEL4_64.
Thanks,
Rick
All the Scalix binaries are compiled as 32-bit for the moment. You can use a x86_64 JRE though, and that will switch the web clients over to 64-bit, but not the server software itself. Of course, Scalix really doesn't need all the features a 64-bit OS has, yet (addressing more than 2GB RAM per process, bigger registers, etc).
To check: Pick a file (e.g. /opt/scalix/bin/omon). Run file <filename>. It will tell you whether it 32-bit or 64-bit. I have compared this to the output of a 64-bit binary below.
/opt/scalix/bin/omon: setuid setgid ELF 32-bit LSB executable, Intel 80386, version 1 (SYSV), for GNU/Linux 2.6.9, dynamically linked (uses shared libs), for GNU/Linux 2.6.9, stripped
/bin/bash: ELF 64-bit LSB executable, AMD x86-64, version 1 (SYSV), for GNU/Linux 2.6.9, dynamically linked (uses shared libs), for GNU/Linux 2.6.9, stripped