slavkap commented on PR #6399: URL: https://github.com/apache/cloudstack/pull/6399#issuecomment-1131724182
A colleague told me another option to check if `liburing.so.2` is linked On Ubuntu ``` ldd /usr/bin/qemu-system-x86_64 | grep -i uring liburing.so.2 => /lib/x86_64-linux-gnu/liburing.so.2 (0x00007f4effa7f000) ``` On Rocky ``` ldd /usr/libexec/qemu-kvm | grep -i uring echo $? 1 ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
