When attempting to start a Virtualbox VM virtualbox dies with a symbol error. Anyone else seen this one? I have rebuild the VBox drivers.
Hi, Although it is different from this case, I've been in similar situation after zypper update and arrived here. $ VirtualBox Warning: program compiled against libxml 210 using older 209 Warning: program compiled against libxml 210 using older 209 VBoxManage: error: Failed to create the VirtualBox object! VBoxManage: error: Code NS_ERROR_ABORT (0x80004004) - Operation aborted (extended info not available) VBoxManage: error: Most likely, the VirtualBox COM server is not running or failed to start. /usr/lib/virtualbox/VirtualBox6: symbol lookup error: /usr/lib/virtualbox/UICommon.so: undefined symbol: _ZN11QToolButton13checkStateSetEv, version Qt_5 The reason why was incorrect configration in my repository file by accidentally. My solution was: 1. Check if there was misconfiguration in /etc/zypp/repos.d - It was pointed 15.5 instead of 15.4 in my 1 repo file. 2. Remove virtualbox package by zypper rm virtualbox. 3. Re-install virtualbox by zypper in virtualbox. $ rpm -q virtualbox virtualbox-7.0.8-lp154.2.32.2.x86_64 $ uname -r 5.14.21-150400.24.63-default -- koga <ikoga@opensuse.org>