Open seandoyle opened 8 years ago
Hi,
Looking this post: http://answers.opencv.org/question/35642/libtiff_40-link-errors/, it seems that installing OpenCV from source would fix the problem.
cheers
i have the same issue
Did you try the solution in the link above?
apt-get couldn't find libopencv2.4-dev - but I already had libopencv-dev 2.4.8. When I issue 'make' I get most of the way through the compile - but then it throws this error: Linking CXX executable ../../bin/find_object /usr/lib/x86_64-linux-gnu/libopencv_highgui.so.2.4.8: undefined reference to `TIFFIsTiled@LIBTIFF_4.0'
I've tried installing the TIFF development library: sudo apt-get install libtiff4-dev
Is there some other version of OpenCV that's needed or am I missing a different library? Thanks.