Installation problem on a new Centos 6.3 server

  1. 12 years ago

    Hello,

    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.

  2. admin

    29 Jul 2012 Administrator

    The fix for your problem is in the last question of the FAQ:

    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,

  3. That did it, thank you.

  4. 11 years ago

    I tried on Amazon EC2 Linux AMI 2012.09 this symbolic link

    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

  5. admin

    30 Nov 2012 Administrator

    You might want to test the beta release for the next fop2 version:

    http://download.fop2.com/fop2-2.27-centos-x86_64.tgz

or Sign Up to reply!