22,99 €
inkl. MwSt.

Versandfertig in 6-10 Tagen
payback
11 °P sammeln
  • Broschiertes Buch

Please note that the content of this book primarily consists of articles available from Wikipedia or other free sources online. rpath is a term in computer science which refers to a runtime search path hard-coded in an executable file or library, used during dynamic linking to find the libraries and the executable file or library requires. It is inserted in the executable or library at link time. Specifically it encodes a path to shared libraries into the header of an executable (or another shared library). This RPATH header value (so named in the Executable and Linkable Format header…mehr

Produktbeschreibung
Please note that the content of this book primarily consists of articles available from Wikipedia or other free sources online. rpath is a term in computer science which refers to a runtime search path hard-coded in an executable file or library, used during dynamic linking to find the libraries and the executable file or library requires. It is inserted in the executable or library at link time. Specifically it encodes a path to shared libraries into the header of an executable (or another shared library). This RPATH header value (so named in the Executable and Linkable Format header standards) may either override or supplement the system default dynamic linking search path (as defined in /etc/ld.so.conf on Linux systems, for example). It can be thought of as a compile-time alternative to the LD_LIBRARY_PATH environment setting. While LD_LIBRARY_PATH would have to be properly set in the environment of any process attempting to run a given program; the RPATH setting is compiled into that program''s headers.