The runtime linker internally saves details of errors it encounters but
these are are only exposed if dlerror(3) is called. Setting LD_PRINT_ERROR
to a non-empty string will automatically print all errors detected by the
runtime linker to stderr.
MFC after: 1 week