libdatachannel fails to load after libjuice update
On Arch Linux I have libdatachannel 0.23.2-1. OBS plugin (obs-webrtc) dynamically links to libdatachannel, which in turn links to libjuice. After updating libjuice, the plugin fails to load due to an exact SONAME requirement:
$ ldd /usr/lib/libdatachannel.so | grep -i juice libjuice.so.1.6.1 => not found
I was looking for a reason why obs-webrtc doesn't work, and it turned out that OBS has nothing to do with it.
Edited by Konstantin