libnl module does not load if libntrack was dynamically loaded
Bug #785153 reported by
Alex Merry
This bug report is a duplicate of:
Bug #750554: 0.14: nl modules are not linked with libntrack even if they use symbols from it.
Edit
Remove
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
ntrack |
New
|
Undecided
|
Unassigned |
Bug Description
In kded4, the module that provides network status information is loaded dynamically, without RTLD_GLOBAL set. This means that libntrack will be loaded dynamically, without the symbols it provides being globally available.
When libntrack then tries to load the libnl module, it fails because some of the symbols were not found.
The attached patch fixes this by adding libntrack to the libraries that the libnl module links against.
To post a comment you must log in.
This is actually a duplicate of bug #750554. Sorry.