Author Topic: how to deal with the install problem? Thank you very much!  (Read 2775 times)

0 Members and 1 Guest are viewing this topic.

Offline renren123123

  • Heavy QuantumATK user
  • ***
  • Posts: 70
  • Reputation: 0
    • View Profile
 when I run "atk" in linux and it displays:

Traceback (most recent call last):
  File "<string>", line 1, in ?
  File "./ATK/__init__.py", line 16, in ?
  File "./NL/InputOutput/NLObjectFormatter.py", line 24, in ?
  File "./NL/InputOutput/FormatterFunctions.py", line 16, in ?
  File "./NL/DensityFunctionalTheory/Methods/CalculationType.py", line 6, in ?
  File "./PyATK.py", line 5, in ?
ImportError: libiomp5.so: cannot open shared object file: No such file or directory

then I run"chcon -t texrel_shlib_t lib/python2.4/_PyATK.so " in directory /atk-2008.10.0/lib
and displays an error:
chcon: can't apply partial context to unlabeled file lib/python2.4/_PyATK.so

How to deal with? Thank you very much!!!

Offline Anders Blom

  • QuantumATK Staff
  • Supreme QuantumATK Wizard
  • *****
  • Posts: 5428
  • Country: dk
  • Reputation: 89
    • View Profile
    • QuantumATK at Synopsys
Re: how to deal with the install problem? Thank you very much!
« Reply #1 on: April 16, 2009, 16:30 »
My immediate suspicion is that you try to run "atk_exec" in the bin directory, rather than "atk", either directly or via some alias or link that points to the wrong place.

I don't see why "chcon" would be relevant in this case...