From owner-freebsd-stable@FreeBSD.ORG Thu May 24 09:01:22 2007 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id CCEBC16A468 for ; Thu, 24 May 2007 09:01:22 +0000 (UTC) (envelope-from matrix@itlegion.ru) Received: from corpmail.itlegion.ru (corpmail.itlegion.ru [84.21.226.211]) by mx1.freebsd.org (Postfix) with SMTP id 0197913C447 for ; Thu, 24 May 2007 09:01:21 +0000 (UTC) (envelope-from matrix@itlegion.ru) Received: (qmail 10989 invoked from network); 24 May 2007 13:01:19 +0400 Received: from unknown (HELO Artem) (192.168.0.12) by 84.21.226.211 with SMTP; 24 May 2007 13:01:19 +0400 X-AntiVirus: Checked by Dr.Web [version: 4.33, engine: unknown, virus records: 193678, updated: 24.05.2007] Message-ID: <017c01c79de2$1733a9e0$05000100@Artem> From: "Artem Kuchin" To: References: <009601c79d81$4e791a90$05000100@Artem> <20070523232903.GA23904@localhost.localdomain> <010501c79dc9$07deae90$05000100@Artem> <465541F1.2090905@gmail.com> Date: Thu, 24 May 2007 13:01:16 +0400 Organization: IT Legion MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=original Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.3028 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.3028 Cc: freebsd-stable@freebsd.org, Stanislaw Halik Subject: Re: Broken locale after upgrade to 6-STABEL from 5-STABLE X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 May 2007 09:01:22 -0000 Karol Kwiatkowski wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA256 > > Artem Kuchin wrote: >> Stanislaw Halik wrote: >>> On Thu, May 24, 2007, Artem Kuchin wrote: >>>> What i don't understand, is how the appropriate 'so' >>>> is selected? How freebsd known which so to load >>>> this >>>> libc.so.5 >>>> or this >>>> libc.so.6 >>>> ? >>> >>> Did you recompile Perl after the last installworld? If not, do so. >> >> No i did not do it explicitelly. However, i think buildworl should >> do it, or it is not a part of the "world" anymore? > > It's not, for quite some time now: > > http://lists.freebsd.org/pipermail/freebsd-announce/2002-May/000823.html Ahh, well, i just forgot. Of course it is not for a long time now. But anyhow, why locale in C does not work? And how 'so' lib is selected for an executable? How OS selected so.5 or so.6 for a executable file? -- Regards, Artem