2653885 发表于 2015-4-13 12:02:53

Install XEN on ubuntu

  Download XEN 3.3.1 and compile from source. An error occurred.

  make: *** Error 127
  You need to download mercurial   http://www.selenic.com/mercurial/wiki/index.cgi/BinaryPackages
  # apt-get install mercurial
  It takes such a long time to add file changes. I do not know why. It seems a Linux kernel is downloaded.

  check_xgettext FAILED: can't find xgettext
apt-get install gettext   there is no 'x' Remember it! The result isfind /usr/ -name *xgettext -print

  /usr/bin/xgettext.
  I made a serious mistake. I typed command 'make world' and all of these compiled files had been deleted. All of my work had to begin from zero. The most boring thing is that it began to download the kernel again and this might take more than an hour. The previous kernel had been deleted. Next time if some error occurred during compile time, just type 'make dist',it is very important.
  check_x11_devel FAILED: can't find X11 headersapt-get install libghc6-x11-dev


  



  
  
页: [1]
查看完整版本: Install XEN on ubuntu