MPX Cache Agent Known Issues
-
If MPX Cache Agent running an un-patched version of SUSE 11.3 or 11.4, it is unable to load ActiveMQ libraries.
This can be resolved by either applying the OS security patch, or by creating symbolic links in folder to the older versions of these files. The syntax for creating symbolic links is:
ln -s /usr/lib64/libcrypto.so.0.9.8 ./libcrypto.so.10
ln -s /usr/lib64/libssl.so.0.9.8 ./libssl.so.10