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:message-id:date:from:mime-version:to:subject :references:in-reply-to:content-type:content-transfer-encoding; q=dns; s=default; b=GJXmPbSXVHgBynammV0AJLJ2kxXjqHGE+RVe2h/7dlN PczUxA3PwUvQbYapK9JQQtSm7doFO0yBq7Yhil4gGfWXLPwpHHC4AxO/Rpe9y92e dyKFzthL7LlCGFWHcgS80lPkCcHqR3z0vlf+NvfyZG/qgszvCcOlg3ojdxYRIZwA = 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:message-id:date:from:mime-version:to:subject :references:in-reply-to:content-type:content-transfer-encoding; s=default; bh=AAFV2h3VRXCp+GylWnJ+Wt/72SY=; b=N/E6+tr7l8k8XVS59 9NP01xaE7Eq/d+Gf7QTSxUb8ULglC5VsQWdXmyigSX2l7NjmY8PJjZlfpdrdpq7i DHIZZb8Q8rMXOAQ7aF3tra80kTJmbFo7tNSS+q4yuWeN6vso5Yfjh5q+a0vc48cV qUMnzWK957z3ZlS4+7SOPOVEF0= 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-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-wi0-f179.google.com X-Received: by 10.180.97.225 with SMTP id ed1mr35208829wib.17.1429044929703; Tue, 14 Apr 2015 13:55:29 -0700 (PDT) Message-ID: <552D7EB7.3030905@gmail.com> Date: Tue, 14 Apr 2015 22:55:19 +0200 From: Marco Atzeri User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.6.0 MIME-Version: 1.0 To: cygwin AT cygwin DOT com Subject: Re: dig utility in bind-utils-9.9.7-1 returns no output References: <1923978077 DOT 20150414135419 AT yandex DOT ru> <552D7120 DOT 9000409 AT gmail DOT com> In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes On 4/14/2015 10:33 PM, Keith Christian wrote: > Thanks Marco, requested information below: > > Tue Apr 14 14:31:02 pty2 >cygcheck dig > Found: C:\cygwin\bin\dig.exe > Found: C:\cygwin\bin\dig.exe > C:\cygwin\bin\dig.exe > C:\cygwin\bin\cyggcc_s-1.dll > C:\cygwin\bin\cygwin1.dll as all Dll's are there I suspect one of them is too old and it is lacking one function call needed by dig (directly or by another dll) Usually this should show up with a strace /usr/bin/dig -help ( An alternative is to use Dependency Walker http://www.dependencywalker.com/ ) Can you please follow: Problem reports: http://cygwin.com/problems.html and attach the ouput of cygcheck as mentioned at: "Run cygcheck -s -v -r > cygcheck.out and include that file as an attachment in your report. Please do not compress or otherwise encode the output. Just attach it as a straight text file so that it can be easily viewed. " -- 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