
Tue, 12/27/2011 - 09:52
Forums:
I have installed OpenCascade on RHEL 6.1 and set the env_DRAW.sh. Then I lauched DRAWEXE and typed£ºpload ALL. An error happened:Could not open:TKTopTest;reason:libTKTopest.so: cannot open shared object file: No such file or directory. Could anyone tell me how I can solve this problem? Thanks in advance.
Tue, 12/27/2011 - 11:57
Dear cfdbooks,
You can check environment variables CASROOT (used by pload command) and
LD_LIBRARY_PATH (it should refer to the loading libs. See for details file ..\%CASROOT%\src\DrawResources\DrawPlugin).
Regards
Tue, 12/27/2011 - 16:08
Thanks. The enviroment variables CASROOT is set to ../OpenCASCADE/ros. There is no "lin" sub-directory under this directory, is there any problem? Could you tell me the location of TKTopTest.so? Thanks.
Tue, 12/27/2011 - 16:18
Dear cfdbooks,
Location of the TKTopTest.so should be ../OpenCASCADE/ros/lin/lib/
Regards
Tue, 12/27/2011 - 18:37
It is strange, there is no"../OpenCASCADE/ros/lin/lib/" directory. There are five sub-directories under "../OpenCASCADE/ros":adm¡¢drv¡¢inc¡¢src and autom4te.cache. I don't konw why. The building process seems ok.
Wed, 12/28/2011 - 10:06
Probably libraries were not built.
Check it, please.
Regards
Wed, 12/28/2011 - 17:21
The problem has been solved. Thanks."Make install" is necessary.