[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: Blair Zajac <blair_at_orcaware.com>
Date: Fri, 16 Aug 2013 14:22:43 -0700

On 08/16/2013 02:19 PM, Ben Reser wrote:
> On Fri Aug 16 13:08:59 2013, Blair Zajac wrote:
>> MacPorts uses nothing from the OS if it can avoid it. Here's the
>
> Check to see if the apr-util you're using isn't linked against the
> system sqlite. Could also be some other dependency but as far as I
> recall apr-util is the only dependency that might be linked against
> sqlite.

It's not:

$ otool -L /opt/local/lib/libaprutil-1.dylib
/opt/local/lib/libaprutil-1.dylib:
        /opt/local/lib/libaprutil-1.0.dylib (compatibility version 6.0.0,
current version 6.2.0)
        /opt/local/lib/libexpat.1.dylib (compatibility version 8.0.0, current
version 8.0.0)
        /opt/local/lib/libiconv.2.dylib (compatibility version 8.0.0, current
version 8.1.0)
        /opt/local/lib/libapr-1.0.dylib (compatibility version 5.0.0, current
version 5.8.0)
        /usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current
version 111.1.7)
        /usr/lib/libgcc_s.1.dylib (compatibility version 1.0.0, current version
1.0.0)

It's dynamically loaded module isn't:

$ otool -L /opt/local/lib/apr-util-1/apr_dbd_sqlite3.so
/opt/local/lib/apr-util-1/apr_dbd_sqlite3.so:
        /opt/local/lib/libsqlite3.0.dylib (compatibility version 9.0.0, current
version 9.6.0)
        /usr/lib/libgcc_s.1.dylib (compatibility version 1.0.0, current version
1.0.0)
        /usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current
version 111.1.7)
Received on 2013-08-16 23:23:17 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.