We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Currently users need to set up their own LD_LIBRARY_PATH or DYLD_LIBRARY_PATH environment variables. Instead add a script that does that automatically
The text was updated successfully, but these errors were encountered:
fix issue #152
60eefd8
fixed by 60eefd8
Sorry, something went wrong.
script fails on Ubuntu with
./vol2bird.sh ./src/vol2bird: error while loading shared libraries: librsl.so.1: cannot open shared object file: No such file or directory
Need to add librsl library path to LD_PRINTOUT makefile variable
ubuntu fix for #152
0baee7c
No branches or pull requests
Currently users need to set up their own LD_LIBRARY_PATH or DYLD_LIBRARY_PATH environment variables. Instead add a script that does that automatically
The text was updated successfully, but these errors were encountered: