Re: Enable JBIG-in-TIFF support

Lee Howard <[email protected]> Mon, 12 Nov 2018 09:58:29 -0800
Newsgroups gmane.comp.telephony.fax.hylafax.user
Message-ID <[email protected]>
This is a multi-part message in MIME format.
--------------31E9012CCFBDC12E96E9354B
Content-Type: text/plain; charset=utf-8
Content-Transfer-Encoding: quoted-printable

Are you interested in getting JBIG-in-TIFF (receiving JBIG faxes), or
interested in sending JBIG-compressed faxes, or both?

To get JBIG sending support you'll need HylaFAX to be built against
libjbig-devel (also known as JBIG-KIT).

To get JBIG receiving support you'll also need libtiff to be compiled
with JBIG support.

During configure you'll see something like this:

Checking for regular expression library support
=2E.. found. Using system regular expression support.
Checking for PAM (Pluggable Authentication Module) support
=2E.. not found. Disabling PAM support
Checking for OpenSSL library support
=2E.. found. Enabling OpenSSL library support
Checking for version-flexible OpenSSL library support
=2E.. found. Enabling version-flexible OpenSSL library support.
Checking for JBIG library support
=2E.. found. Enabling JBIG support
Checking for JPEG library support
=2E.. not found. Disabling JPEG library support
Checking for Little CMS library support
=2E.. not found. Disabling Little CMS support
Checking for LDAP (Lightweight Directory Access Protocol) support
=2E.. not found. Disabling LDAP support

=2E.. and then you'll see something like this:

Checking TIFF support.
Using TIFF binary files from /usr/bin
Checking JBIG-in-TIFF conversion support.
JBIG-in-TIFF conversion support found.
Done checking TIFF support.

To have full send+receive JBIG support you'll want to see both of these
lines:

=2E.. found. Enabling JBIG support
JBIG-in-TIFF conversion support found.

Probably in your case you just need to install "libjbig-dev".

Thanks,

Lee.


On 11/12/2018 08:28 AM, Max Mothwurf wrote:
> Hi,
> can anyone tell me the parameter to enable the above support in
> hylafax+? My guess was that it is sufficient to include tiff resp.
> libtiff5 as build requirement, but that did not work.
> =C2=A0
> configurre is called with:
> =C2=A0
> ./configure \
> =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 --with-DIR_BIN=3D%{_bindir} =
\
> =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 --with-DIR_SBIN=3D%{_sbindir=
} \
> =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 --with-DIR_LIB=3D%{_libdir} =
\
> =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 --with-DIR_LIBEXEC=3D%{_sbin=
dir} \
> =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 --with-DIR_LIBDATA=3D%{_sysc=
onfdir}/hylafax \
> =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 --with-DIR_LOCKS=3D%{_locals=
tatedir}/lock \
> =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 --with-LIBDIR=3D%{_libdir} \=

> =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 --with-TIFFBIN=3D%{_bindir} =
\
> =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 --with-DIR_MAN=3D%{_mandir} =
\
> =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 --with-PATH_GSRIP=3D%{_bindi=
r}/gs \
> =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 --with-TIFFINC=3D-L%{_includ=
edir} \
> =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 --with-LIBTIFF=3D"-ltiff" \
> =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 --with-DIR_SPOOL=3D%{faxspoo=
l} \
> =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 --with-AFM=3Dno \
> =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 --with-AWK=3D%{_bindir}/gawk=
 \
> =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 --with-PATH_VGETTY=3D/sbin/v=
getty \
> =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 --with-PATH_GETTY=3D/sbin/mg=
etty \
> =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 --with-PAGESIZE=3DA4 \
> =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 --with-PATH_DPSRIP=3D%{faxsp=
ool}/bin/ps2fax \
> =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 --with-PATH_IMPRIP=3D"" \
> =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 --with-SYSVINIT=3D%{_initddi=
r}/hylafax+ \
> =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 --with-INTERACTIVE=3Dno
> =C2=A0
> Thanks!
> Max
> ____________________ HylaFAX(tm) Users Mailing List
> _______________________ To subscribe/unsubscribe, click
> http://lists.hylafax.org/cgi-bin/lsg2.cgi On UNIX: mail -s unsubscribe
> [email protected] < /dev/null *To learn about
> commercial HylaFAX(tm) support, mail [email protected].*=20



--------------31E9012CCFBDC12E96E9354B
Content-Type: text/html; charset=utf-8
Content-Transfer-Encoding: quoted-printable

<html>
  <head>
    <meta http-equiv=3D"Content-Type" content=3D"text/html; charset=3Dutf=
-8">
  </head>
  <body text=3D"#000000" bgcolor=3D"#FFFFFF">
    <div class=3D"moz-cite-prefix">Are you interested in getting
      JBIG-in-TIFF (receiving JBIG faxes), or interested in sending
      JBIG-compressed faxes, or both?<br>
      <br>
      To get JBIG sending support you'll need HylaFAX to be built
      against libjbig-devel (also known as JBIG-KIT).<br>
      <br>
      To get JBIG receiving support you'll also need libtiff to be
      compiled with JBIG support.<br>
      <br>
      During configure you'll see something like this:<br>
      <br>
      Checking for regular expression library support<br>
      ... found. Using system regular expression support.<br>
      Checking for PAM (Pluggable Authentication Module) support<br>
      ... not found. Disabling PAM support<br>
      Checking for OpenSSL library support<br>
      ... found. Enabling OpenSSL library support<br>
      Checking for version-flexible OpenSSL library support<br>
      ... found. Enabling version-flexible OpenSSL library support.<br>
      Checking for JBIG library support<br>
      ... found. Enabling JBIG support<br>
      Checking for JPEG library support<br>
      ... not found. Disabling JPEG library support<br>
      Checking for Little CMS library support<br>
      ... not found. Disabling Little CMS support<br>
      Checking for LDAP (Lightweight Directory Access Protocol) support<b=
r>
      ... not found. Disabling LDAP support<br>
      <br>
      ... and then you'll see something like this:<br>
      <br>
      Checking TIFF support.<br>
      Using TIFF binary files from /usr/bin<br>
      Checking JBIG-in-TIFF conversion support.<br>
      JBIG-in-TIFF conversion support found.<br>
      Done checking TIFF support.<br>
      <br>
      To have full send+receive JBIG support you'll want to see both of
      these lines:<br>
      <br>
      ... found. Enabling JBIG support<br>
      JBIG-in-TIFF conversion support found.<br>
      <br>
      Probably in your case you just need to install "libjbig-dev".<br>
      <br>
      Thanks,<br>
      <br>
      Lee.<br>
      <br>
      <br>
      On 11/12/2018 08:28 AM, Max Mothwurf wrote:<br>
    </div>
    <blockquote type=3D"cite"
cite=3D"mid:trinity-493921c5-0a7a-4868-beab-62c50c09bdc5-1542040096694@3c=
-app-gmx-bs10">
      <div style=3D"font-family: Verdana;font-size: 12.0px;">
        <div>Hi,</div>
        <div>can anyone tell me the parameter to enable the above
          support in hylafax+? My guess was that it is sufficient to
          include tiff resp. libtiff5 as build requirement, but that did
          not work.</div>
        <div>=C2=A0</div>
        <div>configurre is called with:</div>
        <div>=C2=A0</div>
        <div>./configure \<br>
          =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 --with-DIR_BIN=3D%{_=
bindir} \<br>
          =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 --with-DIR_SBIN=3D%{=
_sbindir} \<br>
          =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 --with-DIR_LIB=3D%{_=
libdir} \<br>
          =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 --with-DIR_LIBEXEC=3D=
%{_sbindir} \<br>
          =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 --with-DIR_LIBDATA=3D=
%{_sysconfdir}/hylafax \<br>
          =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 --with-DIR_LOCKS=3D%=
{_localstatedir}/lock \<br>
          =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 --with-LIBDIR=3D%{_l=
ibdir} \<br>
          =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 --with-TIFFBIN=3D%{_=
bindir} \<br>
          =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 --with-DIR_MAN=3D%{_=
mandir} \<br>
          =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 --with-PATH_GSRIP=3D=
%{_bindir}/gs \<br>
          =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 --with-TIFFINC=3D-L%=
{_includedir} \<br>
          =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 --with-LIBTIFF=3D"-l=
tiff" \<br>
          =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 --with-DIR_SPOOL=3D%=
{faxspool} \<br>
          =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 --with-AFM=3Dno \<br=
>
          =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 --with-AWK=3D%{_bind=
ir}/gawk \<br>
          =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 --with-PATH_VGETTY=3D=
/sbin/vgetty \<br>
          =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 --with-PATH_GETTY=3D=
/sbin/mgetty \<br>
          =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 --with-PAGESIZE=3DA4=
 \<br>
          =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 --with-PATH_DPSRIP=3D=
%{faxspool}/bin/ps2fax \<br>
          =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 --with-PATH_IMPRIP=3D=
"" \<br>
          =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 --with-SYSVINIT=3D%{=
_initddir}/hylafax+ \<br>
          =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 --with-INTERACTIVE=3D=
no</div>
        <div>=C2=A0</div>
        <div>Thanks!</div>
        <div>Max</div>
      </div>
      ____________________ HylaFAX(tm) Users Mailing List
      _______________________ To subscribe/unsubscribe, click
      <a class=3D"moz-txt-link-freetext" href=3D"http://lists.hylafax.org=
/cgi-bin/lsg2.cgi">http://lists.hylafax.org/cgi-bin/lsg2.cgi</a> On UNIX:=
 mail -s
      unsubscribe <a class=3D"moz-txt-link-abbreviated" href=3D"mailto:hy=
[email protected]">[email protected]</a> &l=
t; /dev/null *To
      learn about commercial HylaFAX(tm) support, mail <a class=3D"moz-tx=
t-link-abbreviated" href=3D"mailto:[email protected].*">[email protected].*</a>
    </blockquote>
    <p><br>
    </p>
  </body>
</html>

--------------31E9012CCFBDC12E96E9354B--


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