libnl module does not load if libntrack was dynamically loaded

Bug #785153 reported by Alex Merry
8
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.

Revision history for this message
Alex Merry (randomguy3) wrote :
Revision history for this message
Alex Merry (randomguy3) wrote :

This is actually a duplicate of bug #750554. Sorry.

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.