How to call a native Linux library
Hi folks. We are using a site-specific cipher (encryption) SDK that our company has developed, to do encryption at rest in Pega applications. The encryption SDK (Java) in turn calls functions in native Linux (.so) libraries. How do we make the .so files available to Pega applications? Is it just a matter of making sure the .so files are on the LD_LIBRARY_PATH that is in force when Pega starts? Or is there some other way?
Thanks
***Updated by moderator: Lochan to update Categories***