BelledonneCommunications / linphone-desktop

Linphone is a free VoIP and video softphone based on the SIP protocol. Mirror of git://git.linphone.org/linphone-desktop.git
https://linphone.org/
GNU General Public License v3.0
393 stars 201 forks source link

DELETED #748

Closed leukimi closed 11 months ago

leukimi commented 1 year ago

DELETED

julonexus commented 1 year ago

Hi The current version of VPX in submodules is 1.9 (so I guess you should use at least a libvpx.so.9) Also, ffmpg dependency is no more more needed. I think you can remove it. ENABLE_FFMPEG is off by default. The current Linphone SDK 5.2 has libmbedtls on 2.27. It will be on 3.3 on master (and then for 5.3)

From https://pkgs.org/download/libmbedtls.so.13()(64bit), 2.27 is libmbedtls13, so the request is correct. I don't know if 14 can used.

julonexus commented 1 year ago

About libmbedtls, can you check if the library that you installed ("installed = bctoolbox-5.2.25-0-x86_64") has been build with libmbedtls14? This is the case for your 5.2.37-0 at https://build.opensuse.org/package/live_build_log/home:kimi:telephony-ithod/bctoolbox/Arch/x86_64

julonexus commented 1 year ago

If you are referring to the log I pointed, yes it is what I wrote. But you are using bctoolbox-5.2.25-0-x86_64 which is not bctoolbox 5.2.37-0.

So the question remains : with what version of mbedtls, bctoolbox-5.2.25-0-x86_64 has been build? I didn't find the build log about it.

julonexus commented 1 year ago

"Archlinux is constantly changing, so looking at packages can vary just days from now." So i guess the issue is that you installed an old package of bctoolbox for the build ;)