![]() |
If you want to compile you need to either patch your hylafax source to support libtiff-3.5.5, or you need to downgrade libtiff to 3.4. However... just use the RPM found on the ftp site. Also, you should use the RPM version of libtiff rather than compile it. (If you're using a system such as RedHat that uses RPM to manage packages, and you consistently do tarball installations without building and installing the RPM, then you're breaking the functionality of the packaging system that came with your distro.) Use the RPM instead and follow the instructions found at: http://www.hylafax.org/howto/install.php#ss2.2 Lee. At 11:59 AM 10/16/00 +0700, Jody Ananda wrote: >Guys, > >I always get error when configuring Hylafax. like this.. > >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 > > > >I am using the newest Libtiff v.3.5.5, it compiles ok. >What should I do with this..?? ____________________ HylaFAX(tm) Users Mailing List _______________________ To unsub: mail -s unsubscribe hylafax-users-request@hylafax.org < /dev/null