"Daniel J. Luke" <dl...@geeklair.net> writes:

>> On Oct 24, 2014, at 3:09 PM, Daniel J. Luke <dl...@geeklair.net> wrote:
>>> The JavaHL bindings
>>> use the same libraries to access the code as the commmand line clients.
>>> If one works and the other does not it implies that the different
>>> libraries are getting loaded at runtime.  I have no idea what you need
>>> to do to get the correct libraries to load on OSX.
>> 
>> make check-javahl sets DYLD_LIBRARY_PATH so the libraries from the build 
>> take precedence over any others. I'll check to see which library(s) are 
>> getting loaded at runtime both from the MacPorts build and my non-MacPorts 
>> build and see if there's anything there. Thanks for giving me some place to 
>> start... 
>
> I don't see any difference between which libraries are getting loaded:

All I can suggest is building with debug symbols and using a debugger.
The code is in subversion/libbsvn_subr/sqlite.c and I would guess the
problem is eithe SQLite initialisation in init_sqlite() or database open
in internal_open().

-- 
Philip Martin | Subversion Committer
WANdisco // *Non-Stop Data*

Reply via email to