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

Built libraries have unversioned SONAMEs #337

Open
morxa opened this issue Jul 27, 2019 · 0 comments
Open

Built libraries have unversioned SONAMEs #337

morxa opened this issue Jul 27, 2019 · 0 comments

Comments

@morxa
Copy link
Contributor

morxa commented Jul 27, 2019

All libraries have no version in the SONAME:

/usr/lib64/libopcuaclient.so	libopcuaclient.so
/usr/lib64/libopcuacore.so	libopcuacore.so
/usr/lib64/libopcuaprotocol.so	libopcuaprotocol.so
/usr/lib64/libopcuaserver.so	libopcuaserver.so

This makes it difficult to detect the compatibility of different versions of the library. This also blocks me from submitting freeopcua to the Fedora repositories, which I'm currently working on.

This is closely related to #294. Note that library version and SONAME version do not necessarily need to be the same, i.e., you can provide SONAMEs without specifying library version (and vice versa).

@morxa morxa changed the title Build libraries have unversioned SONAMEs Built libraries have unversioned SONAMEs Jul 27, 2019
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