Message 337010 - Python tracker

Message337010

Author Dakon
Recipients Dakon, christian.heimes
Date 2019-03-02.13:02:18
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1551531738.66.0.559056072855.issue36081@roundup.psfhosted.org>
In-reply-to
Content
No, it's not. $ORIGIN is a special value that must be literally in the RPATH (i.e. in the ELF), so that the binary is relocatable and will looks for the libraries relative to it's location.

I wonder if I could do "export ORIGIN='$ORIGIN'" instead, so the expansions will bring back the original value again. This is only a solution for this usecase.
History
Date User Action Args
2019-03-02 13:02:18Dakonsetrecipients: + Dakon, christian.heimes
2019-03-02 13:02:18Dakonsetmessageid: <1551531738.66.0.559056072855.issue36081@roundup.psfhosted.org>
2019-03-02 13:02:18Dakonlinkissue36081 messages
2019-03-02 13:02:18Dakoncreate