HylaFAX The world's
most advanced open source fax server
|
|
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
FlexFax on OpenBSD 2.6 Compile Problem
Done checking system libraries.
Checking TIFF support.
Incompatible/missing TIFF Library.
Compilation or execution of the following test program failed:
--------------------------------------------------
#include "tiffio.h"
main()
{
if (TIFFLIB_VERSION < 19960307) { /* check include file version
*/
printf("old include files: version %u\n", TIFFLIB_VERSION);
exit(-1);
}
if (strncmp(TIFFGetVersion(), "LIBTIFF, Version 3.4", 20) != 0) {
printf("old library: version %s\n", TIFFGetVersion());
exit(-1);
} else
exit(0);
}
----------------------------------------------
With:
TIFFINC=/usr/local/include
LIBTIFF=-L/usr/local/lib -ltiff
--- --
On OpenBSD's ports list, when I try to use them,
it errors out, as they have apparently flagged it
as broken?;
# $OpenBSD: Makefile,v 1.20 2000/03/05 18:30:23 espie Exp $
BROKEN= bad packing lists
DISTNAME= hylafax-v4.0pl2
.if defined(A4)
PKGNAME= hylafax-4.0.2-A4
I tried downloading the source myself and compiling it, and I get the above
error message (the error regarding the TIFF libraries.)
I have installed all required libraries AFAIK,
but I still get the error.
System: OpenBSD fax-hou 2.6 GENERIC#696 i386
The config log, if it helps, is at:
http://web.wt.net/~jshanley/config.txt
I would really love to use Hylafax, but I confess
I am new to *nix systems (on my 6th month of using
them) and am not that great at troubleshooting the
cause, but I do know the TIFF libraries are installed.
The last few lines of the config.log says:
/usr/bin/cc -I/usr/local/include t.c -L/usr/local/lib -ltiff -lutil -lm
+ ./a.out
old library: version LIBTIFF, Version 3.5.4
Copyright (c) 1988-1996 Sam Leffler
Copyright (c) 1991-1996 Silicon Graphics, Inc.
-----
/usr/local/lib:
[@fax-hou lib] ls -l libtiff*
259738 Mar 11 15:19 libtiff.a
14 Mar 11 15:19 libtiff.so -> libtiff.so.3.4
213522 Mar 11 15:19 libtiff.so.3.4
266778 Feb 3 20:52 libtiff.so.35.4
Can someone help? =)
- Jamyn