<div dir="ltr"><div>Hi,<br><br><br>On Mon, Nov 23, 2015 at 10:02 AM, David Tardon <<a href="mailto:dtardon@redhat.com">dtardon@redhat.com</a>> wrote:<br>><br>> The problem is:<br>><br>> DynamicLibraryManagerException: "Failed to load dynamic library:<br>> /home/maarten/src/libreoffice/core/workdir/LinkTarget/CppunitTest/libtest_sc_rangelst_test.so<br>> /home/maarten/src/libreoffice/core/instdir/program/liborcus-0.10.so.0:<br>> undefined symbol: _ZNSt8ios_base7failureC2EPKcRKSt10error_code"<br>><br>> No idea what could be the cause, though.<br>><br>> D.<br><br></div>Thanks. Would this be helpful ?<br><br><br>$ nm --dynamic /home/maarten/src/libreoffice/core/instdir/program/liborcus-0.10.so.0 | grep _ZNSt8ios_base7failureC2EPKcRKSt10error_code<br>                 U _ZNSt8ios_base7failureC2EPKcRKSt10error_code<br>$ readelf -Ws /home/maarten/src/libreoffice/core/instdir/program/liborcus-0.10.so.0 | grep _ZNSt8ios_base7failureC2EPKcRKSt10error_code<br>   229: 0000000000000000     0 NOTYPE  GLOBAL DEFAULT  UND _ZNSt8ios_base7failureC2EPKcRKSt10error_code<br>  9105: 0000000000000000     0 NOTYPE  GLOBAL DEFAULT  UND _ZNSt8ios_base7failureC2EPKcRKSt10error_code<br><div><br><br><br></div><div>- Maarten<br></div></div>