On 01/03/2017 03:22 AM, Matthias Bodenbinder wrote: > Hello, > > I am running Mint LMDE and can not easily install exiv2 0.25 from testing > because it has too many dependencies. > I compiled version 0.25 by myself and installed it in /home/software/exiv2. > In parallel I still have the default exiv2 version 0.24. > > How can I tell my self compiled darktable to use the new exvi2 0.25? It is > still grabing the old version: > libexiv2.so.13 => /usr/lib/x86_64-linux-gnu/libexiv2.so.13
Does the following work? (Change filepaths and filenames as needed.) $ export LD_PRELOAD=/home/software/exiv2/libexiv2.so.13 $ /opt/darktable/bin/darktable > Your help is appreciated. > Thank you > Matthias > > ___________________________________________________________________________ > darktable developer mailing list > to unsubscribe send a mail to [email protected] > ___________________________________________________________________________ darktable developer mailing list to unsubscribe send a mail to [email protected]
