Installation problem
Greetings.
I've installed fop2 on a new server, running ubuntu
i run make install everything was fine, checked fop2.cfg etc, as described here [url:jsghar6d]http://www.fop2.com/documentation-installation-from-tarball.php[/url:jsghar6d]
when i run
Could someone help me please and explain what i am doing wrong?
I've installed fop2 on a new server, running ubuntu
Linux aquinas 3.0.0-14-server #23-Ubuntu SMP Mon Nov 21 20:49:05 UTC 2011 x86_64 x86_64 x86_64 GNU/Linux
Asterisk (Ver. 1.8.8.1), FreePBX 2.10.0beta3.6i run make install everything was fine, checked fop2.cfg etc, as described here [url:jsghar6d]http://www.fop2.com/documentation-installation-from-tarball.php[/url:jsghar6d]
when i run
root@aquinas:/usr/local/fop2# /usr/local/fop2/fop2_server --test
got this
Can't load '/tmp/par-root/cache-e885d1236d1b377b5bd7b41a99c7991615c18fcd/6f015f7c.so' for module Filter::Crypto::Decrypt: libcrypto.so.0.9.8: cannot open shared object file: No such file or directory at /usr/lib/perl/5.8/DynaLoader.pm line 225.
at /usr/local/share/perl/5.8.8/PAR/Heavy.pm line 128
BEGIN failed--compilation aborted at /tmp/par-root/cache-e885d1236d1b377b5bd7b41a99c7991615c18fcd/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.
Same if /etc/init.d/fop2 startCould someone help me please and explain what i am doing wrong?
Comments
You should create a symlink to your current libcripto library as described in the last question in the FAQ for Centos 6. I do not know what version you have in ubuntu, the fix is not hard, but the file name to make the symlink will probably be different to the one in Centos 6.
If you have the file /usr/lib/libcrypto.so.9.4 instead of /usr/lib64/libcrypto.so.10 replace the filename accordingly. The destination filename should be libcrypto.so.6
in /usr/lib there is symlink libcrypto.so.0.9.8 wich leads to /lib/libcrypto.so.0.9.8
I made a symlink:
ln -s /usr/lib/libcrypto.so.0.9.8 /usr/lib/libcrypto.so.6
but this didn't help, i still got same error.
Then i also tried to
ln -s /lib/libcrypto.so.0.9.8 /lib/libcrypto.so.6
fail again. Could you please provide more clue where to dig?
Try running that and then try to start fop2_server again.
Best regards,