From owner-freebsd-questions@FreeBSD.ORG Tue Aug 23 17:57:57 2005 Return-Path: X-Original-To: freebsd-questions@FreeBSD.org Delivered-To: freebsd-questions@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C602916A41F for ; Tue, 23 Aug 2005 17:57:57 +0000 (GMT) (envelope-from gregorynou@altern.org) Received: from esemetz.metz.supelec.fr (esemetz.metz.supelec.fr [193.48.224.212]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1D3D943D45 for ; Tue, 23 Aug 2005 17:57:54 +0000 (GMT) (envelope-from gregorynou@altern.org) Received: from smtp.metz.supelec.fr (smtp.metz.supelec.fr [193.48.224.205]) by esemetz.metz.supelec.fr (8.11.6/8.9.3) with ESMTP id j7NHvpI25780 for ; Tue, 23 Aug 2005 19:57:51 +0200 Received: from [193.48.225.2] (nou.rez-metz.supelec.fr [193.48.225.2]) by smtp.metz.supelec.fr (8.11.6/8.11.6) with ESMTP id j7NHsEK08106 for ; Tue, 23 Aug 2005 19:54:15 +0200 Message-ID: <430B63AD.7010605@altern.org> Date: Tue, 23 Aug 2005 19:58:05 +0200 From: Gregory Nou User-Agent: Mozilla Thunderbird 1.0.2 (X11/20050404) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-questions@FreeBSD.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Subject: Problem with locale settings X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 23 Aug 2005 17:57:57 -0000 Hi list, I'm trying to understand a problem of locale, but I definitely can't solve it on my own. I use zsh. I've set LC_ALL and LANG to fr_FR. 19:39 greg@nou /etc% export | grep fr_FR LANG=fr_FR LC_ALL=fr_FR It is set in /etc/zshenv. However, when I make install some program, I get this : (null): Failed to set default locale or 19:53 greg@nou ~% openoffice.org I18N: Operating system doesn't support locale "" or (gnochm:56487): Gtk-WARNING **: Locale not supported by C library. Using the fallback 'C' locale. (in this case, it makes the program abort) I can't see what I'm missing/doing wrong. Thanks for your help ! -- Gregory