Problem with the source command - Page 2

  1. `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

    1. /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
      1. Is it a 64-bit Linux?
        uname -a getconf LONG_BIT
        0
        1. 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
          1. 64-bit executables on a 32-bit system won't work.
            You need to download the 32-bit version.
            0
            1. 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