https://issues.apache.org/ooo/show_bug.cgi?id=124426
--- Comment #13 from [email protected] <[email protected]> --- @jsc: libunordf.dylib is not loaded because /opt/local/lib/libxml2.2.dylib is not available. libunordf.dylib has a dependency on libraptor.1.dylib which claims to require - /opt/local/lib/libxml2.2.dylib - /opt/local/lib/libz.1.dylib - /opt/local/lib/liblzma.5.dylib - /opt/local/lib/libiconv.2.dylib which are not available on a regular system. On a "normal" system the AOO-builtin libraptor.1.dylib requires - /usr/lib/libxml2.2.dylib - /usr/lib/libz.1.dylib - /usr/lib/libSystem.B.dylib - /usr/lib/libicucore.A.dylib which are available on plain OSX installations. That the problem only shows up for newer documents is caused by ScXMLImportWrapper::Import() checking for RDF metadata in ODF>=1.2 files and that fails because libraptor as RDF support library is not available. -- You are receiving this mail because: You are on the CC list for the bug. You are the assignee for the bug. You are watching all bug changes.
