About: Rpath

An Entity of Type: Whole100003553, from Named Graph: http://dbpedia.org, within Data Space: dbpedia.org

In computing, rpath designates the run-time search path hard-coded in an executable file or library. Dynamic linking loaders use the rpath to find required libraries. 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 paths.

Property Value
dbo:abstract
  • In computing, rpath designates the run-time search path hard-coded in an executable file or library. Dynamic linking loaders use the rpath to find required libraries. 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 paths. The rpath of an executable or shared library is an optional entry in the .dynamic section of the ELF executable or shared libraries, with the type DT_RPATH, called the DT_RPATH attribute. It can be stored there at link time by the linker. Tools such as chrpath and patchelf can create or modify the entry later. (en)
  • rpath — путь поиска библиотек и исполняемых файлов во время выполнения программы. rpath в исполняемом файле или библиотеке. (динамического связывания) используют rpath для поиска необходимых библиотек. В частности, он кодирует путь к разделяемым библиотекам в заголовке исполняемого файла (или другой разделяемой библиотеки). Это значение заголовка RPATH (названное так в стандартах заголовков Executable and Linkable Format) может либо переопределять, либо дополнять системные пути поиска динамических ссылок по умолчанию. rpath исполняемой или разделяемой библиотеки — это необязательная запись в разделе .dynamic исполняемой или разделяемой библиотеки ELF с типом DT_RPATH, называемый атрибутом DT_RPATH. Он может быть сохранен там во время компоновки компоновщиком. Такие инструменты, как chrpath и patchelf, могут создать или изменить запись позже. (ru)
dbo:wikiPageExternalLink
dbo:wikiPageID
  • 3200164 (xsd:integer)
dbo:wikiPageLength
  • 10413 (xsd:nonNegativeInteger)
dbo:wikiPageRevisionID
  • 1085266749 (xsd:integer)
dbo:wikiPageWikiLink
dbp:wikiPageUsesTemplate
dcterms:subject
gold:hypernym
rdf:type
rdfs:comment
  • In computing, rpath designates the run-time search path hard-coded in an executable file or library. Dynamic linking loaders use the rpath to find required libraries. 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 paths. (en)
  • rpath — путь поиска библиотек и исполняемых файлов во время выполнения программы. rpath в исполняемом файле или библиотеке. (динамического связывания) используют rpath для поиска необходимых библиотек. В частности, он кодирует путь к разделяемым библиотекам в заголовке исполняемого файла (или другой разделяемой библиотеки). Это значение заголовка RPATH (названное так в стандартах заголовков Executable and Linkable Format) может либо переопределять, либо дополнять системные пути поиска динамических ссылок по умолчанию. (ru)
rdfs:label
  • Rpath (en)
  • Rpath (ru)
owl:sameAs
prov:wasDerivedFrom
foaf:isPrimaryTopicOf
is dbo:wikiPageRedirects of
is dbo:wikiPageWikiLink of
is foaf:primaryTopic of
Powered by OpenLink Virtuoso    This material is Open Knowledge     W3C Semantic Web Technology     This material is Open Knowledge    Valid XHTML + RDFa
This content was extracted from Wikipedia and is licensed under the Creative Commons Attribution-ShareAlike 3.0 Unported License