Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

After completing installation, need to add shared libraries manually. #3

Open
fanronghong opened this issue Feb 10, 2022 · 0 comments

Comments

@fanronghong
Copy link

fanronghong commented Feb 10, 2022

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

    export LD_LIBRARY_PATH=~/odt/prepost/install/oce_install/lib:$LD_LIBRARY_PATH
    export LD_LIBRARY_PATH=~/odt/prepost/install/gmsh_install/lib:$LD_LIBRARY_PATH

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant