QuantumATK Forum

QuantumATK => Installation and License Questions => Topic started by: tsh on September 8, 2009, 14:50

Title: Problem with installing ATK-200906-Linux-64bit
Post by: tsh on September 8, 2009, 14:50
I have encountered a problem when installing ATK-200906-Linux-64bit. The detail is :
  

root@tsh-desktop:/home/tsh/atk-2009.06/nlpython/bin# ./configure_for_standalone_license
bash: ./configure_for_standalone_license: cannot execute binary file
root@tsh-desktop:/home/tsh/atk-2009.06/nlpython/bin# sudo configure_for_standalone_license
sudo: configure_for_standalone_license: command not found


My computer  is Pentium(R) Dual-Core CPU E5200 @2.5GHz
Title: Re: Problem with installing ATK-200906-Linux-64bit
Post by: Anders Blom on September 8, 2009, 21:27
You almost got it right :)

Code
sudo ./configure_for_standalone_license

(sudo needed bcs you must be root, "./" needed because you, apparently, don't have "." in your path)
Title: Re: Problem with installing ATK-200906-Linux-64bit
Post by: tsh on September 9, 2009, 07:54
 Thank you. But a new problem is encountered .The detail is :
tsh@tsh-desktop:~/atk-2009.06/nlpython/bin$ su
Password:
root@tsh-desktop:/home/tsh/atk-2009.06/nlpython/bin# sudo ./configure_for_standalone_license
./configure_for_standalone_license: 1: Syntax error: Unterminated quoted string
Title: Re: Problem with installing ATK-200906-Linux-64bit
Post by: Anders Blom on September 9, 2009, 09:45
This might be from using a 64-bit version (of ATK and hence the utility) on a 32-bit system.