From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jacob Gorm Hansen Subject: Re: stable / unstable parallel install? Date: Mon, 30 May 2005 19:52:16 -0700 Message-ID: <429BD160.4020104@diku.dk> References: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: Gerd Knorr Cc: xen-devel@lists.xensource.com List-Id: xen-devel@lists.xenproject.org Steven Hand 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) >>:-/ > > > No easy way that I know of - we typically just use different root > file systems here to ensure that everything is completely separated. What I do is I statically link all the tools (I use vm-tools exclusively), so I don't have to fiddle with all the /usr/lib symlinks and PYTHON_PATH etc. This allows me to switch versions quickly, or to have several versions installed at the same time. Just Say No to shared libraries and interpreted languages ;-) Jacob