Re: [darktable-dev] compile DT with new exiv2 version

2017-01-03 Thread code
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 darktable-dev+unsubscr...@lists.darktable.org
> 

___
darktable developer mailing list
to unsubscribe send a mail to darktable-dev+unsubscr...@lists.darktable.org



[darktable-dev] compile DT with new exiv2 version

2017-01-03 Thread Matthias Bodenbinder
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

Your help is appreciated.
Thank you
Matthias

___
darktable developer mailing list
to unsubscribe send a mail to darktable-dev+unsubscr...@lists.darktable.org