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

libcsnappy.so is missing a soname #33

Open
ppisar opened this issue Sep 11, 2019 · 0 comments
Open

libcsnappy.so is missing a soname #33

ppisar opened this issue Sep 11, 2019 · 0 comments

Comments

@ppisar
Copy link
Contributor

ppisar commented Sep 11, 2019

Every shared library should have a soname for the case when ABI changes and it is necessary to distinguish the incompatible libraries. Otherwise existing executables can start crashing or misbehave.

Please add a soname to the libcsnappy.so library. It's a matter of adding -soname option to the linker and installing proper symlinks to the library. You can also use libtool that helps making the shared library portable.

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