I'm trying to install hylafax-6.0.4 from overlay, current hylafaxplus-5.5.5 in 
portage is buggy.  My modem will not even dial the number. Trying to send a fax 
system CPU goes 100% with process:

usr/sbin/faxq -q /var/spool/fax -D

My older system after upgrade is still running "hylafax-6.0.3" and no problems 
sending/receiving faxes.

When I was trying to install hylafax-6.0.4 it is complaining about 
/usr/include/tiff3
================
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=-I/usr/include/tiff3
LIBTIFF=-l:/usr/lib/libtiff.so.3 -ljpeg -lz

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.
==================

I have: media-libs/tiff-3.9.7-r1 (installed)
but the system is not listing: "tiff3"

ll /usr/include/tiff*
-rw-r--r-- 1 root root  1521 Mar  9 21:39 /usr/include/tiffconf.h
-rw-r--r-- 1 root root 35983 Mar  9 21:39 /usr/include/tiff.h
-rw-r--r-- 1 root root 23008 Mar  9 21:39 /usr/include/tiffio.h
-rw-r--r-- 1 root root  1702 Mar  9 21:39 /usr/include/tiffio.hxx
-rw-r--r-- 1 root root   410 Mar  9 21:39 /usr/include/tiffvers.h

How do I go around it?

-- 
Thelma

Reply via email to