Description of problem: # /sbin/ldconfig /sbin/ldconfig: /usr/lib/libblktap.so.3.0 is not a symbolic link /sbin/ldconfig: /usr/lib64/libblktap.so.3.0 is not a symbolic link # ls -l /usr/lib*/libblktap.so.3.0* -rwxr-xr-x 1 root root 13896 Jul 21 17:14 /usr/lib64/libblktap.so.3.0 -rwxr-xr-x 1 root root 13896 Jul 21 17:14 /usr/lib64/libblktap.so.3.0.0 -rwxr-xr-x 1 root root 11888 Jul 21 17:16 /usr/lib/libblktap.so.3.0 -rwxr-xr-x 1 root root 11892 Jul 21 17:16 /usr/lib/libblktap.so.3.0.0 Correct behavior is to install 3.0.0 as the actual library, and 3.0 -> 3.0.0 as a symlink. (although 3.0 is odd in the SONAME, normally people use a single number for the SONAME) Version-Release number of selected component (if applicable): xen-libs-3.0.2-18
Yeah, I noticed this and sent a patch for it upstream.
*** Bug 199917 has been marked as a duplicate of this bug. ***