Hi
As I'm trying to install ATK 13.8.b1 in RHEL-6.1 (or, even in 6.3)... It's getting Installed with out any issue... But while I'm trying to run the vnl (after setting the proper path at .bashrc).... I'm facing the problem as denoted bellow.
___________________
Traceback (most recent call last):
File "./zipdir/NL/GUI/Main/SplashScreen.py", line 94, in run
File "./zipdir/NL/GUI/MainWindow/MainWindow.py", line 13, in <module>
File "./zipdir/NL/GUI/Actions/ToolFactory.py", line 8, in <module>
File "./zipdir/NL/GUI/Tools/OldViewer/OldViewer.py", line 20, in <module>
File "./zipdir/NL/GUI/Graphics/GL/GLPlotManager.py", line 28, in <module>
File "./zipdir/NL/GUI/Graphics/GL/GLContourBox.py", line 5, in <module>
File "./zipdir/NL/GUI/Graphics/GL/GLContour.py", line 20, in <module>
File "./build/vnl/lib/python2.7/ctypes/__init__.py", line 431, in LoadLibrary
File "./build/vnl/lib/python2.7/ctypes/__init__.py", line 353, in __init__
OSError: libGL.so: cannot open shared object file: No such file or directory
_______________________________________________________________________
NB:-
On the other hand....instead of ATK 13.8.b1 ..., if I go for installing ATK 12.8...., it is working absolutely fine...
CAN anybody tell me the reason behind this....., and how to get 13.8.b1 installed, properly.....