louis77 / tuner

GNU/Linux app to discover and play internet radio stations
GNU General Public License v3.0
197 stars 26 forks source link

libsoup3 symbols detected. Using libsoup2 and libsoup3 in the same process is not supported. #166

Open gitbearflying opened 1 week ago

gitbearflying commented 1 week ago

Hi,

since the switch to libsoup3, tuner crashes directly after execution with: libsoup3 symbols detected. Using libsoup2 and libsoup3 in the same process is not supported.

There is libsoup-2 installed in parallel(i can't remove it since other applications from my distro depend on it), but ldd doesn't find that tuner is linked to it:

> ldd /usr/bin/tuner | grep -i soup
    libsoup-3.0.so.0 => /usr/lib64/libsoup-3.0.so.0 (0x00007fe88552f000)

How can i debug this? Where might the libsoup2 symols come from?

Thanks!