Boris Derzhavets
2008-Mar-21 15:50 UTC
[Xen-users] Attempt to install Xen 3.2 on Ubuntu 7.10 (amd64) per Zoran Kikic
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@lists.xensource.com
http://lists.xensource.com/xen-users
Todd Deshane
2008-Mar-21 16:04 UTC
Re: [Xen-users] Attempt to install Xen 3.2 on Ubuntu 7.10 (amd64) per Zoran Kikic
On Fri, Mar 21, 2008 at 11:50 AM, Boris Derzhavets <bderzhavets@yahoo.com> wrote:> 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 ?????? > >I think you are just missing some dependencies Here is a link to what I used. There are others right around that time that posted similar package lists for debian. http://xen.markmail.org/search/?q=install from source ubuntu packages #query:install from source ubuntu packages +page:1+mid:zpkwvgwzfc4uub6q+state:results Todd> > > ____________________________________________________________________________________ > 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@lists.xensource.com > http://lists.xensource.com/xen-users >_______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users