Control: tags -1 + moreinfo unreproducible
On Thu, 22 Oct 2020 at 19:14:54 +0100, David Miguel Susano Pinto wrote:
> gnome-boxes does not start. Trying from command line, issues this error:
>
> $ gnome-boxes
> gnome-boxes: symbol lookup error:
> /usr/lib/x86_64-linux-gnu/libusbredirhost.so.1: undefined symbol:
> libusb_set_option
>
> Similar issue when starting qemu:
>
> $ qemu-system-x86_64
> qemu-system-x86_64: symbol lookup error: qemu-system-x86_64: undefined
> symbol: libusb_set_option
It starts fine on a Debian 10 system for me. According to
/var/lib/dpkg/info/libusb-1.0-0:amd64.symbols, that symbol has been provided
by libusb-1.0-0 since version 2:1.0.22, which you have.
Do you have an older version of libusb-1.0.so.0 somewhere in the library
search path, perhaps in /usr/local/lib?
smcv