From mboxrd@z Thu Jan 1 00:00:00 1970 From: John Levon Subject: Re: [PATCH] ioemu: 'lib64' is Linux-specific Date: Wed, 23 Jan 2008 21:56:16 +0000 Message-ID: <20080123215615.GC19702@barman.uk.sun.com> References: <7e4475e2a9ea07575966.1201123347@hatchback> <20080123213326.GR17258@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <20080123213326.GR17258@redhat.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: "Daniel P. Berrange" Cc: xen-devel@lists.xensource.com List-Id: xen-devel@lists.xenproject.org On Wed, Jan 23, 2008 at 09:33:26PM +0000, Daniel P. Berrange wrote: > Actually that's not entirely correct either - lib64 is specific to multi-lib > Linux distros only. Fedora / RHEL are multi-lib, Debian isn't. Thanks for the correction. I have no idea how to handle that difference, so someone from Debian will have to fix this up further. > To be honest, Xen shouldn't be putting binaries in /usr/{lib,lib64}/xen/bin. > They should be in /usr/libexec instead. For compat with existing > configs a symlink from /usr/{lib,lib64}/xen/bin to /usr/libexec could be > used Fine for StdGNU I suppose (on Solaris, they'll stay in /usr/lib/xen/bin) cheers, john