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

create and link as a static library #4

Open
mmaroti opened this issue Mar 2, 2020 · 0 comments
Open

create and link as a static library #4

mmaroti opened this issue Mar 2, 2020 · 0 comments

Comments

@mmaroti
Copy link

mmaroti commented Mar 2, 2020

First of all, thanks for doing the rust binding for the cryptominisat. I am experimenting with it and I run into a problem that my generated binary dynamically links to the cryptominisat and when I run it I get the following error:

error while loading shared libraries: libcryptominisat5.so.5.6: cannot open shared object file: No such file or directory

Of course if I add the LD_LIBRARY_PATH the generated library file then everything is OK, but I would like to avoid that. Is it possible to statically link against the cryptominisat library?

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