Project Home
Project Home
Documents
Documents
Wiki
Wiki
Discussion Forums
Discussions
Project Information
Project Info
BroadcastCommunity.qnx.com will be offline from May 31 6:00pm until June 2 12:00AM for upcoming system upgrades. For more information please go to https://community.qnx.com/sf/discussion/do/listPosts/projects.bazaar/discussion.bazaar.topc28418
Forum Topic - [QNX 7] $ORIGIN at DT_RPATH: (1 Item)
   
[QNX 7] $ORIGIN at DT_RPATH  
I've got beagleboard with QNX7. And trying to make an application that depends on a library in subfolder relative to 
main binary. 
E.g.:
/path/to/app/main.bin
/path/to/app/lib/libmy.so
       
readelf shows correct DT_RPATH entry like "$ORIGIN/lib", however  the app can't be launched due missed library. I've 
verified build script on Ubuntu host, i's OK.

My question is does QNX support $ORIGIN tag as path to he executable?

Thanks in advance.
/Ivan