On 05/20/2015 02:47 PM, Alexis wrote: > Sven Arvidsson <[email protected]> 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 [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected] Archive: https://lists.debian.org/[email protected]

