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


User sb changed the following:

                What    |Old value                 |New value
================================================================================
                      CC|'asrail,cloph,cmc,mh,obr,r|'asrail,cloph,cmc,mh,obr,p
                        |ene,thomasroswall'        |l,rene,thomasroswall'
--------------------------------------------------------------------------------




------- Additional comments from [EMAIL PROTECTED] Mon Sep 24 15:20:37 +0000 
2007 -------
That reportedly

  chcon -t textrel_shlib_t 
/opt/openoffice.org2.3/program/libvclplug_gen680li.so.1.1

works around the problem makes me assume that the problem is that
libvclplug_gen680li.so contains relocations in the text segment.  Which it does,
as it links "-Wl,-Bstatic -lXinerama" (vcl/util/makefile.mk:1.99 l. 292) against
a static (non-PIC) libXinerama.a instead of a dynamic libXinerama.so.  According
to pl this is necessary for baseline reasons.

Now, if please somebody who can reproduce the problem can test if re-linking
libvclplug_gen680li.so against a dynamic libXinerama.so makes the problem go
away, we are sure that my assumption is right, and can see to fix the problem. 
The re-linking might be a bit problematic:  For example on the machine I checked
(some SuSE), there are /usr/X11R6/lib/libXinerama.a and
/usr/X11R6/lib/libXinerama.so.1, but no /usr/X11R6/lib/libXinerama.so, so I had
to patch vcl/util/makefile.mk:1.99 l. 292

  - XINERAMALIBS= -Wl,-Bstatic -lXinerama -Wl,-Bdynamic
  + XINERAMALIBS= /usr/X11R6/lib/libXinerama.so.1

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