All public logs

Jump to navigation Jump to search

Combined display of all available logs of HPCWIKI. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 09:24, 29 March 2023 Admin talk contribs created page Patchelf (새 문서: What if an application binary app uses glibc version 2.22 and you need to configure it to use glibc 2.25 '''without recompiling the binary ? PatchELF comes to play with it.''' === Change the dynamic loader ("ELF interpreter") of executables:<ref>https://github.com/miko-ai/patchelf</ref> === <blockquote><code>$ patchelf --set-interpreter /lib/my-ld-linux.so.2 my-program</code></blockquote> === Change the RPATH of executables and libraries: === <blockquote><code>$ patchelf --se...) Tag: Visual edit