ld-preload-open icon indicating copy to clipboard operation
ld-preload-open copied to clipboard

Library to map files or directories to another location, for use with LD_PRELOAD.

Results 2 ld-preload-open issues
Sort by recently updated
recently updated
newest added

I was trying to use this software as a debug tool, but `LD_PRELOAD` refuses to load it. ``` $ LD_PRELOAD=libpath-mapping.so ls ERROR: ld.so: object 'libpath-mapping.so' from LD_PRELOAD cannot be preloaded...

Hi, I am trying to use this on Alpine linux and regrettably the compilation does not go smoothly; this mostly complains about unknown identifiers (like `struct stat64`...). Would you consider...