[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: Justin Erenkrantz <justin_at_erenkrantz.com>
Date: Tue, 7 Oct 2008 11:50:58 -0700

On Tue, Oct 7, 2008 at 11:43 AM, Julian Foad <julianfoad_at_btopenworld.com> wrote:
> 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.

If it helps, since you didn't specify the version (like above), the
reason I inferred it was from the file name of the .so:

/usr/lib/libsqlite3.so.0.8.6

If you use GNU libtool's versioning parameters, that should refer to
3.8.6. For APR 1.2.11, the installed .so is:

/usr/lib/libapr-1.so.0.2.11

But, it looks like SuSE (or SQLite) does something different with
their suffixes. *shrug* -- justin

---------------------------------------------------------------------
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:51:11 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.