To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=80650
User ab changed the following:
What |Old value |New value
================================================================================
Assigned to|ab |cmc
--------------------------------------------------------------------------------
------- Additional comments from [EMAIL PROTECTED] Tue Aug 14 07:55:46 +0000
2007 -------
ab->cmc: The problem here obviously is that soffice.bin tries
to access a libxslt.so.1. But in the programm folder there is
no libxslt.so.1, only
libxslt.so.1.1.16.1.1 and a link
libxslt.so.1.1.16 -> libxslt.so.1.1.16.1.1
So the incompatible system lib /usr/lib/libxslt.so.1 is found.
Creating a new link libxslt.so.1. -> libxslt.so.1.1.16.1.1
in the program folder by hand fixes the problem.
According to cvs you've added "File gid_File_Lib_Xslt" to
file_library_ooo.scp in the scope of i30830 / libxslt02.
Ingo Schmidt told me that the automatic mechanism that creates
the link libxslt.so.1.1.16 -> libxslt.so.1.1.16.1.1 only looks
at the base version string used there, ".1.1.16" in this case.
I don't know if there is a reason for this version here or if a
simple change to .1 can fix the problem. Please have a look.
---------------------------------------------------------------------
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]