Fwd: GnuPG 2.0.1 compile error

2006-12-07 Thread Zach Himsel
On 12/7/06, David Shaw [EMAIL PROTECTED] wrote:
 We need at least a tiny bit of information to try and help you.  Let's
 start with what kind of computer you have and what OS is running on
 it?  Then look in config.log and see what it says about zlib.h (stuff
 like checking for zlib.h usability and checking for zlib.h).

Duh! Sorry, I forgot about that! :)

I'm running Ubuntu 'Edgy Eft' on an Acer Aspire 5100 (Turion 64, 1GB
RAM). I currently have GnuPG 1.4.6 and 1.9.21.

config.log is as follows (regarding zlib.h):
===
configure:30117: checking zlib.h usability
configure:30134: gcc -c -g -O2  conftest.c 5
conftest.c:238:18: error: zlib.h: No such file or directory
configure:30140: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME gnupg
| #define PACKAGE_TARNAME gnupg
| #define PACKAGE_VERSION 2.0.1
SNIP
| /* end confdefs.h.  */
| #include zlib.h
configure:30217: result: no
configure:30250: checking for zlib.h
configure:30257: result: no
configure:30375: checking for bzlib.h
configure:30396: gcc -c -g -O2  conftest.c 5
conftest.c:207:19: error: bzlib.h: No such file or directory
configure:30402: $? = 1
===

Hope this helps...

--
Zach Himsel z.himsel[at]gmail.com
=== http://tinyurl.com/yjxo8s ===
|_|0|_| --- OpenPGP Key: 0x9A1DFCAC ---
|_|_|0| () **ASCII Ribbon Campaign** -- against
|0|0|0| /\  html mail  proprietary attachments

___
Gnupg-users mailing list
Gnupg-users@gnupg.org
http://lists.gnupg.org/mailman/listinfo/gnupg-users


Re: Fwd: GnuPG 2.0.1 compile error

2006-12-07 Thread David Shaw
On Thu, Dec 07, 2006 at 09:01:33PM -0500, Zach Himsel wrote:
 On 12/7/06, David Shaw [EMAIL PROTECTED] wrote:
  We need at least a tiny bit of information to try and help you.  Let's
  start with what kind of computer you have and what OS is running on
  it?  Then look in config.log and see what it says about zlib.h (stuff
  like checking for zlib.h usability and checking for zlib.h).
 
 Duh! Sorry, I forgot about that! :)
 
 I'm running Ubuntu 'Edgy Eft' on an Acer Aspire 5100 (Turion 64, 1GB
 RAM). I currently have GnuPG 1.4.6 and 1.9.21.
 
 config.log is as follows (regarding zlib.h):
 ===
 configure:30117: checking zlib.h usability
 configure:30134: gcc -c -g -O2  conftest.c 5
 conftest.c:238:18: error: zlib.h: No such file or directory

Ok.  The problem is simple: you don't have zlib installed, or at least
don't have the zlib development package installed.  I'm not sure what
it's called on Ubuntu, but there is probably some variation of zlib
and some variation on zlib-devel.  You need zlib-devel.

GnuPG 1.4.x comes with a built-in zlib just in case the build platform
doesn't have one.  GnuPG 2.0.x doesn't have a built-in one, so you
must provide it yourself.

David

___
Gnupg-users mailing list
Gnupg-users@gnupg.org
http://lists.gnupg.org/mailman/listinfo/gnupg-users


Re: Fwd: GnuPG 2.0.1 compile error

2006-12-07 Thread Todd Zullinger
David Shaw wrote:
 Ok.  The problem is simple: you don't have zlib installed, or at
 least don't have the zlib development package installed.  I'm not
 sure what it's called on Ubuntu, but there is probably some
 variation of zlib and some variation on zlib-devel.  You need
 zlib-devel.

It appears to be (the obviously named) zlib1g-dev. :)

Likewise, the bzip development package is named libbz2-dev.

-- 
ToddOpenPGP - KeyID: 0xBEAF0CE3 | URL: www.pobox.com/~tmz/pgp
==
Duct tape is like the Force. It has a light side, a dark side, and it
holds the universe together
-- Carl Zwanzig



pgpLTSOrg1doE.pgp
Description: PGP signature
___
Gnupg-users mailing list
Gnupg-users@gnupg.org
http://lists.gnupg.org/mailman/listinfo/gnupg-users