If you run in your shell:<br>file /usr/local/freeswitch/bin/freeswitch <br><br>as Brian suggested it will return something like what I got below:<br>/usr/local/freeswitch/bin/freeswitch: ELF 64-bit LSB executable, x86-64, version 1 (SYSV), for GNU/Linux 2.6.8, dynamically linked (uses shared libs), not stripped<br>
<br><br>He didn&#39;t want you to start freeswitch but instead pass the path of the binary to the file command which will tell information about most files.<br><br>-- W<br>