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


User cmc changed the following:

                  What    |Old value                 |New value
================================================================================
                    Status|STARTED                   |RESOLVED
--------------------------------------------------------------------------------
                Resolution|                          |FIXED
--------------------------------------------------------------------------------




------- Additional comments from [EMAIL PROTECTED] Fri Jan 21 02:24:27 -0800 
2005 -------
yes, thats what you should see.

Additionally you can cd /opt/openoffice.orgFOO/program
and run

#!/bin/sh
for foo in `find . -name "*" -exec file {} \;| grep ": ELF" | cut -d: -f 1` ; do
echo $foo `readelf -d $foo | grep RPATH`
done

and you should see lines like 
./libprotocolhandler680li.so 0x0000000f (RPATH) Library rpath: [$ORIGIN]

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