Poettering: Revisiting how we put together Linux systems
Poettering: Revisiting how we put together Linux systems
Posted Sep 4, 2014 5:51 UTC (Thu) by mjthayer (guest, #39183)In reply to: Poettering: Revisiting how we put together Linux systems by zlynx
Parent article: Poettering: Revisiting how we put together Linux systems
Posted Sep 4, 2014 6:55 UTC (Thu)
by Wol (subscriber, #4433)
[Link] (1 responses)
Each time you loaded a library, it checked the list of unsatisfied functions in the program against the list of functions in the library, and pulled them across.
So if one library function referenced another function in the same library, you often had to load the library twice to satisfy the second reference.
I've often felt that was better than the monolithic "just link the entire library", but it does prevent the "shared library across processes" approach.
Cheers,
Posted Sep 4, 2014 7:20 UTC (Thu)
by mjthayer (guest, #39183)
[Link]
Posted Sep 4, 2014 14:14 UTC (Thu)
by nix (subscriber, #2304)
[Link] (2 responses)
Posted Sep 5, 2014 7:54 UTC (Fri)
by mjthayer (guest, #39183)
[Link] (1 responses)
Posted Sep 8, 2014 15:42 UTC (Mon)
by nix (subscriber, #2304)
[Link]
Poettering: Revisiting how we put together Linux systems
Wol
Poettering: Revisiting how we put together Linux systems
Poettering: Revisiting how we put together Linux systems
Poettering: Revisiting how we put together Linux systems
Poettering: Revisiting how we put together Linux systems