-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
John Clizbe wrote:
> Come on, Debianistas. I know there are Debian users out there who can answer
> all
> of this.
Taking this question self-contained:
# apt-get install libbz2-dev
Then gnupg's configure should find it just fine, without specifying
On Jan 07, 2006 at 00:10 +0300, lusfert wrote:
> checking whether to enable the BZIP2 compression algorithm... yes
> checking for bzlib.h... no
maybe you must install somthing as bzip-devel?
Vale!
--
Pawel I. Shajdo
___
Gnupg-users mailing list
Gnup
lusfert wrote:
> John Clizbe wrote on 05.01.2006 19:50:
> OK, I tried again. Here is configure log:
> http://lusfert.land.ru/files/configure_log
>
> It contains these lines:
> -
> checking whether to enable the BZIP2 compression algorithm... yes
> checking for bzlib.h... no
> -
>
>> BZIP2
John Clizbe wrote on 05.01.2006 19:50:
> lusfert wrote:
>>Thus BZIP2 algorithm isn't supported after compiling GnuPG 1.4.2 from
>>source code under Linux.
>>How can I enable BZIP2 support using last version of GPG under Linux?
>
>
> What was the output from configure? You should have seen lines li
lusfert wrote:
> $ cd /home/[user]/
> $ bunzip2 gnupg-1.4.2.tar.bz2
> $ tar xvf gnupg-1.4.2.tar
tar xjvf will combine the tar extract operation with the bunzip
> $ cd ./gnupg-1.4.2
> $ ./configure
> $ make
Thus is normally the point where one tests the built code *before*
'make install'.
> # m
Hello.
I downloaded GnuPG source and checked its signature (under Windows):
ftp://ftp.gnupg.org/gcrypt/gnupg/gnupg-1.4.2.tar.bz2
ftp://ftp.gnupg.org/gcrypt/gnupg/gnupg-1.4.2.tar.bz2.sig
Then I rebooted into recently installed Debian GNU/Linux 3.1r0a system
and built program from source:
$ cd /ho