X-Recipient: archive-cygwin AT delorie DOT 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:mime-version:references:in-reply-to:from:date :message-id:subject:to:content-type; q=dns; s=default; b=rUWpXxn VQmE03WbAHQckZtM/Gx41UjLpSZlbfUhpZKFr36kqGRnU3TVYpDtFv/lA9q0jlJ8 8QieWW3rgFGXDWcL47K31qkDJNpJGJu5mE9zPxIX+EhuMFA5yQ6bdNdXAKEoYP3b iZmCU5NlDhTP/I62jbAeh0/JPJjKdTFzPJjM= 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:mime-version:references:in-reply-to:from:date :message-id:subject:to:content-type; s=default; bh=POJF19PW6WPM7 ZNqCmcif6s9pTw=; b=TTadxluQU95TEcjCqdv3WZHc6sHaWsEPJuT+0xyuXRpv+ VAHyyQCEc3+KJKujPwqazXHE/PVdM5jVI1tCbKPFTgZ1dEInk0zTfkhBjVq988CQ DejDUJ8opa196Ne0l54b3wm2JScV1bS7TZEI94UbS4w4SAQhWATpTkeFpesPxU= Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT 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,SPF_PASS autolearn=ham version=3.3.2 spammy=Scott, scott, gursoy, GURSOY X-HELO: mail-qk1-f181.google.com DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:references:in-reply-to:from:date:message-id:subject:to; bh=Y4Ge+mNGBvGFw4VGJA+64nYCLqLw/4yLOCvhXL6WQko=; b=AkTnKdNz8iX01fDvvE7Rhqc6VelhY9aO4LFt+RgnNX/E5Mi5V/gylXgi0fd/NG+K/l FzxkigsANYWDm3LEQwJFr+P9uUM6cWarbd5SgL7HqjHGHYMxGg53VgydHTiEgkn8MJA0 WNJYywCug0rY4yZY/fhnIE5tzTBx8qz2Djm7okJP/o4QWvrOMNEme9eAVF1KQtwE4Nmb zdx3Bd9FO9NoHXQz3C7CG3dX9ZHIRnda49+qxPs+U4U2WoG9LKBEegQsihKAOEvKguyr fmuDwF948LPNaz1uFccgvdijIjkfJLwNZZSjC1Dl84suAcCH97spcVqN3ahGuyTH9sbx I5jg== MIME-Version: 1.0 References: In-Reply-To: From: Csaba Raduly Date: Thu, 11 Oct 2018 11:17:38 +0200 Message-ID: Subject: Re: BIND 9_11_p1 Compiling From Cygwin Source To: cygwin list Content-Type: text/plain; charset="UTF-8" Hi Onur, On Thu, Oct 11, 2018 at 9:46 AM Onur GURSOY wrote: > > Hello Everyone, > > Nowadays, Im trying to many cyfwin package. > I lookfor a dns server, i notice bind9 and i found a pacakage in cygwin. > Everythin is ok but cygwin support binary package and source. > Binary package is working very well but when i try to compile from source > "cygport bind.cygport all" > doesnt compile, > first i fix "--with-libxml2=/usr/include/libxml2" > then i install may db package > after then i take an error " stringprep.h: No such file or directory" > What is the problem with cygwin enviroment ? Cygwin package search tells us: https://cygwin.com/cgi-bin2/package-grep.cgi?grep=stringprep.h&arch=x86_64 You probably need to install libidn-devel (which should drag in libidn) Csaba -- You can get very substantial performance improvements by not doing the right thing. - Scott Meyers, An Effective C++11/14 Sampler So if you're looking for a completely portable, 100% standards-conformat way to get the wrong information: this is what you want. - Scott Meyers (C++TDaWYK) -- 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