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

Set ABI version in the shared library #373

Open
smanni opened this issue May 2, 2024 · 2 comments
Open

Set ABI version in the shared library #373

smanni opened this issue May 2, 2024 · 2 comments
Labels

Comments

@smanni
Copy link

smanni commented May 2, 2024

Describe the solution you'd like
ABI version is missing in the shared library.

readelf -d lib/libcryptoauth.so | grep SONAME 0x0000000e (SONAME) Library soname: [libcryptoauth.so]

should be:

readelf -d lib/libcryptoauth.so | grep SONAME 0x0000000e (SONAME) Library soname: [libcryptoauth.so.3]

note .3 at the end.

Describe alternatives you've considered
No alternatives.

Additional context
It can be easily set in CMAKE. Read here: https://cmake.org/cmake/help/latest/prop_tgt/SOVERSION.html

@Srinivas-E
Copy link
Collaborator

Hi @smanni ,
Thank you for reaching us with your feedback.
We shall incorporate this change into our upcoming release cycle

Copy link

This issue has been marked as stale - please confirm the issue still exists with the latest version of the library and update the issue if it remains

@github-actions github-actions bot added the Stale label Aug 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants