[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Linphone-users] No package 'libzrtpcppcore' found oRTP error & belle-si
From: |
alekcejk |
Subject: |
[Linphone-users] No package 'libzrtpcppcore' found oRTP error & belle-sip licensing questions |
Date: |
Tue, 11 Feb 2014 01:37:29 +0200 |
User-agent: |
KNode/4.12.2 |
Hi,
I have installed libzrtpcpp-4.1.2 (libzrtpcpp.so.4*)
including headers but ortp-0.22.1 from git compilation
failed:
No package 'libzrtpcppcore' found
Changing
PKG_CHECK_MODULES(LIBZRTPCPP, libzrtpcppcore >= 4.0.0)
to
PKG_CHECK_MODULES(LIBZRTPCPP, libzrtpcpp >= 4.0.0)
in configure.ac fixes compilation.
Looks like this commit broke LIBZRTPCPP detecting:
commit 28f2fd3db7bd487f498d6fa5582b8115db833ae7
Author: Johan Pascal <address@hidden>
Date: Mon Dec 30 14:23:23 2013 +0100
Update ZRTP interface to use libzrtpcpp min version 4.0.0
- libzrtpcpp v4.0.0 can be compiled in standalone crypto mode
- fix error/warning messages from libzrtpcpp reported by oRTP
Warning: this version of libzrtpcpp have a conflict with libsrtp
with aes_encrypt defined by both. Use the libsrtp version from
linphone repository to get them working together.
I submitted belle-sip Fedora package review
See https://bugzilla.redhat.com/show_bug.cgi?id=1050744
but it stuck because of wrong Free Software Foundation
address in COPYING:
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
should be instead of
59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
There is also question about origin of files
belle-sip-1.2.4/src/md5.c
belle-sip-1.2.4/src/md5.h
Thanks.
--
Alexey Kurov <address@hidden>
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Linphone-users] No package 'libzrtpcppcore' found oRTP error & belle-sip licensing questions,
alekcejk <=