On 05/20/2015 02:47 PM, Alexis wrote: > Sven Arvidsson <s...@whiz.se> writes: >> Do you have old versions of libraries lying around? Maybe things you >> compiled and installed yourself? > > i do[1]; but how can i find out which library is the one calling > libtiff4? E.g. do i need to make use of something like strace(1), or to > methodically work through the output of ldd(1)?
Usually the problematic (locally-installed) libraries should be in /usr/local. So you could try looking at the output of "ldd" for libraries located there. Or just look in /usr/local/lib. Ansgar -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: https://lists.debian.org/555c8949.9080...@debian.org