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

Installing to non-standard directory gives errors #479

Open
gussmith23 opened this issue Dec 19, 2023 · 1 comment
Open

Installing to non-standard directory gives errors #479

gussmith23 opened this issue Dec 19, 2023 · 1 comment

Comments

@gussmith23
Copy link

If I install STP to a non-default location (this may even happen with the default location; I'm not sure), I see the following issues:

First, when I try to execute stp, I get:

stp: error while loading shared libraries: libstp.so.2.3: cannot open shared object file: No such file or directory

I can resolve that with setting LD_LIBRARY_PATH, e.g. LD_LIBRARY_PATH=~/.local/lib/ stp, which then gives

stp: error while loading shared libraries: libminisat.so.2: cannot open shared object file: No such file or directory

I can confirm that libminisat is not in my install location (~/.local/lib).

@gussmith23
Copy link
Author

I just ran into this again in a different context. It seems like the core of the issue is that the library dependencies (e.g. libminisat) are not actually installed during the install.

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