Red Hat Bugzilla – Bug 428420
parted is in /sbin but depends on libraries in /usr/
Last modified: 2013-04-30 19:38:42 EDT
Description of problem: $ ldd /sbin/parted |grep usr libparted-1.8.so.8 => /usr/lib/libparted-1.8.so.8 (0x00111000) libreadline.so.5 => /usr/lib/libreadline.so.5 (0x00908000) Version-Release number of selected component (if applicable): parted-1.8.8-1.fc9 How reproducible: always Programs in /sbin should depend on libraries in /lib{,64} only. Please move /usr/lib/libparted-1.8.so.8 library into /lib or parted to /usr/sbin. After your decision libreadline will be moved into /lib or be kept in /usr/lib
Moved the libraries to /lib{,64}. Fix will be in parted-1.8.8-2.fc9.