Hello, I am having the same issue as http://qa.openoffice.org/issues/show_bug.cgi?id=82773,
I am using the second method metioned below to make the osl less noisy. But I am curious what is the third solution really about, I was looking at TestComponent.cxx, but couldn't figure out what mean by "ask installer to ignore OSL_TRACE messages". BTW, the 3 links given below seem to be broken... Thank you very much! Wei Excerpts from the website: Those messages appear because getLibEnv() probes first for the "component_getImplementationEnvironmentExt" and, if it's not found, continues with "component_getImplementationEnvironment" It seems that the former is defined only by the test component from the udk/cppuhelper/test/testcmp directory. The test component itself does not really build, but maybe this could be fixed. We can either: 1) remove any attempt to load component_getImplementationEnvironmentExt 2) make osl less noisy 3) ask installer to ignore OSL_TRACE messages I think that #3 is the best fix. References: http://lxr.go-oo.org/source/udk/cppuhelper/source/shlib.cxx#297 getLibEnv() http://lxr.go-oo.org/source/porting/sal/osl/unx/module.c#220 osl_getAsciiFunctionSymbol() http://lxr.go-oo.org/source/udk/cppuhelper/test/testcmp/TestComponent.cxx#222
