Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Next »



About


Error handling snippets.

Usage


Linking
 -Wl, -rpath,/opt/ros/ycs/mdb/lib -lmdb


Lising RPaths
readelf -d <binary> | grep RPATH


Modifying


There is a program called chrpath which can modify an existing rpath command. It has a gentoo ebuild, I'm not sure about ubuntu. It has one problem which really negates its usefulness (though its still useful for investigating rpaths) - when replacing the rpath, you aren't permitted to replace it with something longer than the original rpath.

  • No labels