To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=53850





------- Additional comments from [EMAIL PROTECTED] Mon Aug 29 09:21:48 -0700 
2005 -------
Hi Ollie,

what I meant was generally linking with -Bgroup, ensuring that symbols only get
resolved from a specific set (namely ours) of shared libraries. This should
allow us to load both, the system provided libdb and the one comming with OOo,
while ensuring that the right symbols get selected. This is not as strong as
-Bdirect but better than nothing :-)

Taking a concrete look, it seems that libdb-* is currently only used by
libucpchelp1.so and deployment680li.uno.so, which are both uno components.
Changing the uno servicemanager to load the libraries with RTLD_GROUP might
already be enough, to fix the current problem. (change to be applied in
cppuhelper/source/shlib.cxx)

Hope that helps

Kay


---------------------------------------------------------------------
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]

Reply via email to