![]() |
>>I'm sure, the library are installed in /usr/lib/ but the script can't >>find them. >> >>The output: >> >>-----8<----------------------------------------- >> >>... checking TIFF library version >> >>Missing TIFF Library. >> >>Compilation of the following test program failed: >> >>---------------------------------------------------------- >>#include "tiffio.h" >>main() >>{ >> printf( "header_ver=%d lib_ver=%s", TIFFLIB_VERSION, >>TIFFGetVersion() ); >> exit(0); >>} >>---------------------------------------------------------- >> >>TIFFINC=/usr/local/include >>LIBTIFF=-L/usr/local/lib -ltiff >> >>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. >>It seems to me, the script needs an executable called "lib" but there is >>no in my system. only an empty dir /usr/local/lib. /usr/local/include is >>empty too. What the scripts search there? To what I have to set them? install the libtiff-devel.?.rpm which is requiered to compile this killer app: mount your cdrom go in the rpm repository and type rpm -Uvih libtiff-devel*.rpm re-run the configure script if it fails to find the libtiff lib and include (continuing to search it in /usr/local) use a configure option to tell him where the tiff lib is installed (such as: --with-libtiff-prefix=/usr or similar, do a ./configure --help and *read*) you can verify too that "/sbin/ldconfig -v | grep libtiff" is not null :] if null: rpm -vih libtiff-?.rpm but it shouldn't as there's a dependency between libtiff-devel -&-> libtiff Franck B. >>Thomas Hecker ____________________ 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.*