Problem with the source command - Page 2

Précédent
  • 1
  • 2
dubcek Posted messages 18702 Registration date   Status Contributeur Last intervention   5 657
 
`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
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
dubcek Posted messages 18702 Registration date   Status Contributeur Last intervention   5 657
 
Is it a 64-bit Linux?
uname -a getconf LONG_BIT
0
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
dubcek Posted messages 18702 Registration date   Status Contributeur Last intervention   5 657
 
64-bit executables on a 32-bit system won't work.
You need to download the 32-bit version.
0
dihia
 
Good evening,
thank you very much for your help, you were right, I installed Ubuntu 64 bit and I successfully installed FreeSurfer.
0
Précédent
  • 1
  • 2