|
|
|
|
|
by kelnos
801 days ago
|
|
It's because of how dynamic linking/loading works on Linux. An ELF dependency means that symbols in the library can override symbols in the binary or in other libraries. That doesn't work when the library is loaded with dlopen(). |
|