I am using ubuntu 18.04. I have libtiff5
installed (using sudo apt install libtiff5
). When trying to build a library that depends on libtiff I get the following error:
checking for TIFFOpen in -ltiff... no
configure: error: libtiff check failed
Any suggestions on how to fix this? My guess is I have to modify LD_LIBRARY_PATH, but I don't know where apt
installed libtiff