Description of problem: While lvm command links 'liblvm2cmd' as 'liblvm-internal.a' - other users are using it as share library. So I'd assume we should convert this 'static' usage otherwise we can't share this library code. Version-Release number of selected component (if applicable): 2.02.169 How reproducible: Steps to Reproduce: 1. 2. 3. Actual results: ldd lvm links: libdevmapper-event.so.1.02 libdevmapper.so.1.02 but NOT liblvm2cmd ldd libdevmapper-event-lvm2.so.2.02 links: liblvm2cmd.so.2.02 libdevmapper.so.1.02 libdevmapper-event.so.1.02 Expected results: Additional info: