Print

Print


It seems that your custom compiled version of XRootD is linked without RPATH and/or LD_LIBRARY_PATH is not set correctly, or the CMake configuration was such that it actually found the OpenSSL from the system and not your custom build of OpenSSL. I recommend trying to build with RPATH to avoid the need of setting LD_LIBRARY_PATH at runtime. You should try to build your custom OpenSSL with the following CMake options: -DCMAKE_SKIP_RPATH=OFF -DCMAKE_SKIP_INSTALL_RPATH=OFF -DCMAKE_INSTALL_RPATH='$ORIGIN' then do the same for XRootD, passing also -DCMAKE_PREFIX_PATH=/opt/openssl-1.1.1n and check in the configuration log that the correct version of OpenSSL was picked up by CMake. I hope this helps.


Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.Message ID: <xrootd/xrootd/issues/1676/1408406187@github.com>

[ { "@context": "http://schema.org", "@type": "EmailMessage", "potentialAction": { "@type": "ViewAction", "target": "https://github.com/xrootd/xrootd/issues/1676#issuecomment-1408406187", "url": "https://github.com/xrootd/xrootd/issues/1676#issuecomment-1408406187", "name": "View Issue" }, "description": "View this Issue on GitHub", "publisher": { "@type": "Organization", "name": "GitHub", "url": "https://github.com" } } ]

Use REPLY-ALL to reply to list

To unsubscribe from the XROOTD-DEV list, click the following link:
https://listserv.slac.stanford.edu/cgi-bin/wa?SUBED1=XROOTD-DEV&A=1