<div dir="ltr">It would be helpful to know why I can't get compression in my build. I've tried to build from source three times now.<div><br></div><div>There are so many packages in Ubuntu with zip, zlib, and bzip2 in the name I can't begin to try them all. I've looked at config.log and it doesn't give much help.</div><div><br></div><div>Cheers</div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Fri, Nov 11, 2022 at 8:38 AM Ingo Klöcker <<a href="mailto:kloecker@kde.org">kloecker@kde.org</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">On Freitag, 11. November 2022 14:06:34 CET Bernhard Reiter wrote:<br>
> Am Freitag 04 November 2022 13:55:58 schrieb K S via Gnupg-users:<br>
> > How do I run configure to get the compression routines?<br>
> <br>
> checkout the "config.log" or the output of your configure command run<br>
> to see if there are messages concerning compression libraries.<br>
<br>
It depends on your distribution what packages you need to install to get <br>
support for compression. Typically, those packages would be called something <br>
like zlib-devel, zip-devel, bzip2-devel, or similar.<br>
<br>
configure will very likely have told you that it didn't find zlib, zip and <br>
bzip2. Just running configure without looking at its output will allow you to <br>
build an application, but you may miss optional feature like, in the case of <br>
gnupg, support for different types of compression.<br>
<br>
Regards,<br>
Ingo<br>
_______________________________________________<br>
Gnupg-users mailing list<br>
<a href="mailto:Gnupg-users@gnupg.org" target="_blank">Gnupg-users@gnupg.org</a><br>
<a href="https://lists.gnupg.org/mailman/listinfo/gnupg-users" rel="noreferrer" target="_blank">https://lists.gnupg.org/mailman/listinfo/gnupg-users</a><br>
</blockquote></div>