Hi all The darktable package in debian sid has libgphoto2_port version 12 as dependency, but darktable compiled from master still looks for version 10:
$ apt-cache depends darktable | grep gphoto2-port Depends: libgphoto2-port12 $ darktable darktable: error while loading shared libraries: libgphoto2_port.so.10: cannot open shared object file: No such file or directory So I had to create a symlink to make it work: sudo ln -s /usr/lib/x86_64-linux-gnu/libgphoto2_port.so /usr/lib/x86_64-linux-gnu/libgphoto2_port.so.10 ------------------------------------------------------------------------------ One dashboard for servers and applications across Physical-Virtual-Cloud Widest out-of-the-box monitoring support with 50+ applications Performance metrics, stats and reports that give you Actionable Insights Deep dive visibility with transaction tracing using APM Insight. http://ad.doubleclick.net/ddm/clk/290420510;117567292;y _______________________________________________ Darktable-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/darktable-users
