linphone-developers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Linphone-developers] belle-sip and mbedtls 2


From: Robert Dyck
Subject: Re: [Linphone-developers] belle-sip and mbedtls 2
Date: Sat, 05 Dec 2015 10:12:01 -0800
User-agent: KMail/4.14.9 (Linux/4.2.6-301.fc23.x86_64; KDE/4.14.11; x86_64; ; )

It appears that configure is looking for ssl_init. I can confirm that my 
libmbedtls contains ssl_init.
strings /usr/lib64/libmbedtls.so.9 | grep ssl_init  yields ssl_init
Perhaps it is missing in version 10.

On December 5, 2015 03:09:04 PM Mariusz Fik wrote:
> Dnia piÄ…tek, 4 grudnia 2015 18:58:44 Robert Dyck pisze:
> > These links worked for me.
> > 
> > /usr/lib64/libpolarssl.so -> /usr/lib64/libmbedtls.so.9
> > /usr/lib64/libpolarssl.so -> /usr/lib64/libmbedtls.so.9
> 
> I already have:
> /usr/lib64/libpolarssl.so -> /usr/lib64/libmbedtls.so
> /usr/lib64/libmbedtls.so -> /usr/lib64/libmbedtls.so.10
> /usr/lib64/libmbedtls.so.10 -> /usr/lib64/libmbedtls.so.2.2.0
> 
> > On December 5, 2015 02:41:12 AM Mariusz Fik wrote:
> > > Hi,
> > > 
> > > I'm trying to compile belle-sip with mbedtls 2 but I'm stuck at
> > > ./configure
> > > with:
> > > [   62s] checking antlr3.h usability... yes
> > > [   62s] checking antlr3.h presence... yes
> > > [   62s] checking for antlr3.h... yes
> > > [   62s] checking whether antlr3StringStreamNew is declared... yes
> > > [   62s] configure: WARNING: res_getservers not usable
> > > [   62s] checking whether res_ndestroy is declared... no
> > > [   62s] checking for antlr3... no
> > > [   62s] checking for java... /usr/bin/java
> > > [   62s] checking for ssl_init  in -lmbedtls... no
> > > [   63s] checking for ssl_init in -lpolarssl... no
> > > [   63s] checking polarssl/ssl.h usability... yes
> > > [   63s] checking polarssl/ssl.h presence... yes
> > > [   63s] checking for polarssl/ssl.h... yes
> > > [   63s] configure: error: polarssl not found or usable but TLS support
> > > required.
> > > 
> > > While `nm -D libmbedtls.so.2.2.0 | grep ssl_init` returns:
> > > >$ 0000000000015ba0 T mbedtls_ssl_init
> > > 
> > > Any ideas how to move on?




reply via email to

[Prev in Thread] Current Thread [Next in Thread]