[bug] Python bindings fail to load shared libraries in MacOS El Capitan

David Bremner david at tethera.net
Thu Oct 22 08:32:58 PDT 2015


Robert Künnemann <robert at kunnemann.de> writes:

>>Also, it seems like you are coding the absolute path name of
>>the library. Is that really necessary?
> It seems so. Two responses in the thread I mentioned
> http://stackoverflow.com/questions/32905322/oserror-dlopenlibsystem-dylib-6-image-not-found
> suggest the same, and it solved the issue for me.

I don't think hard-coding the install location of the library is
something we can do upstream, so it probably needs someone with a Mac to
roll up their sleeves and add something to use the prefix information
from Makefile.config. Hopefully this could also eliminate the current
runtime check for the system type.

d



More information about the notmuch mailing list