Author Topic: Problem with installing ATK-200906-Linux-64bit  (Read 9972 times)

0 Members and 1 Guest are viewing this topic.

Offline tsh

  • New QuantumATK user
  • *
  • Posts: 2
  • Reputation: 0
    • View Profile
Problem with installing ATK-200906-Linux-64bit
« 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
« Last Edit: September 8, 2009, 14:53 by tsh »

Offline Anders Blom

  • QuantumATK Staff
  • Supreme QuantumATK Wizard
  • *****
  • Posts: 5411
  • Country: dk
  • Reputation: 89
    • View Profile
    • QuantumATK at Synopsys
Re: Problem with installing ATK-200906-Linux-64bit
« Reply #1 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)

Offline tsh

  • New QuantumATK user
  • *
  • Posts: 2
  • Reputation: 0
    • View Profile
Re: Problem with installing ATK-200906-Linux-64bit
« Reply #2 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

Offline Anders Blom

  • QuantumATK Staff
  • Supreme QuantumATK Wizard
  • *****
  • Posts: 5411
  • Country: dk
  • Reputation: 89
    • View Profile
    • QuantumATK at Synopsys
Re: Problem with installing ATK-200906-Linux-64bit
« Reply #3 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.