On 10/10/2010 12:25 PM, Jakob Gruber wrote:
On 10/10/2010 11:18 AM, Andreas Radke wrote:
Am Sun, 10 Oct 2010 11:10:48 +0200 schrieb Jakob Gruber<jakob.gruber@gmail.com>:
On 10/08/2010 10:47 PM, Andreas Radke wrote:
It's a major update and probably something with printing and/or pdfviewer will be broken.
Please test it.
-Andy Okular 4.5.2-1 fails to load .ps files:
okular(15248)/kdecore (KLibrary) kde4Factory: The library "/usr/lib/kde4/okularGenerator_ghostview.so" does not offer a qt_plugin_instance function. okular(15248)/kdecore (KLibrary) kde3Factory: The library "/usr/lib/kde4/okularGenerator_ghostview.so" does not offer an "init_okularGenerator_ghostview" function. okular(15248)/okular (app) Okular::DocumentPrivate::loadGeneratorLibrary: Invalid plugin factory for "okularGenerator_ghostview"!
ghostscript /usr/lib/libgs.so ghostscript /usr/lib/libgs.so.8 ghostscript /usr/lib/libgs.so.8.71
please check if it links against the old libs. then we would probably need to recompile it:
ghostscript /usr/lib/libgs.so ghostscript /usr/lib/libgs.so.9 ghostscript /usr/lib/libgs.so.9.00
-Andy
$ ldd /usr/lib/kde4/okularGenerator_ghostview.so | grep gs libgs.so.8 => not found
Yep looks like it does.
don't use ldd. use readelf -d /usr/lib/kde4/okularGenerator_ghostview.so ldd would include sonames from other soname -- Ionuț