Olá pessoal,
estou tentando instalar um servidor de fax aqui na minha maq.
, baixei o arquivo .tar do hylafax e segui os passos abaixo (como no tutorial)

# tar zxvf hylafax-xxx.tar.gz
# cd hylafax-xxx
# ./configure
# make; make install

este é o final do ./configure

... checking TIFF library version

Missing TIFF Library.

Compilation of the following test program failed:

----------------------------------------------------------
#include <stdio.h>
#include "tiffio.h"
main()
{
printf( "header_ver=%d lib_ver=%s", TIFFLIB_VERSION, TIFFGetVersion() );
exit(0);
}
----------------------------------------------------------

TIFFINC=/usr/local/include
LIBTIFF=-L/usr/local/lib -ltiff

Verify that you have the TIFFINC and LIBTIFF configuration parameters
set correctly for your system (see above) and that any environment
variables are setup that are needed to locate a libtiff DSO at runtime
(e.g. LD_LIBRARY_PATH). Also be sure that any relative pathnames are
made relative to the top of the build area.

Unrecoverable error! Once you've corrected the problem rerun this script.

e o comando make tambem dá erro

qualquer luz já ajuda

obrigado