To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=75079 Issue #|75079 Summary|soffice srcipt LD_LIBRARY_PATH problem Component|framework Version|OOo 2.1 Platform|All URL| OS/Version|Linux Status|UNCONFIRMED Status whiteboard| Keywords| Resolution| Issue type|DEFECT Priority|P4 Subcomponent|code Assigned to|tm Reported by|loomchild
------- Additional comments from [EMAIL PROTECTED] Fri Mar 2 23:23:51 +0000 2007 ------- I have installed garnome, which relies heavily on setting LD_LIBRARY_PATH. When i tried to run OpenOffice it used old libraries from /usr/bin, not those provided by garnome in LD_LIBRARY_PATH (in my case /opt/garnome/lib). This resulted in undefined symbol errors, and after some tweaking, in using old 2.6 version of glib, without errors but with strange look. I looked into soffice script and figured out that before running soffice.bin it sets LD_LIBRARY_PATH to something like /opt/openoffice.org2.1:/usr/lib:/opt/garnome/lib - thus it uses old system libraries. /usr/lib is there because i have libnss3.so there and it gets found as moz_lib_path. I think this is an error to add /usr/lib to LD_LIBRARY_PATH beacuse this directory get anyway seached by linker (at least on Linux, i don't know about other platforms). The solution that helped me was to remove /usr/lib from moz_lib_path for loop. --------------------------------------------------------------------- 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]
