warning: Using 'dlopen' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking
I'm using --passL:-static parameter to make the static exec, and I get the warning: "warning: Using 'dlopen' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking", what does the message imply for?