From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrew Cooper Subject: Re: [PATCH RFC] libxl: fix paths in capability string Date: Tue, 6 Jan 2015 17:12:13 +0000 Message-ID: <54AC176D.4040005@citrix.com> References: <1420560738-11007-1-git-send-email-wei.liu2@citrix.com> <1420563839.28863.182.camel@citrix.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1420563839.28863.182.camel@citrix.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Ian Campbell , Wei Liu Cc: libvir-list@redhat.com, jfehlig@suse.com, xen-devel@lists.xen.org List-Id: xen-devel@lists.xenproject.org On 06/01/15 17:03, Ian Campbell wrote: > On Tue, 2015-01-06 at 16:12 +0000, Wei Liu wrote: >> No need to check hostarch to determine whether to use lib or lib64 >> anymore because we now always use lib. > What about people who use --libdir=/path/to/lib64, as I believe Red Hat > derived distros still do, don't they? > > Ian. Redhat et al do indeed use /usr/lib64, although some of the recent autoconf work has moved some of the binaries into /usr/libexec. ~Andrew