Difference between revisions of "RunPath"

From Apache OpenOffice Wiki
Jump to: navigation, search
m (How to determine the runpatch on Solaris: replace runpatch)
 
Line 3: Line 3:
 
==How to determine the RunPath 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