Aw: Re: Enable JBIG-in-TIFF support

"Max Mothwurf" <[email protected]> Mon, 12 Nov 2018 22:44:55 +0100
Newsgroups gmane.comp.telephony.fax.hylafax.user
Message-ID <trinity-929f2608-4cf6-4e87-9c15-aae0b87c2433-1542059095022@3c-app-gmx-bs06>
<html><head></head><body><div style="font-family: Verdana;font-size: 12.0px;"><div>
<div>Lee and Holger,</div>

<div>thanks for your answers!</div>

<div>I had installed</div>

<div>libjbig-devel</div>

<div>libtiff-devel</div>

<div>libtiff5</div>

<div>&nbsp;</div>

<div>obviously the additional &#39;tiff&#39; installation made the difference!</div>

<div>&nbsp;</div>

<div>Thanks!</div>

<div>&nbsp;
<div name="quote" style="margin:10px 5px 5px 10px; padding: 10px 0 10px 10px; border-left:2px solid #C3D9E5; word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;">
<div style="margin:0 0 10px 0;"><b>Gesendet:</b>&nbsp;Montag, 12. November 2018 um 18:58 Uhr<br/>
<b>Von:</b>&nbsp;&quot;Lee Howard&quot; &lt;[email protected]&gt;<br/>
<b>An:</b>&nbsp;&quot;Max Mothwurf&quot; &lt;[email protected]&gt;, [email protected]<br/>
<b>Betreff:</b>&nbsp;Re: [hylafax-users] Enable JBIG-in-TIFF support</div>

<div name="quoted-content">
<div style="background-color: rgb(255,255,255);">
<div class="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&#39;ll need HylaFAX to be built against libjbig-devel (also known as JBIG-KIT).<br/>
<br/>
To get JBIG receiving support you&#39;ll also need libtiff to be compiled with JBIG support.<br/>
<br/>
During configure you&#39;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<br/>
... not found. Disabling LDAP support<br/>
<br/>
... and then you&#39;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&#39;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 &quot;libjbig-dev&quot;.<br/>
<br/>
Thanks,<br/>
<br/>
Lee.<br/>
<br/>
<br/>
On 11/12/2018 08:28 AM, Max Mothwurf wrote:</div>

<blockquote>
<div style="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>&nbsp;</div>

<div>configurre is called with:</div>

<div>&nbsp;</div>

<div>./configure &#92;<br/>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; --with-DIR_BIN=%{_bindir} &#92;<br/>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; --with-DIR_SBIN=%{_sbindir} &#92;<br/>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; --with-DIR_LIB=%{_libdir} &#92;<br/>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; --with-DIR_LIBEXEC=%{_sbindir} &#92;<br/>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; --with-DIR_LIBDATA=%{_sysconfdir}/hylafax &#92;<br/>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; --with-DIR_LOCKS=%{_localstatedir}/lock &#92;<br/>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; --with-LIBDIR=%{_libdir} &#92;<br/>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; --with-TIFFBIN=%{_bindir} &#92;<br/>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; --with-DIR_MAN=%{_mandir} &#92;<br/>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; --with-PATH_GSRIP=%{_bindir}/gs &#92;<br/>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; --with-TIFFINC=-L%{_includedir} &#92;<br/>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; --with-LIBTIFF=&quot;-ltiff&quot; &#92;<br/>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; --with-DIR_SPOOL=%{faxspool} &#92;<br/>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; --with-AFM=no &#92;<br/>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; --with-AWK=%{_bindir}/gawk &#92;<br/>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; --with-PATH_VGETTY=/sbin/vgetty &#92;<br/>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; --with-PATH_GETTY=/sbin/mgetty &#92;<br/>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; --with-PAGESIZE=A4 &#92;<br/>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; --with-PATH_DPSRIP=%{faxspool}/bin/ps2fax &#92;<br/>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; --with-PATH_IMPRIP=&quot;&quot; &#92;<br/>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; --with-SYSVINIT=%{_initddir}/hylafax+ &#92;<br/>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; --with-INTERACTIVE=no</div>

<div>&nbsp;</div>

<div>Thanks!</div>

<div>Max</div>
</div>
____________________ HylaFAX(tm) Users Mailing List _______________________ To subscribe/unsubscribe, click <a class="moz-txt-link-freetext" href="http://lists.hylafax.org/cgi-bin/lsg2.cgi" target="_blank">http://lists.hylafax.org/cgi-bin/lsg2.cgi</a> On UNIX: mail -s unsubscribe <a class="moz-txt-link-abbreviated" href="mailto:[email protected]" onclick="parent.window.location.href=&#39;mailto:[email protected]&#39;; return false;" target="_blank">[email protected]</a> &lt; /dev/null *To learn about commercial HylaFAX(tm) support, mail <a class="moz-txt-link-abbreviated" href="mailto:[email protected].*" onclick="parent.window.location.href=&#39;mailto:[email protected].*&#39;; return false;" target="_blank">[email protected].*</a></blockquote>

<p>&nbsp;</p>
</div>
</div>
</div>
</div>
</div></div></body></html>


____________________ 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].*