Skip to content

picplanner: libsoup3 symbols detected. Using libsoup2 and libsoup3 in the same process is not supported.

Hello! I’m packaging PicPlanner for openSUSE, but there seems to be a linking issue.

$ ldd src/picplanner|grep soup
	libsoup-3.0.so.0 => /lib64/libsoup-3.0.so.0 (0x00007f98fe19c000)
	libsoup-2.4.so.1 => /lib64/libsoup-2.4.so.1 (0x00007f98fe0c5000)

because, when I execute it, I get:

(process:6492): libsoup-ERROR **: 13:38:40.174: libsoup3 symbols detected. Using libsoup2 and libsoup3 in the same process is not supported.

This may be helpful: https://gitlab.gnome.org/GNOME/libsoup/-/issues/218