Bug#1042417: zenity: symbol lookup error: /lib/x86_64-linux-gnu/libwebkit2gtk-4.1.so.0
Simon McVittie
smcv at debian.org
Fri Jul 28 09:47:23 BST 2023
Control: tags -1 + moreinfo
On Thu, 27 Jul 2023 at 20:52:56 -0400, sid sloth wrote:
> After the upgrade zenity throws the error on any call, for example:
>
> $ zenity --help
>
> zenity: symbol lookup error: /lib/x86_64-linux-gnu/libwebkit2gtk-4.1.so.0: undefined symbol: gst_transcoder_get_sync_signal_adapter
What do these commands output?
command -v zenity
ldd `command -v zenity`
ls -ld /lib /usr/lib
ls -l /usr/lib/x86_64-linux-gnu/libgsttranscoder-*
dpkg-query -W libgstreamer-plugins-bad1.0-0
I think you somehow either have an older version of the
libgstreamer-plugins-bad1.0-0 package than the one required by
libwebkit2gtk-4.1-0, or an outdated copy of that library that is not
part of a package (perhaps in /usr/local).
smcv
More information about the pkg-gnome-maintainers
mailing list