Comment 10 for bug 1332013

Revision history for this message
Martin Spacek (mspacek) wrote :

OK, Compiling against poppler 0.24.5 tag in git still doesn't solve the problem. Drag'n'drop of a PDF into inkscape gives me either of the same errors as above (error1.txt and error2.txt). Seems to be random as to which one occurs.

pkg-config --modversion poppler
0.24.5

ldd on the compiled inkscape binary is attached. Seems inkscape is indeed compiled against the intended poppler library (libpoppler.so.44, which corresponds to 0.24.5).

What am I doing wrong here? Wait a minute. The first error1.txt report shows libpoppler.so.28 in one of the first lines, which is I think the original that came with Xubuntu 12.10. And the latest backtrace with inkscape compiled against 0.24.5 also shows libpoppler.so.28. So inkscape is somehow mixing up poppler versions on my system. This is really frustrating, given the results from pkg-config and ldd. Oh, and ldd actually shows both libpoppler.so.44 *and* libpoppler.so.28. Maybe I need to run sudo ldconfig again?