After installing MPLAB X some programs started reporting undefined symbol: libusb_get_device_speed
. Qemu example:
2014-06-02 12:41:50.059+0000: 1963: error : virCommandWait:2348 : internal error: Child process (LC_ALL=C PATH=/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/sbin:/sbin:/bin /usr/bin/qemu-system-xtensaeb -help) unexpected exit status 127: /usr/bin/qemu-system-xtensaeb: symbol lookup error: /usr/bin/qemu-system-xtensaeb: undefined symbol: libusb_get_device_speed
2014-06-02 12:41:50.075+0000: 1963: error : virDomainDefParseXML:11543 : unknown OS type hvm
What happened? How to fix it?