0

I am compiling on a machine with GLIBC_2.27 (Ubuntu 18.04) a shared library to be loaded on a machine with GLIBC_2.17 (Centos 7). While essentially every other library can be linked statically into my shared library, glibc cannot. So, I scanned the library with readelf for references to GLIBC_2.27 and rewrote every function linked to it. That was successful for every function except for glob@GLIBC_2.27. I do not call glob() explicitly. How do I find which function or library called glob()?

KevinZ
  • 3,036
  • 1
  • 18
  • 26

0 Answers0