You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In ~/odt/prepost/install/gmsh_install/bin run ./gmsh,
Prompting error: ./gmsh: error while loading shared libraries: libGmsh.so.3.0: cannot open shared object file: No such file or directory
This lib is in ~/odt/prepost/install/gmsh_install/lib. Then run ./gmsh,
Prompting error: ./gmsh: error while loading shared libraries: libTKSTEP.so.11: cannot open shared object file: No such file or directory
This lib is in ~/odt/prepost/install/oce_install/lib.
Similarly, before running ~/odt/prepost/install/vtk_install/bin/vtkHashSource-8.1, you need add export LD_LIBRARY_PATH=~/odt/prepost/install/vtk_install/lib:$LD_LIBRARY_PATH
The text was updated successfully, but these errors were encountered:
In
~/odt/prepost/install/gmsh_install/bin
run./gmsh
,Prompting error:
./gmsh: error while loading shared libraries: libGmsh.so.3.0: cannot open shared object file: No such file or directory
This lib is in
~/odt/prepost/install/gmsh_install/lib
. Then run./gmsh
,Prompting error:
./gmsh: error while loading shared libraries: libTKSTEP.so.11: cannot open shared object file: No such file or directory
This lib is in
~/odt/prepost/install/oce_install/lib
.So we need to add manually below
Similarly, before running
~/odt/prepost/install/vtk_install/bin/vtkHashSource-8.1
, you need addexport LD_LIBRARY_PATH=~/odt/prepost/install/vtk_install/lib:$LD_LIBRARY_PATH
The text was updated successfully, but these errors were encountered: