[Digikam-devel] [Bug 140033] digikam and two release of libpng --- linker issue?
Achim Bohnet
ach at mpe.mpg.de
Sun Jul 1 23:27:45 BST 2007
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.kde.org/show_bug.cgi?id=140033
------- Additional Comments From ach mpe mpg de 2007-07-02 00:27 -------
That ldd lists libpng is twice does not necessarily
mean that digikam itself links against 2 libpng version.
ldd lists share libs needed by digikam and the share libs
(recursively).
Please try
objdump -p /your/path/to/digikam | grep NEEDED | grep libpng
objdump -p /your/path/to/lib/libdigikam.so | grep NEEDED | grep libpng
If the libpng.so.3 is not listed, I suspect that one of
the libraries listed as NEEDED is linked against the old libpng.
rebuild it with the new png library.
Achim
More information about the Digikam-devel
mailing list