On 03/09/2017 10:24 PM, the...@sys-concept.com wrote: > 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.
How to modify an euild so it will find tiff-3? The ebuild had: local my_conf=" ... --with-LIBTIFF=\"-ltiff -ljpeg -lz\" I change it to: --with-LIBTIFF=\"-l:/usr/lib/libtiff.so.3 -ljpeg -lz\" but I still get: Found tiffio.h version 20161119 Found libtiff version 4.0 Incompatible TIFF Library. -- Thelma