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

Update Makefile to also install into /usr/lib #9

Open
marcharper opened this issue Mar 12, 2020 · 1 comment
Open

Update Makefile to also install into /usr/lib #9

marcharper opened this issue Mar 12, 2020 · 1 comment

Comments

@marcharper
Copy link
Member

On Ubuntu variants (and maybe other linux distributions), libstrategies.so is expected to be at /usr/lib/libstrategies.so. Currently after install I have to also run

sudo cp /usr/local/lib/libstrategies.so /usr/lib/libstrategies.so
@marcharper marcharper changed the title Update Makefile to also install into /usr/lib/ Update Makefile to also install into /usr/lib Mar 12, 2020
@marcharper
Copy link
Member Author

Current solution is to export LD_LIBRARY_PATH=$$LD_LIBRARY_PATH:/usr/local/lib

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