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.
Hello,
you should see which module throws this error -- the log messages above or below the one you mentioned here provides more details.
Once you are sure which module has the undefined symbol, then just do:
ldd /path/to/the/module.so
and send the output here.
Cheers, Daniel
On 21/07/16 21:27, Francisco Burgos wrote:
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.
SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list sr-users@lists.sip-router.org http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users
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.
Hello,
so it is not linked against libssl/libcrypto.
Did you installed from packages or from sources? If later, do you have pkg-config tool installed?
Cheers, Daniel
On 26/07/16 18:40, Francisco Burgos wrote:
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.
SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list sr-users@lists.sip-router.org http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users
From source and no, I did not installed pkg-config tool.
________________________________ From: sr-users sr-users-bounces@lists.sip-router.org on behalf of Daniel-Constantin Mierla miconda@gmail.com Sent: Wednesday, July 27, 2016 6:20 AM To: Kamailio (SER) - Users Mailing List Subject: Re: [SR-Users] undefined symbol: EVP_sha1 when using outbound module
Hello,
so it is not linked against libssl/libcrypto.
Did you installed from packages or from sources? If later, do you have pkg-config tool installed?
Cheers, Daniel
On 26/07/16 18:40, Francisco Burgos wrote:
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.orgmailto:sr-users-bounces@lists.sip-router.org on behalf of Francisco Burgos dabo_02@live.commailto:dabo_02@live.com Sent: Thursday, July 21, 2016 7:27 PM To: sr-users@lists.sip-router.orgmailto: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.
_______________________________________________ SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list sr-users@lists.sip-router.orgmailto:sr-users@lists.sip-router.org http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users
-- Daniel-Constantin Mierla http://www.asipto.com - http://www.kamailio.org http://twitter.com/#!/miconda - http://www.linkedin.com/in/miconda
Can you install the pkg-config, recompile and see if works this time? pkg-config is useful to detect compile and linker parameters for specific libraries.
Cheers, Daniel
On 27/07/16 16:10, Francisco Burgos wrote:
From source and no, I did not installed pkg-config tool.
*From:* sr-users sr-users-bounces@lists.sip-router.org on behalf of Daniel-Constantin Mierla miconda@gmail.com *Sent:* Wednesday, July 27, 2016 6:20 AM *To:* Kamailio (SER) - Users Mailing List *Subject:* Re: [SR-Users] undefined symbol: EVP_sha1 when using outbound module
Hello,
so it is not linked against libssl/libcrypto.
Did you installed from packages or from sources? If later, do you have pkg-config tool installed?
Cheers, Daniel
On 26/07/16 18:40, Francisco Burgos wrote:
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.
SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list sr-users@lists.sip-router.org http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users
-- Daniel-Constantin Mierla http://www.asipto.com - http://www.kamailio.org http://twitter.com/#!/miconda - http://www.linkedin.com/in/miconda