Am Fri, 11 May 2018 20:23:05 -0400 schrieb Šarūnas <[email protected]>:
> >>> it looks like it is getting complicated. There are files at > >>> https://www.pentaxforums.com/articles/hands-on-reviews/pentax-k-1d-fa-24-70mm-full-size-sample-photos.html > >>> I tried http://www.pfpho.com/k1/samplephotos/160513_53p.dng and dt > >>> recognizes the lens, but with _my_ file it does not. I am sorry, I > >>> cannot publish this file, but I will take a shot ASAP und make it > >>> public, probably in about 24hrs. > > So should I run ldconfig? > > Yes, and it looks like you have already did. > > Now 'ldd `which darktable`' should show, that your compiled > /usr/local/lib/exiv... is used. # ldd `which darktable` | grep exiv libexiv2.so.14 => /usr/lib/x86_64-linux-gnu/libexiv2.so.14 (0x00007f5bfed48000) So, it is not! The compiled version uses libexiv2.so.26. # dpkg -l | grep exiv | cut -f1-50 ii exiv2 0.25-3.1 amd64 EXIF/IPTC/XMP metadata manipulation tool ii libexiv2-14:amd64 0.25-3.1 amd64 EXIF/IPTC/XMP metadata manipulation library ii libgexiv2-2:amd64 0.10.8-1 amd64 GObject-based wrapper around the Exiv2 library ii libkf5kexiv2-15.0.0 17.12.3-0ubuntu1 amd64 Qt like interface for the libexiv2 library ii python-pyexiv2 0.3.2-5ubuntu4build6 amd64 Python binding to Exiv2 ii python-pyexiv2-doc 0.3.2-5ubuntu4build6 all Documentation for Python binding to Exiv2 apt-get purge exiv2 did not delete libexiv2-14 If i try to remove libexiv2-14, darktable will be removed too. Beside that, here are my sample-pictures, including screenshots, where you can see, that the web sample recognizes the lens, but with my files, the lens is not recognized. https://drive.google.com/drive/folders/1aJ3JqI5Ci1KTnERtTG4MO52T_tUGJm6x?usp=sharing Al ____________________________________________________________________________ darktable user mailing list to unsubscribe send a mail to [email protected]
