https://bugs.freedesktop.org/show_bug.cgi?id=50682
--- Comment #7 from Stephan Bergmann <[email protected]> 2012-06-19 13:12:23 PDT --- At least on Mac OS X 10.7.4, the dlopen of libpyuno.dylib from pyuno.so (pyuno/source/module/pyuno_dlopenwrapper.c) fails with a dlerror of dlopen(/Users/stephan/Desktop/LOdev.app/Contents/MacOS/libpyuno.dylib, 10): Symbol not found: _sqlite3_wal_checkpoint Referenced from: /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwork.framework/Versions/A/CFNetwork Expected in: /Users/stephan/Desktop/LOdev.app/Contents/MacOS/libsqlite3.dylib in /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwork.framework/Versions/A/CFNetwork <http://cgit.freedesktop.org/libreoffice/core/commit/?id=dc82cf021f76ea83ff7a4bcb2d7525f2e111f0cc> "Make PyUNO work --with-macox-version-min-required=10.6" on recent master towards LO 3.7 fixes this when *building* on Mac OS X 10.7.4, but not when *running* a stock build (based on the 10.4 SDK) on Mac OS X 10.7.4. Whether it would be OK to adapt that fix to always build LO on Mac OS X against system libsqlite3.dylib instead of one from LO's nss module, I do not know. I do not have a baseline Mac OS X 10.4 to check whether its system libsqlite3.dylib (if any) would be sufficient. -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. _______________________________________________ Libreoffice-bugs mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs
