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

Fix library paths for BFGMiner #3

Open
gevans opened this issue Jul 9, 2014 · 0 comments
Open

Fix library paths for BFGMiner #3

gevans opened this issue Jul 9, 2014 · 0 comments

Comments

@gevans
Copy link
Owner

gevans commented Jul 9, 2014

It looks like there are some issues finding libraries when starting BFGMiner:

$ pick use bfgminer
$ pick exec ...
bfgminer: error while loading shared libraries: libblkmaker_jansson-0.1.so.0: cannot open shared object file: No such file or directory

This can be fixed by prefixing exec commands with the library path:

$ LIBRARY_PATH=/path/to/pick/versions/current/lib pick exec ...

Pick should handle these paths and export the proper environment variables automatically.

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