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

Error "libstoken.so.1: cannot open shared object file: no such file or directory. #36

Closed
robuis opened this issue Aug 9, 2017 · 2 comments

Comments

@robuis
Copy link

robuis commented Aug 9, 2017

Hi, I have compiled stoken on my pc from git, and I am seeing this error when I import my sdtid file.
/usr/local/lib does have libstoken.so, libstoken.so.1, and libstoken.so.1.3.0.

What could I be missing?

@cernekee
Copy link
Collaborator

cernekee commented Aug 9, 2017

Things to try:

  • Is /usr/local/lib in your /etc/ld.so.conf file?
  • strace the binary and see where it fails
  • Run ldd on the binary and see if that shows the same error

@robuis
Copy link
Author

robuis commented Aug 9, 2017

Thank you cernekee /usr/local/lib was not in my ld.so.conf added it and it works like a charm!

@cernekee cernekee closed this as completed Aug 9, 2017
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

2 participants