Patch-ID# 108091-03 Keywords: 1.2.1_03 java jdk l10n serialver Synopsis: SunOS 5.6: ssJDK1.2.1_03 fails with fatal error in ISO8859-01 Locales Date: Mar/09/00 Solaris Release: 2.6 SunOS Release: 5.6 Unbundled Product: Unbundled Release: Relevant Architectures: sparc BugId's fixed with this patch: 4239074 Changes incorporated in this version: Patches accumulated and obsoleted by this patch: Patches which conflict with this patch: Patches required with this patch: Obsoleted by: Files included with this patch: /usr/openwin/lib/locale/iso8859-1/xomEuro.so.2 Problem Description: 108642-02 patch broke the iso-8859-15 locales after the machine was rebooted. The xomEuro.so.2 file has been recompiled by explicitly linking it with libX11.so. (from 108091-02) Add the same fix for ISO8859-15 locales Same change must be made to /usr/openwin/lib/locale/iso8859-15/XI18N_OBJS (from 108091-01) 4239074 serialver in ssJDK1.2.1_03 fails with fatal error on SPARC2.6 ISO8859-1 European To fix this we must change : /usr/openwin/lib/locale/iso8859-1/XI18N_OBJS Edits Made: Remove: XOM xomEuro _XomGenericOpenOM # XOM_open Replace with: XOM common/xomLTRTTB _XomGenericOpenOM # XOM_open Patch Installation Instructions: -------------------------------- For Solaris 2.0-2.6 releases, refer to the Install.info file and/or the README within the patch for instructions on using the generic 'installpatch' and 'backoutpatch' scripts provided with each patch. For Solaris 7 release, refer to the man pages for instructions on using 'patchadd' and 'patchrm' scripts provided with Solaris. Any other special or non-generic installation instructions should be described below as special instructions. The following example installs a patch to a standalone machine: example# patchadd /var/spool/patch/104945-02 The following example removes a patch from a standalone system: example# patchrm 104945-02 For additional examples please see the appropriate man pages. Special Install Instructions: ----------------------------- None.