On Thu, Sep 28, 2017 at 2:37 AM, Daniel-Constantin Mierla <miconda@gmail.com> wrote:

Hello,

have you tried to compile and run that small test program listed in https://lists.kamailio.org/pipermail/sr-users/2013-August/079381.html and see if you get the issue? If yes, then you need to use another libssl version.

Cheers,
Daniel

Daniel-Constantin Mierla
www.twitter.com/miconda -- www.linkedin.com/in/miconda
Kamailio Advanced Training - www.asipto.com
Kamailio World Conference - www.kamailioworld.com

Yes the test program gives me the same "Unable to set the memory allocation functions" on both CentOS 7.3 and 7.4. Is there no way to workaround this issue in Kamailio code? How do other TLS programs work apache, haproxy, etc? What do I need to do to compile against a different libssl version? I'm assuming it would need to be statically linked. Right now I'm running the below to compile the test program.

gcc -o testssl testssl.c -lssl -lcrypto

Thanks,
Ryan