CppunitTest_vcl_app_test:: help required

Stephan Bergmann sbergman at redhat.com
Mon Oct 19 00:25:47 PDT 2015


On 10/16/2015 07:19 PM, sibu wrote:
> On Friday 16 October 2015 13:45:41 Stephan Bergmann wrote:
>>> LD_LIBRARY_PATH=/home/linteg/BUILD_LO/libreoffice-5.0.2.2/instdir/program
>>> ldd
>>> /home/linteg/BUILD_LO/libreoffice-5.0.2.2/workdir/LinkTarget/CppunitTest
>>> /libtest_vcl_app_test.so
>
> root [ /home/linteg ]#
> LD_LIBRARY_PATH=/home/linteg/BUILD_LO/libreoffice-5.0.2.2/workdir/LinkTarget/CppunitTest/libtest_vcl_app_test.so
> \
>> ldd
> /home/linteg/BUILD_LO/libreoffice-5.0.2.2/workdir/LinkTarget/CppunitTest/libtest_vcl_app_test.so

That's not the LD_LIBRARY_PATH setting I'd asked for (better copy/paste 
the requested command lines), but the output is also no longer relevant 
given the next command's output.

> root [ /home/linteg ]#
> LD_LIBRARY_PATH=/home/linteg/BUILD_LO/libreoffice-5.0.2.2/instdir/program:/home/linteg/BUILD_LO/libreoffice-5.0.2.2/workdir/UnpackedTarball/cppunit/src/cppunit/.libs
> ldd
> /home/linteg/BUILD_LO/libreoffice-5.0.2.2/workdir/LinkTarget/CppunitTest/libtest_vcl_app_test.so
>          linux-vdso.so.1 (0x00007fff069f5000)
>          libcppunit-1.12.so.1 => /usr/lib/libcppunit-1.12.so.1
> (0x00007fdae26ca000)

So you're using the system's libcppunit-1.12.so.1, and all needed libs 
are found fine.  Hmm.  Maybe

> LD_LIBRARY_PATH=/home/linteg/BUILD_LO/libreoffice-5.0.2.2/instdir/program ldd -r /home/linteg/BUILD_LO/libreoffice-5.0.2.2/workdir/LinkTarget/CppunitTest/libtest_vcl_app_test.so

gives some helpful output.


More information about the LibreOffice mailing list