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] Attempt to install Xen 3.2 on Ubuntu 7.10 (amd64) per Zoran

To: xen-users@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-users] Attempt to install Xen 3.2 on Ubuntu 7.10 (amd64) per Zoran Kikic
From: Boris Derzhavets <bderzhavets@xxxxxxxxx>
Date: Fri, 21 Mar 2008 08:50:49 -0700 (PDT)
Delivery-date: Fri, 21 Mar 2008 08:51:23 -0700
Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=X-YMail-OSG:Received:Date:From:Subject:To:MIME-Version:Content-Type:Content-Transfer-Encoding:Message-ID; b=Dd1UuU2KWQ3Jdsj6dlxKoWrqNWXDcvy0rutMPR3q0MuoKo5e6lH8+u9GRncfDpxPfnwx9sit3BA1mxzBB9mqABqF9xOSDy/tuXbMekFYU1jJJP7fwTt7xlp4I4paKNbCgzUkMqQ1zLPZ7uw0dMWqtuHzurrSeUV58velKjaSlIg=;
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
I've tried to reproduce:-
****************************************************************
Instructions by Zoran Kikic:-
http://lists.xensource.com/archives/html/xen-users/2008-01/msg00704.html
I succeeded with:-
 make install-xen  
 make install-kernels 
and failed with:-
 make tools
****************************************************************
In details:-

1.Backported Mercurial from Hardy Repos OK.
2.wget
http://bits.xensource.com/oss-xen/release/3.2.0/xen-3.2.0.tar.gz

2.hg clone
http://xenbits.xensource.com/linux-2.6.18-xen.hg in
order to create folder linux-2.6.18-xen.hg
at the same level as folder xen-3.2.0:-
****************************************************
Otherwise attempt to run  make in xen-3.2.0 folder
would fail. After undertaken action symlink under 
xen-3.2.0 to ../linux-2.6.18-xen.hg would be created
and make would proceed successfully.
****************************************************
3.tar -xzf xen-3.2.0.tar.gz 
4.cd xen-3.2.0
5. make install-xen  OK
6. make install-kernels OK
Failure in check phase for "# make tools":-
No X11 headers
No ssl headers
No zlib header.
Dowloaded :-
zlib-1.2.3.tar.gz
openssl-0.9.8g.tar.gz
1. cd zlib-1.2.3
2. ./configure --shared
3. make
Change prefix to /usr in Makefile:-
4.make install
5. cd openssl-0.9.8
6. ./configure
7. make
Changed prefix as expected by Xen-3.2-check scripts:-
8. make install.
When done with zlib and ssl got the only one error:
No X11 headers.
File like "keymap.." is abcent in required by
Xen-3.2-checker scripts folders.
Package finder showed up several x11-devel packages.
I've randomly selected several and installed.
(after reboot it caused taskbars to disappear and
 desktop malfunctioning).
Obviously it was a wrong step. But keymap files were
placed in folders required by Xen-3.2-checker scripts
and i became able to proceed with "# make tools"  
Finally, it failed attempting to link "crypto" lib.
My questions:-
1. How properly install x11 headers on Ubuntu 7.10
amd64 ?
2.Could be failure in Xen-3.2-check phase for
"# make tools" :-
No X11 headers
No ssl headers
No zlib header.
fixed in different way ? 
Probably something like :-
# apt-get install ?????? 



      
____________________________________________________________________________________
Looking for last minute shopping deals?  
Find them fast with Yahoo! Search.  
http://tools.search.yahoo.com/newsearch/category.php?category=shopping

_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users

<Prev in Thread] Current Thread [Next in Thread>