Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

[hylafax-users] tiff library

0 views
Skip to first unread message

Joseph

unread,
Aug 4, 2002, 2:07:23 PM8/4/02
to hylafa...@hylafax.org
I got the following error when trying to "./configure" hylafax on
Mandrake 8.2

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

Any idea how to solve the problem?
I have libtiff3-3.5.5-9mdk installed; I even installed libtiff-3.4-4 but
still the same error.

Joseph

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

Tren Blackburn

unread,
Aug 4, 2002, 2:18:15 PM8/4/02
to hylafa...@hylafax.org
Did you install the development library? On redhat it's called
libtiff-devel-version.

Regards,

Tren

--
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
- Tren Blackburn - Owner mailto:tr...@eotnetworks.com =
= EOT Networks http://www.eotnetworks.com -
- Phone (403) 818-7658 Fax (403) 269-2122 =
= ** Infinite Solutions for a Finite World ** -
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
--
------------------------------------------------------------------------
DISCLAIMER: This e-mail message is intended only for the named
recipient(s) above and may contain information that is privileged,
confidential and/or exempt from disclosure under applicable law. If you
have received this message in error, or are not the named recipient(s),
please immediately notify the sender and delete this e-mail message.
------------------------------------------------------------------------

Carsten Breuer

unread,
Aug 4, 2002, 4:39:16 PM8/4/02
to Hylafax Users
Hi Joseph,

> I got the following error when trying to "./configure" hylafax on
> Mandrake 8.2

...
>

I think nearly everybody get that error and it is IMO (im relative new on this list)
one of the mosted answered question. The error mostly occur while the script
forgot to include the zlib: Try the following:

./configure --with-LIBTIFF="-ltiff -lz"
./configure --with-LIBTIFF="-ltiff -lz -ljpeg"
./configure --with-LIBTIFF="-ltiff -lz -ljpeg -lm"

This should work.

I think the gurus are tired to answer this question, so we newbies must do
it now ;-)).

Best wishes,

Carsten Breuer

Joseph

unread,
Aug 4, 2002, 4:53:23 PM8/4/02
to Hylafax Users
Thanks Carsten, it worked.
I'm still new to Linux. I've seen this posting before in archives but I
wasn't sure if I'm on the right track.

Regards,

Carsten Breuer

unread,
Aug 4, 2002, 6:25:13 PM8/4/02
to Hylafax Users
Hi Joseph,

> Thanks Carsten, it worked.
> I'm still new to Linux. I've seen this posting before in archives but I
> wasn't sure if I'm on the right track.

Great, i had the same problems before and also relative new on linux.
It costs me tree hard weeks to understand, that it is a stupid idea to
create a user with a beginning capital letter (Samba);-)).

Some more tipps:

- Make sure that you use at least the version 4.1.2.
- Make sure that the you add faxgetty in the inittab.
- If you get error messages for egetty and vgetty ignore them.
- If faxsetup says that files are missing use whereis to check them.
They are ofen onyly in a different directory.

Best wishes,


Carsten

0 new messages