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


User cmc changed the following:

                What    |Old value                 |New value
================================================================================
                  Status|UNCONFIRMED               |RESOLVED
--------------------------------------------------------------------------------
              Resolution|                          |INVALID
--------------------------------------------------------------------------------




------- Additional comments from [email protected] Wed Jan 28 15:07:53 +0000 
2009 -------
Whoa, hold the horses, I see the problem now.

0x1cb5a5: 0xea978: /usr/local/gfortran-beta/lib/libstdc++.so.6 + 0xba5a5
0x2191ad: 0x1cf00: /usr/local/gfortran-beta/lib/libgcc_s.so.1 + 0x151ad
(_Unwind_DeleteException + 0x1d)
0x1ca4f0: 0xea978: /usr/local/gfortran-beta/lib/libstdc++.so.6 + 0xb94f0
(__cxa_end_catch + 0xb0)

You have a *different* version of libstdc++ and friends in
"/usr/local/gfortran-beta/lib/"
which is somehow in your LD_LIBRARY_PATH or /etc/ld.so.conf

OOo has ended up using *those* ones and not the ones from /usr/lib which is
needs to link against.

so fix up LD_LIBRARY_PATH to not include gfortran-beta, or remove it from
/etc/ld.so.conf, whichever it is in

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