WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-users

[Xen-users] Compiling Xen 3.1.0-src on Debian AMD64 Machine

To: xen-users@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-users] Compiling Xen 3.1.0-src on Debian AMD64 Machine
From: "Ben Minton" <ben@xxxxxxxxxxxxxxxxxxxxxxxx>
Date: Wed, 15 Aug 2007 15:28:19 +1000
Delivery-date: Tue, 14 Aug 2007 22:29:27 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-users-request@lists.xensource.com?subject=help>
List-id: Xen user discussion <xen-users.lists.xensource.com>
List-post: <mailto:xen-users@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
Hi All,

I am trying to compile Xen 3.1.0 via sources onto a Debian Etch AMD64 machine. I read through the README docs several times and then located this document.

http://www.math.dartmouth.edu/~sarunas/xen_304_hvm_etch.html

This is the list of extra applications that I have installed onto the Etch machine:

# Debian packages

apt-get install gcc -y
apt-get install make -y
apt-get install binutils -y
apt-get install zlib1g-dev -y
apt-get install python-dev -y
apt-get install libncurses5-dev -y
# apt-get install openssl-dev -y
apt-get install openssl -y
apt-get install xorg-dev -y
apt-get install bridge-utils -y
apt-get install iproute -y
apt-get install udev -y

# Install system tools

apt-get install bcc -y
apt-get install bin86 -y
apt-get install libc6-dev -y
apt-get install libc6-dev-i386 -y
apt-get install x-dev -y
apt-get install kernel-package -y
apt-get install build-essential -y

I commenced the compile using "make world" and it almost successfully completed. The failure seems to be concerned with openssl headers.

Error output =>

XENFB_TOOLS=n ./chk build
Xen CHECK-BUILD  Wed Aug 15 14:01:56 EST 2007
Checking check_crypto_lib: OK
Checking check_libvncserver: unused, OK
Checking check_openssl_devel:
 *** Check for openssl headers FAILED
Checking check_python: OK
Checking check_python_devel: OK
Checking check_sdl: unused, OK
Checking check_x11_devel: OK
Checking check_xgettext: OK
Checking check_zlib_devel: OK
Checking check_zlib_lib: OK
make[3]: *** [build] Error 1
make[3]: Leaving directory `/root/download/distributions/xen/xen-3.1.0-src/tools/check'
make[2]: *** [check] Error 2
make[2]: Leaving directory `/root/download/distributions/xen/xen- 3.1.0-src/tools'
make[1]: *** [install-tools] Error 2
make[1]: Leaving directory `/root/download/distributions/xen/xen-3.1.0-src'
make: *** [world] Error 2

I did some searching through the xen-user archive but have been unable to find an exact match for the failure.

uname -a:
Linux xendesk 2.6.18-4-amd64 #1 SMP Fri May 4 00:37:33 UTC 2007 x86_64 GNU/Linux
ls -l /lib/libc.so.6:
libc-2.3.6.so

Thanks in advance, bdm.
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
<Prev in Thread] Current Thread [Next in Thread>