|
|
|
|
|
|
|
|
|
|
xen-users
Re: [Xen-users] Install Errors for Xen 3.3 on Ubuntu 9.04?
Xen 3.4 & 3.5 hackery on Ubuntu 9.Server :-
http://librenix.com/?inode=13547
Second – install on Uubuntu 9.04 Server all packages required for Xen build:-
libcurl-dev
xserver-dev
python2.6-dev
python2.5
python2.5-dev
mercurial
gitk
build-essential
libncurses5-dev
uuid-dev
gawk
gettext
texinfo
bcc
and perform fake Xen Unstable build on Ubuntu Jaunty Server :-
# cd /usr/src
# hg clone http://xenbits.xensource.com/xen-unstable.hg
# cd xen-unstable.hg
Set in Config.mk
PYTHON = python
PYTHON_PREFIX_ARG =
# make install-xen
# make install-tools
Remove installed Hypervisor and tools
# make uninstall
CS 19594 ( Config.mk ) has to be backported to Xen 3.3
Boris.
--- On Mon, 6/1/09, Jan Muhammad <janmuhd@xxxxxxxxx> wrote:
From: Jan Muhammad <janmuhd@xxxxxxxxx> Subject: [Xen-users] Install Errors for Xen 3.3 on Ubuntu 9.04? To: xen-users@xxxxxxxxxxxxxxxxxxx Date: Monday, June 1, 2009, 11:53 AM
Hi,
Refer to my earlier email on the subject of installation; after taking more 30 mins the command '# make world' throws
errors, which I don't know what happend & how to resolve it?
.................. + test -d ioemu-qemu-xen + rm -f ioemu-dir + ln -sf ioemu-qemu-xen ioemu-dir set -e; \ case "../" in /*) XEN_ROOT=../ ;; *) xen_root_lhs=`pwd`; xen_root_rhs=..//; while [ "x${xen_root_rhs#../}" != "x$xen_root_rhs" ]; do xen_root_rhs="${xen_root_rhs#../}"; xen_root_rhs="${xen_root_rhs#/}"; xen_root_rhs="${xen_root_rhs#/}"; xen_root_lhs="${xen_root_lhs%/*}"; done; XEN_ROOT="$xen_root_lhs/$xen_root_rhs" ;; esac; export XEN_ROOT; \ cd ioemu-dir; \
./xen-setup
Error: zlib check failed Make sure to have the zlib libs and headers installed.
sed: can't read config-host.h: No such file or directory make[2]: *** [ioemu-dir-find] Error 2 make[2]: Leaving directory `/opt/xen-3.4.0/tools' make[1]: *** [tools/ioemu-dir] Error 2 make[1]: Leaving directory `/opt/xen-3.4.0' make: *** [world] Error 2
-Jan Muhammad
--- On Mon, 6/1/09, Jan Muhammad <janmuhd@xxxxxxxxx> wrote:
From: Jan Muhammad <janmuhd@xxxxxxxxx> Subject: [Xen-users] How to Install Xen 3.3 on Ubuntu 9.04? To: xen-users@xxxxxxxxxxxxxxxxxxx Date: Monday, June 1, 2009, 8:47 PM
Hi,
I'v downloaded Xen 3.3 from the following link and now following the installation steps given on this site: https://wiki.ubuntu.com/XenVirtualMachine/XenOnUbuntuDapper
Since I haven't got any response from someone about installing Xen from LiveCD
(except one......of installing via Synaptic package manager); which being a novice I couldn't installed. Now download the tar file from the above link and untared it. have run the '# make world'; which taking very long time to complete.
Any ideas of To-the-Point & Accurate documenatation manual/installation guide would be highly appriciated.
Regards
-Jan Muhammad
|
-----Inline Attachment Follows-----
|
-----Inline Attachment Follows-----
|
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
|
|
|
|
|