summaryrefslogtreecommitdiffstats
path: root/tags/l/library-not-linked-against-libc.tag
blob: 63d4a5c04e10958eb98f74f4ad491e667a067826 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Tag: library-not-linked-against-libc
Severity: error
Check: binaries/prerequisites
Explanation: The package installs a library which is not dynamically linked
 against libc.
 .
 It is theoretically possible to have a library which doesn't use any
 symbols from libc, but it is far more likely that this is a violation
 of the requirement that "shared libraries must be linked against all
 libraries that they use symbols from in the same way that binaries
 are".
See-Also:
 debian-policy 10.2,
 Bug#698720