[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: svn commit: r33520 - requiring SQLite

From: Julian Foad <julianfoad_at_btopenworld.com>
Date: Tue, 07 Oct 2008 19:43:36 +0100

On Tue, 2008-10-07 at 11:01 -0700, 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)

I don't know how you got that from the library file name. It's packaged
as v3.2.8.

[[[
$ rpm -qa | grep sqlite
sqlite-3.2.8-15.2
sqlite-devel-3.2.8-15.2
mono-data-sqlite-1.2.2-12.20
sqlite2-2.8.17-14.2
]]]

Sorry, I meant to include that in the previous transcript, but pasted
the wrong bit. That would have made things a lot clearer.

> Could this be a SuSE packaging issue? What's the version reported in
> your sqlite3.h? -- justin

I don't see any "issue" with the packaging. I've already uninstalled it
to make way for upgrading. The configure script detected it as "3.2",
which agrees with the package name.

- Julian

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: dev-help_at_subversion.tigris.org
Received on 2008-10-07 20:43:52 CEST

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.