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

Build Problems on Linux Mint 18 #524

Closed
upost opened this issue Dec 7, 2016 · 2 comments
Closed

Build Problems on Linux Mint 18 #524

upost opened this issue Dec 7, 2016 · 2 comments

Comments

@upost
Copy link

upost commented Dec 7, 2016

I am trying to build on Linux Mint 18. Prerequisites are installed.

Using git clone, it does not work at all. make says it has no targets.

When unpacking the zip, make does work.
Then I do cd build/Release and sudo make install. This also works.
Among other lines, it says: -- Installing: /usr/local/lib/libstlink.so.1
When running st-info (or any of the other binaries):
st-info: error while loading shared libraries: libstlink.so.1: cannot open shared object file: No such file or directory
As stated before, the library is there and is readable.

I never had problems with your project like this before I switched from Debian to Linux Mint, but I have no idea what the cause is. Then I saw a (now closed) issue here also concerning building on Mint. So maybe there's indeed something wrong not only on my PC. Any hint?

Thanks in advance

@xor-gate
Copy link
Member

xor-gate commented Dec 7, 2016

You shared library cache is not updated (same as issue #478).
I have added a note about this but it could be improved: be66bbf

You need to manually run ldconfig to update the cache for the dynamic linker (which loads the shared object (so) files)

@xor-gate
Copy link
Member

Thanks for your report! Closing this as I have added it to the documentation. Have fun.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants