FS#46988 - Claws mail's PDF viewer looks for old poppler library

Attached to Project: Arch Linux
Opened by persson (persson) - Friday, 06 November 2015, 13:00 GMT
Last edited by Andreas Radke (AndyRTR) - Friday, 06 November 2015, 14:17 GMT
Task Type Bug Report
Category Packages: Extra
Status Closed
Assigned To No-one
Architecture x86_64
Severity Medium
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:

claws-mail-3.13.0-1's pdf_viewer.so (/usr/lib/claws-mail/plugins/pdf_viewer.so) is linked against libpoppler.so.55 which is not present on my system. Instead, I have libpoppler.so.56, so loading pdf_viewer.so when claws mail loads the plugins fails.
This task depends upon

Closed by  Andreas Radke (AndyRTR)
Friday, 06 November 2015, 14:17 GMT
Reason for closing:  Not a bug
Additional comments about closing:  Do full -Syu updates!
Comment by persson (persson) - Friday, 06 November 2015, 13:02 GMT
# ldd /usr/lib/claws-mail/plugins/pdf_viewer.so | grep poppler.so
libpoppler.so.55 => not found
# ls -l /usr/lib/libpoppler.*
lrwxrwxrwx 1 root root 20 Nov 1 10:14 /usr/lib/libpoppler.so -> libpoppler.so.56.0.0
lrwxrwxrwx 1 root root 20 Nov 1 10:14 /usr/lib/libpoppler.so.56 -> libpoppler.so.56.0.0
-rwxr-xr-x 1 root root 2646248 Nov 1 10:14 /usr/lib/libpoppler.so.56.0.0
Comment by Jan de Groot (JGC) - Friday, 06 November 2015, 13:06 GMT
Your system is outdated or contains unsupported libraries. The plugin you mention links to libpoller-glib.so.8, which in turn links to libpoppler.so.56

Loading...