Installation problem on a new Centos 6.3 server
Hello,
When I tried to run the test script I get the following:
Looking deeper I can see there is no /usr/lib/perl5/site_perl/5.8.8 but there is a 5.10.0.
Any suggestions on how I can get this running would be appreciated.
When I tried to run the test script I get the following:
[root@voip01 asterisk]# /usr/local/fop2/fop2_server --test
Can't load '/tmp/par-root/cache-f6ba657fdf55d1e2610c81a3cd82f6709d197a8b/7d2160ee.so' for module Filter::Crypto::Decrypt: libcrypto.so.6: cannot open shared object file: No such file or directory at /usr/lib64/perl5/5.8.8/x86_64-linux-thread-multi/DynaLoader.pm line 230.
at /usr/lib/perl5/site_perl/5.8.8/PAR/Heavy.pm line 128
BEGIN failed--compilation aborted at /tmp/par-root/cache-f6ba657fdf55d1e2610c81a3cd82f6709d197a8b/inc/lib/Filter/Crypto/Decrypt.pm line 37.
Compilation failed in require at script/fop2_server.pl line 1.
BEGIN failed--compilation aborted at script/fop2_server.pl line 1.
Looking deeper I can see there is no /usr/lib/perl5/site_perl/5.8.8 but there is a 5.10.0.
Any suggestions on how I can get this running would be appreciated.
Comments
http://www.fop2.com/documentation-faq.php
The next release (2.27) will have those libraries linked statically to avoid this kind of issues.
Best regards,
ln -s /usr/lib64/libcrypto.so.10 /usr/lib64/libcrypto.so.6
But I still have the same error.
My condifuration
FOP2 2.26
Asterisk 1.8.12
FreePBX 2.10
http://download.fop2.com/fop2-2.27-centos-x86_64.tgz