Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 14 Oct 2011 19:15:33 +0200
From:      Matthias Andree <matthias.andree@gmx.de>
To:        freebsd-ports@freebsd.org
Subject:   Re: on HEAD subversion-freebsd: Error: shared library "sqlite3.8" does	not exist
Message-ID:  <4E986E35.1000407@gmx.de>
In-Reply-To: <20111014114929.GA36851@mech-cluster241.men.bris.ac.uk>
References:  <20111014114929.GA36851@mech-cluster241.men.bris.ac.uk>

next in thread | previous in thread | raw e-mail | index | archive | help
Am 14.10.2011 13:49, schrieb Anton Shterenlikht:
> Is this related to the auto tools issue?
> 
> ===>   subversion-freebsd-1.6.17_4 depends on shared library: sqlite3.8 - not found
> ===>    Verifying install for sqlite3.8 in /usr/ports/databases/sqlite3
> ===>   Returning to build of subversion-freebsd-1.6.17_4
> Error: shared library "sqlite3.8" does not exist
> 
> I've sqlite3-3.7.8 installed.
> This is on 10.0-CURRENT #7 r225932

Well, 10-CURRENT and ports is an issue.

WRT the port, note that the ports system uses a different naming for
libraries, the sqlite3.8 means that it is looking for a libsqlite3.so.8
file, not that you need version 3.8 installed.  That may be confusing,
and I suppose your problem is due to installing on FreeBSD 10-CURRENT.

There have been various discussions about how to solve the issues around
version being bumped from 9 to 10 (where 10 compares lower in string
comparisons, and 10 matches freebsd-1.* patterns in ports), and there
are hints in /usr/ports/UPDATING, which see.

HTH



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4E986E35.1000407>