How to compile OpenSSL with relative rpath
问题 I have been trying to compile openssl 1.0.0g with the following rpath: $ORIGIN/../lib64 Everytime I readelf -d apps/openssl , I am getting results like the following depending on what escaping variation I tried: \RIGIN/../lib64 RIGIN/../lib64 ORIGIN/../lib64 I want to setup my rpath without using external tools like chrpath. Is it at all possible? I will basically accept anything that does not involve using external tools like chrpath (though I would already be done with that). Ideally, I