Difference between revisions of "RunPath"

From Apache OpenOffice Wiki
Jump to: navigation, search
m (how to dump runpatch on solaris)
 
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
 
The runpath (which obsoletes rpath) is a list of directories searched by the runtime linker to find subsequent libraries of the ELF library loaded.
 
The runpath (which obsoletes rpath) is a list of directories searched by the runtime linker to find subsequent libraries of the ELF library loaded.
  
== How to determine the runpatch on Solaris ==
+
==How to determine the RunPath on Solaris==
 
<pre>dump -Lv libmylib.so</pre>
 
<pre>dump -Lv libmylib.so</pre>
 +
[[Category:Build System]]

Latest revision as of 21:05, 24 March 2010

The runpath (which obsoletes rpath) is a list of directories searched by the runtime linker to find subsequent libraries of the ELF library loaded.

How to determine the RunPath on Solaris

dump -Lv libmylib.so
Personal tools