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=caHPuuiUUqkZga58vOBuu5uvSt2J9JfZ9VvWxYmF9eJ lpA2dIf5AAc+6AlANbYiC4c/KgZdw6RjLPuuI4MNj5r2AR+q9dkzo9qWSNcmNZkO kkQ73+msUZpgCEG5dHkYG33a176o1Sm1TB5N0mmqRyqLo3jPrDzCiUOwbB2kCaV0 = 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=2ejcwf8HcZE8YMpQ/BdTF+FB33M=; b=F82FgjHEO9UzFzMoN dnGprbSfWu6ZHlvKf+jeT6vlNOUbz3KHDXTp0pWkOYgjx8j8G32QYNuBaOd9TgmP 8RFg48l5vZWyiZz9mT/OZtOSte2vKi/RwHHzI5T+f2t57Pv5gi5PjmzMh6QCjJu3 JXHrvqVQqwn096FlcMnhLin0Bk= 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.5 required=5.0 tests=ALL_TRUSTED,AWL,BAYES_50,KHOP_THREADED autolearn=ham version=3.3.2 X-HELO: bureau82.ns.utoronto.ca Message-ID: <5232129F.7090409@cs.utoronto.ca> Date: Thu, 12 Sep 2013 15:14:39 -0400 From: Ryan Johnson User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:17.0) Gecko/20130801 Thunderbird/17.0.8 MIME-Version: 1.0 To: cygwin AT cygwin DOT com Subject: Re: sqlite3 not readline-enabled any more? References: <5231A9CA DOT 8060605 AT cs DOT utoronto DOT ca> <52320CDF DOT 6050608 AT etr-usa DOT com> In-Reply-To: <52320CDF.6050608@etr-usa.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes On 12/09/2013 2:50 PM, Warren Young wrote: > On 9/12/2013 05:47, Ryan Johnson wrote: >> >> I fired up a sqlite3 shell today and was dismayed to find that readline >> support is AWOL... > > It works here, under both MinTTY and cmd.exe. > > By that I mean that I ran sqlite3, typed .help at it, then Up-Arrow > gives me .help again. > > ldd reports that it is indeed linked to cygreadline7.dll. > > What does sqlite3 --version say? $ which sqlite3 /usr/bin/sqlite3 $ sqlite3 --version 3.7.17 2013-05-20 00:56:22 118a3b35693b134d56ebd780123b7fd6f1497668 $ ldd $(which sqlite3) ntdll.dll => /cygdrive/c/Windows/SYSTEM32/ntdll.dll (0x77720000) kernel32.dll => /cygdrive/c/Windows/system32/kernel32.dll (0x77600000) KERNELBASE.dll => /cygdrive/c/Windows/system32/KERNELBASE.dll (0x7fefd740000) cygsqlite3-0.dll => /usr/bin/cygsqlite3-0.dll (0x3fcf80000) cygwin1.dll => /usr/bin/cygwin1.dll (0x180040000) Ryan -- 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