[Poppler-bugs] [Bug 58906] 0.22.0 does not find openjpeg-2.0.0
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Tue Sep 30 06:54:32 PDT 2014
https://bugs.freedesktop.org/show_bug.cgi?id=58906
--- Comment #40 from Adrian Johnson <ajohnson at redneon.com> ---
(In reply to comment #32)
> * Using configure and openjpeg2 in an non standard dir i get
>
> /home/tsdgeos/devel/poppler/glib/tmp-introspect13BDMh/.libs/lt-Poppler-0.18:
> error while loading shared libraries: libopenjp2.so.7: cannot open shared
> object file: No such file or directory
I can reproduce this on Debian Testing if I install openjpeg2 in a directory
that is not /usr/local or the directory I install poppler into.
This problem is beyond my understanding of automake and libtool. From what I
can find out on google this is not caused by anything in my patch but is caused
by the Debian libtool which has been modified to disallow -rpath to non
standard locations (https://wiki.debian.org/RpathIssue).
It seems to be this setting that is causing the problem:
$ grep link_all_deplibs= libtool
link_all_deplibs=no
Compiling and installing an unpatched libtool fixes the problem.
Other solutions include putting the openjpeg2 lib in LD_LIBRARY_PATH or
installing it in the same prefix as poppler.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/poppler-bugs/attachments/20140930/30b1cfd5/attachment.html>
More information about the Poppler-bugs
mailing list