25 messages in com.xensource.lists.xen-develRe: [Xen-devel] stable / unstable par...
FromSent OnAttachments
Gerd Knorr30 May 2005 06:22 
Steven Hand30 May 2005 06:26 
Keir Fraser30 May 2005 06:34 
Gerd Knorr30 May 2005 06:35 
Gerd Knorr30 May 2005 08:50 
aq30 May 2005 09:00 
aq30 May 2005 09:03 
Keir Fraser30 May 2005 09:15 
Keir Fraser30 May 2005 09:16 
Gerd Knorr30 May 2005 10:21 
aq30 May 2005 11:38 
aq30 May 2005 18:50 
Jacob Gorm Hansen30 May 2005 19:51 
Gerd Knorr31 May 2005 02:54 
Ian Pratt31 May 2005 04:09 
aq31 May 2005 23:03 
aq01 Jun 2005 00:35.diff
Ian Pratt01 Jun 2005 00:45 
aq01 Jun 2005 01:20 
Gerd Knorr01 Jun 2005 01:56 
Ian Pratt01 Jun 2005 02:19 
Gerd Knorr01 Jun 2005 02:58 
aq04 Jun 2005 07:57 
Ian Pratt08 Jun 2005 18:09 
Rusty Russell08 Jun 2005 18:28 
Subject:Re: [Xen-devel] stable / unstable parallel install?
From:Keir Fraser (Keir@cl.cam.ac.uk)
Date:05/30/2005 06:34:31 AM
List:com.xensource.lists.xen-devel

On 30 May 2005, at 14:22, Gerd Knorr wrote:

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) :-/

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?

'DESTDIR=/opt/xen2 make install' also ought to work in a similar way.

Neither of the above is well-tested, but we would expect them to work.

-- Keir