From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 44677 invoked by alias); 27 Feb 2016 08:47:51 -0000 Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner@cygwin.com Mail-Followup-To: cygwin@cygwin.com Received: (qmail 44667 invoked by uid 89); 27 Feb 2016 08:47:50 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-0.1 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 spammy=ldd, HX-Received:Sat X-HELO: mail-oi0-f48.google.com Received: from mail-oi0-f48.google.com (HELO mail-oi0-f48.google.com) (209.85.218.48) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-GCM-SHA256 encrypted) ESMTPS; Sat, 27 Feb 2016 08:47:49 +0000 Received: by mail-oi0-f48.google.com with SMTP id m82so76801569oif.1 for ; Sat, 27 Feb 2016 00:47:49 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:date:message-id:subject:from:to; bh=b0H4YDuYm9YINDQ3Ord0I/1BacI9TR8KTK7UM+hL8yQ=; b=dz8H4DmVZ4TgSP9LMOkbOqvSh4XA7ZsAraSQc6ocRIh84Ix6JIqJHRR7dF3+aY66rU 7mXds8wcYa3Ofp3C7IVw+fWYOlOwUBvUguYO1N0Sr0tRwxz2NcQPaaFxxkub4uv+emIT aP9byMovgJwyzEROavDJGRkNAe9UDfWqTwHqs5gQFcRj9Kfb1Omyf2EauOfRlbB+d3CS zQflrpPaO8lHyyCE7i6Uh2rdLaV5lGThBTRaDx1oxcWb/Up0LoqbfEPsKzUcLX3FErwF g8MWiYz7Q4w5GwATuryD79/Z8Y6m6cjH6W2B2I/qsxAL+MG3eulaYz0ShRsG5nyB1VXe xC2w== X-Gm-Message-State: AD7BkJJFhFkfzJs7ODihYzW4ys4cZlUmrGnI/EVPgJdyhWjq34tsOJtioEkYi03mq1//ZIIVhLgrPoYOtFsUWw== MIME-Version: 1.0 X-Received: by 10.202.186.193 with SMTP id k184mr4172532oif.66.1456562867520; Sat, 27 Feb 2016 00:47:47 -0800 (PST) Received: by 10.202.49.145 with HTTP; Sat, 27 Feb 2016 00:47:47 -0800 (PST) Date: Sat, 27 Feb 2016 08:47:00 -0000 Message-ID: Subject: sqlite3 not being built with libreadline From: Kenneth Smith To: cygwin@cygwin.com Content-Type: text/plain; charset=UTF-8 X-IsSubscribed: yes X-SW-Source: 2016-02/txt/msg00413.txt.bz2 Hello, sqlite3 version 3.11.0-1 is not linked to libreadline: $ ldd /usr/bin/sqlite3 ntdll.dll => /cygdrive/c/WINDOWS/SYSTEM32/ntdll.dll (0x772b0000) KERNEL32.DLL => /cygdrive/c/WINDOWS/SYSTEM32/KERNEL32.DLL (0x741a0000) KERNELBASE.dll => /cygdrive/c/WINDOWS/SYSTEM32/KERNELBASE.dll (0x75990000) Neither was 3.10. A google search came up with a similar occurrence in 2013, so presumably it is meant to have readline support... -- 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