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

libncml_module.so is not being installed when building hyrax from source #656

Open
hagenradtke opened this issue Jul 10, 2022 · 0 comments

Comments

@hagenradtke
Copy link

When I use the suggested procedure to build hyrax and dependencies from https://github.com/OPENDAP/hyrax
(source spath.sh; ./hyrax_clone.sh; ./hyrax_build.sh),
libncml_module.so fails its checks and is not being installed.

My guess is that it is because of a missing "rpath" to the icu library, which was built from source as a dependency and was not installed in a standard location. At least running "ldd" on libncml_module.so shows the missing dependency. Manually copying libncml_module.so to build/lib/bes and adding build/deps/lib to LD_LIBRARY_PATH makes the ncml module work.

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