Closed issue by Naia-love on void-packages repository https://github.com/void-linux/void-packages/issues/35208 Description: ### System * xuname: ``Void 5.15.11_1 x86_64 AuthenticAMD notuptodate rrrrmmnDFFFFFFFFFF`` * package: libvirt-8.0.0_1 ### Expected behavior To run after upgrading it ### Actual behavior after upgrading it and restarting pc, libvirtd service start on crash, when trying to run ``libvirtd`` directly it give me this error: ``` ❯ libvirtd 2022-01-23 19:49:57.635+0000: 12789: info : libvirt version: 8.0.0 2022-01-23 19:49:57.635+0000: 12789: info : hostname: home 2022-01-23 19:49:57.635+0000: 12789: error : virModuleLoadFile:53 : 内部エラー: Failed to load module '/usr/lib64/libvirt/connection-driver/libvirt_driver_network.so': /usr/lib/libvirt.so.0: version `LIBVIRT_PRIVATE_7.10.0' not found (required by /usr/lib64/libvirt/connection-driver/libvirt_driver_network.so) ``` which imply that said module didn't get updated to use libvirt 8? not idea how that can happen ### Steps to reproduce the behavior I just upgrade libvirt from 7.10 to 8 (edit: I confirm that downgrading to libvirt 7.10 make it work again)