To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=70963 Issue #|70963 Summary|jvm libpath with libgcj <= 4.1.1 on x86_64 Component|udk Version|OOo 2.0.4 Platform|Opteron/x86_64 URL| OS/Version|Linux Status|UNCONFIRMED Status whiteboard| Keywords| Resolution| Issue type|PATCH Priority|P3 Subcomponent|code Assigned to|cmc Reported by|atlen
------- Additional comments from [EMAIL PROTECTED] Sat Oct 28 05:02:42 -0700 2006 ------- On Mandriva 2007 x86_64 (and possibly other 64bit distros ?) the gnu.classpath.home.url points to "/usr/lib" whereas libgcj.so resides in "/usr/lib64". This causes JRE regcomp to fail at buildtime as the java framework searches for the jvm lib in the paths set by java.home and gnu.classpath.home.url. The attached patch fixes this issue by doing an additional search for libgcj.so in /usr/lib64 if it is not found within any of the two other paths. --------------------------------------------------------------------- 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]
