this is the output of the command

sudo ldd ../lib64/kamailio/modules/outbound.so


    linux-vdso.so.1 =>  (0x00007fff0a9e2000)
    libc.so.6 => /lib/x86_64-linux-gnu/libc.so.6 (0x00007fd869171000)
    /lib64/ld-linux-x86-64.so.2 (0x000055aba6816000)

If im not mistaken the linking between the crypto library is missing and I dont know how to fix it. Please im new to kamailio and this is a project that requires urgency. Thanks


From: sr-users <sr-users-bounces@lists.sip-router.org> on behalf of Francisco Burgos <dabo_02@live.com>
Sent: Thursday, July 21, 2016 7:27 PM
To: sr-users@lists.sip-router.org
Subject: [SR-Users] undefined symbol: EVP_sha1 when using outbound module
 

Hi,


I am trying to use kamailio as an edge proxy to forward requests and media to an sbc. when compiling the cfg file included on the examples. i get:


undefined symbol: EVP_sha1


I believe this problem is being caused by the outbound module and after some research i managed to read that it is caused by the linking between the gcc libcrypto. I would like some help since this project requires urgency. Thanks in advance.