X-Recipient: archive-cygwin@delorie.com
DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id
	:list-unsubscribe:list-subscribe:list-archive:list-post
	:list-help:sender:subject:to:references:from:message-id:date
	:mime-version:in-reply-to:content-type
	:content-transfer-encoding; q=dns; s=default; b=giANAv4Dv374zglL
	QSFIRp7OdA4engtKsLRLcEVmUAVqeLICbX+jW/LUtwQJV73A2dUVZ/cMkeAoiKQ8
	WB6i7057D4ZtRhorWCAoN49csfRNIRuXnGsoBou7NuV0FS4KIUTAHg+gCwJ496FE
	5r+RYsy7FSduyxsMtrTANAOw1qM=
DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id
	:list-unsubscribe:list-subscribe:list-archive:list-post
	:list-help:sender:subject:to:references:from:message-id:date
	:mime-version:in-reply-to:content-type
	:content-transfer-encoding; s=default; bh=rmEdhMLmZBJqWjrvQ3gKaX
	3ePPw=; b=JX9ejN9yd31446+HkeHXX3f/lHWaEG8j4ZliOexqTul7H1jALQl5kU
	S4j++3ISt40hk3qUo8aY3NEnH0AIsgLeXwksUjeXf/S8jk9xvYdWJIcQnkrlPhWE
	YaU8rIq5vVF2T0wkzIiUK6WTzKO1haxavg3AHFtiL2c/oGBvlstLM=
Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com
Authentication-Results: sourceware.org; auth=none
X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE autolearn=ham version=3.3.1 spammy=HX-Spam-Relays-External:sk:!192.16, H*RU:sk:!192.16, 04112019, H*r:sk:mailout
X-HELO: mailout12.t-online.de
Subject: Re: configure script fails during install (Setup Ver 2.897 (64 bit))
To: cygwin@cygwin.com
References: <BY5PR12MB39405F3DF67CB86A9EB80E37B57F0@BY5PR12MB3940.namprd12.prod.outlook.com>
From: =?UTF-8?Q?Hans-Bernhard_Br=c3=b6ker?= <HBBroeker@t-online.de>
Message-ID: <506003de-7a2a-267b-e32b-ed67f55f9ff1@t-online.de>
Date: Mon, 4 Nov 2019 18:18:22 +0100
User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:68.0) Gecko/20100101 Thunderbird/68.2.1
MIME-Version: 1.0
In-Reply-To: <BY5PR12MB39405F3DF67CB86A9EB80E37B57F0@BY5PR12MB3940.namprd12.prod.outlook.com>
Content-Type: text/plain; charset=utf-8
Content-Transfer-Encoding: 8bit
X-IsSubscribed: yes

Am 04.11.2019 um 02:06 schrieb Lawrence Clooney:
> Error Message:
> checking whether to use NLS... no
> checking for initscr in -lncurses... yes
> checking ncurses.h usability... yes
> checking ncurses.h presence... yes
> checking for ncurses.h... yes
> checking for Berkeley DB db.h version >= 4.1 ... no (version numbers not found)
> configure: error: Berkeley DB db.h is missing or has incompatible version

No, that does not mean that the configure script failed.  It means the
configure script determined that your build machine lacks some
capabilities this program needs, and thus refused to continue.  As
that's exactly what the script is supposed to do, it cannot be qualified
as a failure.

You will have to install the required packages to satisfy that
dependency.  In the case at hand, that would be libdb-devel (current
version 5.3.28-2).

What did fail here is either the sequence of instructions you followed
(because they really should have told you to install that package), or
your following of same (if they did tell you, but you didn't).

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

