Date: Mon, 12 Jun 2000 19:12:59 +0900 From: "Akinori -Aki- MUSHA" <knu@idaemons.org> To: asami@cs.berkeley.edu Cc: ports@FreeBSD.ORG, i18n@FreeBSD.ORG, ache@FreeBSD.ORG Subject: Re: -lxpg4 Message-ID: <86g0qj9phw.wl@localhost.local.idaemons.org> In-Reply-To: In your message of "Sat, 3 Jun 2000 12:46:15 -0700 (PDT)" <200006031946.MAA82159@silvia.hip.berkeley.edu> References: <200006031946.MAA82159@silvia.hip.berkeley.edu>
next in thread | previous in thread | raw e-mail | index | archive | help
Hi, At Sat, 3 Jun 2000 12:46:15 -0700 (PDT), Satoshi Asami <asami@cs.berkeley.edu> wrote: > A happy day. A bad news here.. Since this merger, such 3.x binaries as JDK 1.1.8 have been unable to deal with locales correctly under 5.0-CURRENT. It goes like this: A 3.x dynamic linked binary seeks libc.so.3 and libxpg4.so.2, and finds /usr/lib/compat/libc.so.3 and /usr/lib/libxpg4.so.2 respectively, but neither of them actually has setlocale() because the latter is just a dummy now. Thus it can't do a setlocale().. Now, you have to do two more things immediately to fix this situation: To bump the shlib version of libxpg4 to libxpg4.so.3, and to include libxpg4.so.2 in the compat packages. -- / /__ __ / ) ) ) ) / Akinori -Aki- MUSHA aka / (_ / ( (__( @ idaemons.org / FreeBSD.org "We're only at home when we're on the run, on the wing, on the fly" To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-i18n" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?86g0qj9phw.wl>