QuantumATK Forum

QuantumATK => General Questions and Answers => Topic started by: renren123123 on April 16, 2009, 16:19

Title: how to deal with the install problem? Thank you very much!
Post by: renren123123 on April 16, 2009, 16:19
 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!!!
Title: Re: how to deal with the install problem? Thank you very much!
Post by: Anders Blom 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...