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

libngs-sdk.so.2.11.0 doesn't have a SONAME #35

Open
yurivict opened this issue Apr 12, 2021 · 2 comments
Open

libngs-sdk.so.2.11.0 doesn't have a SONAME #35

yurivict opened this issue Apr 12, 2021 · 2 comments

Comments

@yurivict
Copy link

Ports framework complains that the shared library doesn't have SONAME:

Warning: /disk-samsung/freebsd-ports/biology/ngs/work/stage/usr/local/lib/libngs-sdk.so.2.11.0 doesn't have a SONAME.

@yurivict
Copy link
Author

@klymenko Could you please add SONAME?

Thank you.

@klymenko
Copy link
Contributor

klymenko commented Nov 3, 2021

We add SONAME in our build:

$ objdump -p libngs-sdk.so.2.11.2 | grep SONAME
  SONAME               libngs-sdk.so.2
$ objdump -p libngs-sdk.so.2.11.0 | grep SONAME
  SONAME               libngs-sdk.so.2

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