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

Re: otool -L and svn --version --verbose inconsistency

From: Ben Reser <ben_at_reser.org>
Date: Fri, 16 Aug 2013 12:39:10 -0700

On Fri Aug 16 11:31:39 2013, Blair Zajac wrote:
> On my MacPorts svn 1.8.1 build on PPC otool -L reports only MacPorts'
> sqlite:
>
> $ otool -L /opt/local/bin/svn | grep sqlite
> /opt/local/lib/libsqlite3.0.dylib (compatibility version 9.0.0,
> current version 9.6.0)
>
> However, svn --version --verbose also reports the system's sqlite:
>
> $ /opt/local/bin/svn --version --verbose | grep sqlite
> - /opt/local/lib/libsqlite3.0.dylib (PowerPC)
> - /usr/lib/libsqlite3.0.dylib (PowerPC)
>
> Is this anything to be concerned of?

I use the amalgamation and not a library for sqlite but I'd say yes
that's something to be concerned about.

dyld is loading both for some reason.
Received on 2013-08-16 21:39:50 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.