Andrew Stitcher created PROTON-2896: ---------------------------------------
Summary: [C++] When qpid is installed in a non default location libqpid-proton-cpp executables don't find libqpid-proton-core or proactor Key: PROTON-2896 URL: https://issues.apache.org/jira/browse/PROTON-2896 Project: Qpid Proton Issue Type: Bug Components: cpp-binding Affects Versions: proton-c-0.40.0 Reporter: Andrew Stitcher Assignee: Andrew Stitcher Fix For: proton-c-0.41.0 This is because -cpp depends on -core and -proactor but doesn't have any RUNPATH set to find them. The dynamic linker does not look in the same directory unless it is actually specified somehow. The best way to do this is to specify $ORIGIN as the install rpath. -- This message was sent by Atlassian Jira (v8.20.10#820010) --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org For additional commands, e-mail: dev-h...@qpid.apache.org