Re: BZIP2 algorithm isn't supported after compiling gnupg from source code

2006-01-06 Thread lusfert
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 like (near

Re: BZIP2 algorithm isn't supported after compiling gnupg from source code

2006-01-06 Thread John Clizbe
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 support

Re: BZIP2 algorithm isn't supported after compiling gnupg from source code

2006-01-06 Thread Philipp Kern
-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 a

Re: BZIP2 algorithm isn't supported after compiling gnupg from source code

2006-01-05 Thread John Clizbe
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'. # make