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

Debian lintian errors for libadldap #434

Open
yurtpage opened this issue Jul 27, 2024 · 1 comment
Open

Debian lintian errors for libadldap #434

yurtpage opened this issue Jul 27, 2024 · 1 comment

Comments

@yurtpage
Copy link

When building a debian package with debuild it runs linitan to check for errors and it shows a few warnings:

lacks-ldconfig-trigger usr/lib/x86_64-linux-gnu/libadldap.so
package-name-doesnt-match-sonames libadldap
shared-library-lacks-version usr/lib/x86_64-linux-gnu/libadldap.so libadldap.so

As far I understood the libadldap.so is not intended to be used by other software but this is just something internal for the admc itself.
So this is not a "shared" library but rather a plugin. Still the linitan thinks that this may be a shared library that should have pkgconfig triggers etc.
Here what I found how to fix the first warning:
https://gitlab.kitware.com/cmake/cmake/-/issues/21834

Still not sure it this is needed. Can you please clarify this or close the ticket.

@august-alt
Copy link
Collaborator

Yes, libadldap is an internal ADMC plugin and is not intended to be used in any other application.

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