To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=78458 Issue #|78458 Summary|Components run in uno exe need not find URE libs Component|udk Version|680m215 Platform|All URL| OS/Version|All Status|NEW Status whiteboard| Keywords| Resolution| Issue type|DEFECT Priority|P3 Subcomponent|code Assigned to|sb Reported by|sb
------- Additional comments from [EMAIL PROTECTED] Thu Jun 14 12:59:37 +0000 2007 ------- ure/source/README:1.11 l. 348 states: “C++ UNO components run from within the uno executable can depend on an environment in which the public C++ UNO runtime dynamic libraries (cppu, cppuhelper, sal, salhelper, stlport) are already available (that is, on Linux x86, Solaris x86, and Solaris SPARC, a component dynamic library need not make sure that the UNO runtime dynamic libraries it needs can be found on its RPATH).” There are two problems: 1 At least on unxsoli4 and unxsols4, uno.bin is linked -B direct implying -z lazyload (the default on those platforms), so that it is not guaranteed that the URE libs are already loaded when a component needs them. 2 The new purpenvhelper public URE shared library (see issue 78143) is not guaranteed to be loaded by uno.bin. (It is also missing from the list of public libraries at ure/source/README:1.11.8.1 l. 356--357.) --------------------------------------------------------------------- Please do not reply to this automatically generated notification from Issue Tracker. Please log onto the website and enter your comments. http://qa.openoffice.org/issue_handling/project_issues.html#notification --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]