The webserver (for FOP2) is Ubuntu 13.04, the PBX is CentOS 6.4.
Hi Because your running Centos 6.4 you need to configure FOP2 to run as a Centos 5 process see below:
We are working on a custom binary for Centos 6. In the meantime, you can use the Centos 5 binary, the only thing to do is to create a symlink for libcrypto so it works correctly:
In a 64 bit system the command is:
ln -s /usr/lib64/libcrypto.so.10 /usr/lib64/libcrypto.so.6
In a 32 bit system the command is:
ln -s /usr/lib/libcrypto.so.10 /usr/lib/libcrypto.so.6