In case anyone is looking for the xcryptolinz RPMs to support IBM cryptographic hardware in Secure Key mode (among other things) through the CCA API, they are actually placed in IBM’s software support page for cryptocards (link) As of this posting, current version is 3.28-rc8, and only supported in the s390x architecture (System z). Update: [...]
Quick oneliner to export LD_LIBRARY_PATH containing all the pathnames that brings a shared library (.so) file in, so the lazy ones like myself can sometimes risk running/testing software that uses these libraries without issuing a ‘make install’. There are probably more clever/elegant ways to do that, but whatever: export LD_LIBRARY_PATH=$(for j in \ $(for i [...]