linphone-developers
[Top][All Lists]
Advanced

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

Re: [Linphone-developers] runtime errors


From: Juha Heinanen
Subject: Re: [Linphone-developers] runtime errors
Date: Mon, 28 Oct 2013 12:02:10 +0200

Guillaume Beraudo writes:

> You will need our srtp.
> For zrtp we also use 2.3.4, so you should use the one from sid.

ok, i pulled and build srtp source from linphone.org git.  then i
installed it to /usr/local with 'make install'.  after that i was able
to build linphone debian packages.

then i uninstalled srtp from /usr/local and built and installed debian
srtp packages from linphone.org srtp source:

$ dpkg -l | egrep libsrtp
ii  libsrtp0                             1.4.4~dfsg-6                       
i386         Secure RTP (SRTP) and UST Reference Implementations - shared 
library
ii  libsrtp0-dev                         1.4.4~dfsg-6                       
i386         Secure RTP (SRTP) and UST Reference Implementations - development 
files

after that i tried to build linphone debian packages again.  that
resulted in error:

checking srtp/srtp.h presence... no
checking for srtp/srtp.h... no
checking for srtp_init in -lsrtp... yes
checking for srtp_shutdown in -lsrtp... yes
configure: Could not find libsrtp headers or lib, cryto transport disabled.
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for LIBZRTPCPP... yes
configure: error: "ZRTP requires SRTP"

why doesn't configure script find srtp/srtp.h?  it is in /usr/include:

$ dpkg -L libsrtp0-dev
...
/usr/include/srtp/srtp.h
...

is it only looking srtp/srtp.h in /usr/local/include?

-- juha



reply via email to

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