Hi All,
I'm running into a problem on testing that has me pretty confused. After an update, the plasma desktop will not start, and I've pinpointed the problem to libimobiledevice-glue. It seems to be attempting to call an old version of libplist that no longer exists. The current testing version of libplist provides libplist-2.0.so.4. See output of libtree:
I've tried all the typical steps, removing and reinstalling the libraries and plasma. Any ideas?
Thanks so much!
I'm running into a problem on testing that has me pretty confused. After an update, the plasma desktop will not start, and I've pinpointed the problem to libimobiledevice-glue. It seems to be attempting to call an old version of libplist that no longer exists. The current testing version of libplist provides libplist-2.0.so.4. See output of libtree:
Code:
│ │ │ ├── libimobiledevice-1.0.so.6 [ld.so.conf]│ │ │ │ ├── libimobiledevice-glue-1.0.so.0 [ld.so.conf]│ │ │ │ │ ├── libpthread.so.0 [ld.so.conf]│ │ │ │ │ └── libplist-2.0.so.3 not found│ │ │ │ │ ┊ Paths considered in this order: │ │ │ │ │ ┊ 1. rpath: │ │ │ │ │ ┊ 2. LD_LIBRARY_PATH was not set │ │ │ │ │ ┊ 3. runpath was not set │ │ │ │ │ ┊ 4. ld config files: │ │ │ │ │ ┊ /usr/lib/x86_64-linux-gnu/libfakeroot │ │ │ │ │ ┊ /usr/local/lib/i386-linux-gnu│ │ │ │ │ ┊ /lib/i386-linux-gnu│ │ │ │ │ ┊ /usr/lib/i386-linux-gnu│ │ │ │ │ ┊ /usr/local/lib/i686-linux-gnu│ │ │ │ │ ┊ /lib/i686-linux-gnu│ │ │ │ │ ┊ /usr/lib/i686-linux-gnu│ │ │ │ │ ┊ /usr/local/lib│ │ │ │ │ ┊ /usr/local/lib64│ │ │ │ │ ┊ /usr/local/lib/x86_64-linux-gnu│ │ │ │ │ ┊ /lib/x86_64-linux-gnu│ │ │ │ │ ┊ /usr/lib/x86_64-linux-gnu│ │ │ │ │ ┊ /lib32│ │ │ │ │ ┊ /usr/lib32│ │ │ │ │ ┊ 5. Standard paths:│ │ │ │ │ ┊ /lib │ │ │ │ │ ┊ /lib64│ │ │ │ │ ┊ /usr/lib│ │ │ │ │ ┊ /usr/lib64
Thanks so much!
Statistics: Posted by eXTra Large — 2025-02-14 14:23 — Replies 4 — Views 107