编译安装xen4.1.1中遇到的问题
时间:2016-09-22 01:05来源:linux.it.net.cn 作者:IT
添加linux2.6内核时遇到
-
Cloning http://xenbits.xensource.com/linux-2.6.18-xen.hg to linux-2.6.18-xen.hg.
-
/bin/sh: hg: command not found
解决:
-
wget http://www.selenic.com/mercurial/release/mercurial-1.1.tar.gz
-
tar xvzf mercurial-1.1.tar.gz
-
cd mercurial-1.1
-
make local;make install
end
(责任编辑:IT) |
------分隔线----------------------------