From owner-freebsd-questions@freebsd.org Mon Oct 29 09:46:25 2018 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2862010D15C9 for ; Mon, 29 Oct 2018 09:46:25 +0000 (UTC) (envelope-from herbert@gojira.at) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id BB09A87538 for ; Mon, 29 Oct 2018 09:46:24 +0000 (UTC) (envelope-from herbert@gojira.at) Received: by mailman.ysv.freebsd.org (Postfix) id 803DA10D15C8; Mon, 29 Oct 2018 09:46:24 +0000 (UTC) Delivered-To: questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6F03D10D15C5 for ; Mon, 29 Oct 2018 09:46:24 +0000 (UTC) (envelope-from herbert@gojira.at) Received: from mail.bsd4all.net (mail.bsd4all.net [IPv6:2a01:4f8:191:217b::25]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (Client CN "mail.bsd4all.net", Issuer "Let's Encrypt Authority X3" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 0E78E87536 for ; Mon, 29 Oct 2018 09:46:23 +0000 (UTC) (envelope-from herbert@gojira.at) Date: Mon, 29 Oct 2018 10:46:13 +0100 DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=gojira.at; s=mail201809; t=1540806374; bh=Eu7Sn/gQffxJcq860n3mspMlo5n4BqC1s7zujI1Ic7s=; h=Date:From:To:Subject:Message-ID:MIME-Version:Content-Type:from:to: subject:date:content-type:mime-version:message-id; b=X02ccUoKiDGOGowyc9RrIINnvvsxH8dblF4YbWpwUS9DaWxwliCLFU9o4m+ODmSOc dmvzj2VEwDyaItQK1RornvYoBYC1LdQvdIK3oOiFOeA8hxpJQJPe+CkoUNn29ztySI yZD+ARoSsm9z9nTctd49m2dNtU56RZDMAxxTmrb0FA4/VGb2Som4uN86f5A1LkZJAA p2z7HFh8xjaqQU3XOnP7HdlGEF8NlF21tExKqJ9G5GsZrQM322H2hJWLJ9bddr2b0w LtzCCXIw/lc5BWDUeT/vsUNmSCCR6fEqYXRDfSRQk75kM9aSM+PWsxAJT9Mc4JhAvN hfSw1RTllEWkA== From: "Herbert J. Skuhra" To: questions@freebsd.org Subject: Re: xlocale.h missing on FreeBSD Message-ID: <20181029094613.xuu4o227yxw7wkr4@mail.bsd4all.net> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: NeoMutt/20180716 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Oct 2018 09:46:25 -0000 On Mon, Oct 29, 2018 at 12:30:22PM +0300, Odhiambo Washington wrote: > > fatal error: xlocale.h: No such file or directory > #include > ^~~~~~~~~~~ > > > How do I get xlocale.h on my FreeBSD server? The file was added almost seven years ago and is part of base.txz: % uname -rms FreeBSD 12.0-BETA2 amd64 % find /usr/include /usr/src/ -name "xlocale.h" /usr/include/xlocale.h /usr/src/include/xlocale.h -- Herbert