HylaFAX The world's most advanced open source fax server

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: [hylafax-users] Missing TIFF library - AIX 4.3.3



On Wed, 14 Aug 2002 10:18:18 -0400, "HUDSON,BRANTLEY (HP-Boise,ex1)"
<brantley_hudson@am.exch.hp.com> wrote:

>The system is an AIX 4.3.3 box (was 4.2.1 before the crash) and the Hylafax
>(4.1.3) configure script doesn't seem to recognize the TIFF library (3.5.7)
>-- exact message is "Missing TIFF library". I've tried several command line
>mods to the configure script, but nothing has helped so far.

Never seen an AIX, however, when happening on Linux usually the solution is

./configure --with-LIBTIFF="-ltiff -lz"
if still no go
./configure --with-LIBTIFF="-ltiff -lz -ljpeg"
if still no go
./configure --with-LIBTIFF="-ltiff -lz -ljpeg -lm"

you may try the same and see what happens.

If still it does not work, you can troubleshoot it more quickly by trying
what command line you need to use to compile the test prog configure uses
==
#include "tiffio.h"
main()
{
    printf( "header_ver=%d lib_ver=%s", TIFFLIB_VERSION, TIFFGetVersion() );
    exit(0);
}
==

-- 
giulioo@pobox.com

____________________ HylaFAX(tm) Users Mailing List _______________________
  To subscribe/unsubscribe, click http://lists.hylafax.org/cgi-bin/lsg2.cgi
 On UNIX: mail -s unsubscribe hylafax-users-request@hylafax.org < /dev/null
  *To learn about commercial HylaFAX(tm) support, mail sales@hylafax.org.*




Project hosted by iFAX Solutions