Description
If I configure with e.g. --with-openssl=/opt/openssl , we compile and link etc. as expected, but, we do not seem to include the appropriate "rpath" into the generated binary. E.g.
root@kramer 728/0 # ldd proxy/traffic_server | grep -i ssl
libssl.so.1.0.0 => not found
I would have expected libtool to do this "right", but it doesn't seem to?
Attachments
Issue Links
- is duplicated by
-
TS-562 Custom paths for zlib, openssl, pcre don't work if in non-standard locations without adding --rpath
- Closed