From mboxrd@z Thu Jan 1 00:00:00 1970 From: aq Subject: Re: stable / unstable parallel install? Date: Tue, 31 May 2005 01:03:28 +0900 Message-ID: <9cde8bff050530090353b5c507@mail.gmail.com> References: <20050530132249.GA12365@bytesex> Reply-To: aq Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Return-path: In-Reply-To: Content-Disposition: inline List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: Keir Fraser Cc: Gerd Knorr , xen-devel@lists.xensource.com List-Id: xen-devel@lists.xenproject.org On 5/30/05, Keir Fraser wrote: >=20 > On 30 May 2005, at 14:22, Gerd Knorr wrote: >=20 > > Is there some easy way to install both 2.x and unstable xen > > tools at the same machine? Seems /usr is hardcoded everythere > > in the tools Makefiles, looks like there is no easy way to put > > them to different paths (say, prefix /opt/xen2 and /opt/xen3) > > :-/ >=20 > Have you tried a 'make dist' and then e.g., 'cp -a dist/install > /opt/xen2', then add appropriate paths to the front of PATH, > LD_LIBRARY_PATH, PYTHONPATH? >=20 > 'DESTDIR=3D/opt/xen2 make install' also ought to work in a similar way. >=20 > Neither of the above is well-tested, but we would expect them to work. >=20 anyway, there is one problem: what if -stable and -unstable use the same xen0 kernel version? then we cannot have separate directory at /lib/module/ regards, aq