Re: [SR-Users] Compiling kamailio with custom openssl

2016-06-23 Thread Cibin Paul
The module is loading properly without any error. I did some client registration over tls and looks fine now. Thanks for the help Regards Cibin > On 24-Jun-2016, at 10:42 AM, Daniel-Constantin Mierla > wrote: > > It looks better now. Try to load the module and see if works. Sometimes othe

Re: [SR-Users] Compiling kamailio with custom openssl

2016-06-23 Thread Daniel-Constantin Mierla
It looks better now. Try to load the module and see if works. Sometimes other libs might be needed, but then you will get a missing symbol error. Cheers, Daniel On 24/06/16 07:08, Cibin Paul wrote: > Thanks Daniel, > > I reconfigured the libssl libraries and got the following result for > ldd tl

Re: [SR-Users] Compiling kamailio with custom openssl

2016-06-23 Thread Cibin Paul
Thanks Daniel, I reconfigured the libssl libraries and got the following result for ldd tls.so. Is this fine or am I missing something? inux-vdso.so.1 => (0x7e34f000) libssl.so.1.0.0 => /usr/local/ssl/lib/libssl.so.1.0.0 (0x7fa572d16000) libc.so.6 => /lib64/

Re: [SR-Users] Compiling kamailio with custom openssl

2016-06-23 Thread Daniel-Constantin Mierla
Hello, you don't have the libraries to link against them listed in the LIBS var -- it is only a path there. There shoulb at least ' -lssl -lcrypto' in addition of what you have there. Cheers, Daniel On 23/06/16 09:42, Cibin Paul wrote: > Hello, > > Please find the attached Makefile for tls > >

Re: [SR-Users] Compiling kamailio with custom openssl

2016-06-23 Thread Cibin Paul
Hi, I think, I was messing with libssl libraries. After reconfiguring openssl, I am getting the following output for ldd tls.so. Thanks for the help. linux-vdso.so.1 => (0x7e34f000) libssl.so.1.0.0 => /usr/local/ssl/lib/libssl.so.1.0.0 (0x7fa572d16000) libc.

Re: [SR-Users] Compiling kamailio with custom openssl

2016-06-23 Thread Cibin Paul
Hello,Please find the attached Makefile for tlsThanks & RegardsCibin Makefile Description: Binary data On 23-Jun-2016, at 1:08 PM, Daniel-Constantin Mierla wrote: Hello,so it is not linked to any libssl. The Makefile for tls module is not properly made. Maybe

Re: [SR-Users] Compiling kamailio with custom openssl

2016-06-23 Thread Daniel-Constantin Mierla
Hello, so it is not linked to any libssl. The Makefile for tls module is not properly made. Maybe you can attach it and we can see what is the problem. Cheers, Daniel On 23/06/16 09:36, Cibin Paul wrote: > Hello, > > Yes I have the old libssl too. But the /usr/local/ssl/lib has the new > versio

Re: [SR-Users] Compiling kamailio with custom openssl

2016-06-23 Thread Cibin Paul
Hello, Yes I have the old libssl too. But the /usr/local/ssl/lib has the new version which I updated in LIBS. Please find below the output of ldd tls.so linux-vdso.so.1 => (0x7fff8137d000) libc.so.6 => /lib64/libc.so.6 (0x7f070ef92000) /lib64/ld-linux-x86-64.so.2

Re: [SR-Users] Compiling kamailio with custom openssl

2016-06-23 Thread Daniel-Constantin Mierla
Hello, do you have also another version of the libssl installed? Can you do ldd on tls.so module of kamailio and send here the output? Cheers, Daniel On 23/06/16 09:19, Cibin Paul wrote: > Hi, > > Any pointer please > > Regards > Cibin > > >> On 20-Jun-2016, at 1:36 PM, Cibin Paul >

Re: [SR-Users] Compiling kamailio with custom openssl

2016-06-23 Thread Cibin Paul
Hi, Any pointer please Regards Cibin > On 20-Jun-2016, at 1:36 PM, Cibin Paul wrote: > > Hello Daniel, > > Sorry for late response. I tried adding the following entry in > modules/tls/Makefile > > ifneq ($(SSL_BUILDER),) > DEFS += -I/usr/local/ssl/include > LIBS += -L/usr/l

Re: [SR-Users] Compiling kamailio with custom openssl

2016-06-20 Thread Cibin Paul
Hello Daniel, Sorry for late response. I tried adding the following entry in modules/tls/Makefile ifneq ($(SSL_BUILDER),) DEFS += -I/usr/local/ssl/include LIBS += -L/usr/local/ssl/lib Starting kamailio, giving following error. I am using kamailio-4.4.1 with openssl 1.0.2h E

Re: [SR-Users] Compiling kamailio with custom openssl

2016-06-17 Thread Daniel-Constantin Mierla
Hello, edit the modules/tls/Makefile to set the DEFS and LIBS with the paths to your lib. Cheers, Daniel On 17/06/16 13:30, Cibin Paul wrote: > Hi, > > Can any one guide me to compile kamailio with custom openssl path please. > > Thanks & Regards > Cibin > > > >

[SR-Users] Compiling kamailio with custom openssl

2016-06-17 Thread Cibin Paul
Hi, Can any one guide me to compile kamailio with custom openssl path please. Thanks & Regards Cibin ___ 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