Problem with the source command - Page 2

Previous
  • 1
  • 2
  1. dubcek Posted messages 18627 Registration date   Status Contributor Last intervention   5 660
     
    `file /usr/local/freesurfer/bin/qdec.bin` returns information about the file type of `qdec.bin`, and `ls -l /usr/local/freesurfer/bin/qdec.bin` provides detailed information including permissions, number of links, owner, group, size, and last modified date.
    0
  2. dihia
     

    /usr/local/freesurfer/bin/qdec.bin: exécutable ELF 64 bits LSB, x86-64, version 1 (GNU/Linux), statiquement lié, épuré

    :~# ls -l /usr/local/freesurfer/bin/qdec.bin
    -rwxr-xr-x 1 root root 3834580 2011-05-22 15:59 /usr/local/freesurfer/bin/qdec.bin
    0
  3. dubcek Posted messages 18627 Registration date   Status Contributor Last intervention   5 660
     
    Is it a 64-bit Linux?
    uname -a getconf LONG_BIT
    0
  4. dihia
     
    root@nas:~# uname -a
    Linux nas2.6.35-22-generic #33-Ubuntu SMP Sun Sep 19 20:34:50 UTC 2010 i686 GNU/Linux
    root@nas:~# getconf LONG_BIT
    32
    0
  5. dubcek Posted messages 18627 Registration date   Status Contributor Last intervention   5 660
     
    64-bit executables on a 32-bit system won't work.
    You need to download the 32-bit version.
    0
  6. dihia
     
    Good evening,
    thank you very much for your help, you were right, I installed Ubuntu 64 bit and I successfully installed FreeSurfer.
    0
Previous
  • 1
  • 2