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

automatically set up library paths during configure #152

Closed
adokter opened this issue Jul 29, 2020 · 2 comments
Closed

automatically set up library paths during configure #152

adokter opened this issue Jul 29, 2020 · 2 comments
Milestone

Comments

@adokter
Copy link
Owner

adokter commented Jul 29, 2020

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

@adokter adokter added this to the 0.6 milestone Jul 29, 2020
adokter added a commit that referenced this issue Jul 29, 2020
@adokter
Copy link
Owner Author

adokter commented Jul 29, 2020

fixed by 60eefd8

@adokter
Copy link
Owner Author

adokter commented Jul 29, 2020

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

adokter added a commit that referenced this issue Jul 29, 2020
@adokter adokter closed this as completed Jul 29, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant