Justin Erenkrantz wrote:
> On Tue, Oct 7, 2008 at 10:57 AM, Julian Foad <julianfoad_at_btopenworld.com> wrote:
>> On Tue, 2008-10-07 at 10:46 -0700, Justin Erenkrantz wrote:
>>> On Tue, Oct 7, 2008 at 10:39 AM, Julian Foad <julianfoad_at_btopenworld.com> wrote:
>>>> Harrumph. I have SQLite installed. What else do I need?
>>> Looks like the version detection has gone haywire - what does the
>>> following snippet produce for you:
>>>
>>> sqlite_version=`$pkg_config $SQLITE_PKGNAME --modversion --silence-errors`
>>>
>>> if $ECHO $sqlite_version | $EGREP -q $SQLITE_ALLOWED_PATTERN; then
>>>
>>> (That's around line 48 in build/ac-macros/sqlite.m4)
>> $ pkg-config sqlite3 --modversion --silence-errors
>> 3.2
>
> That would do it, but from the rpm listing it looks like you really
> have 3.6.8: /usr/lib/libsqlite3.so.0.8.6. (if I read that version
> correctly)
Uh, if he's got SQLite 3.6.8, I want to know how I too can get a time machine.
(3.6.3 is the latest version.)
-Hyrum
Received on 2008-10-07 20:13:22 CEST