Installation of <application>libtiff</application> Install libtiff by running the following commands: ./configure --prefix=/usr --noninteractive \ --with-DIR_MAN=/usr/share/man \ --with-ZIP=yes --with-DIR_GZLIB=/usr/lib && make && make install configure prints false error messages that it is unable to find the library directories for ZIP (and JPEG) support. Ignore them. To verify that libtiff is indeed linked to these libraries, use the ldd command.