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


User sb changed the following:

                What    |Old value                 |New value
================================================================================
             Assigned to|sb                        |mmeeks
--------------------------------------------------------------------------------




------- Additional comments from [EMAIL PROTECTED] Mon Aug 14 05:18:21 -0700 
2006 -------
@mmeeks:

This issue had slipped from my radar while you were the owner.  Re-reading all
the comments, what is missing is to parameterize cppuhelper on the exact name of
libexlink.  I just now have an idea that I think is even better:  Export some
specially-named symbol like "cppuhelper_shlib_dlopen_local_hack" from libexlink,
link soffice.bin against libexlink, and in cppuhelper/shlib.cxx use
dlerror();dlsym(RTLD_DEFAULT,"cppuhelper_shlib_dlopen_local_hack");dlerror()!=NULL;
as the last step of determining whether lcl_isInternalLibrary returns true.  Can
you adapt your patch accordingly?

(Regarding the other open issue, I leave it up to you whether you properly
define get_this_libpath in a header, or keep it the dirty way for this temporary
hack.)

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