Alon Bar-Lev wrote: > I am not sure ELF is capable of mixing static/dynamic in same module. > I had this problem in several cases, at the end, dynamic glibc was > used.
I'm not sure what the problem would be. I think a static binary should be able to dlopen a .so fine at least if it the .so doesn't link dynamically to anything else, but maybe even then? //Peter