This is the error I get while building Xen-3.2.1 when I do a make ==============================================make[2]: Entering directory `/usr/src/xen-3.2.1/tools/check'' LIBXENAPI_BINDINGS=n ACM_SECURITY=n ./chk build Xen CHECK-BUILD Fri Jul 18 11:36:34 IST 2008 Checking check_crypto_lib: OK Checking check_curl: unused, OK Checking check_openssl_devel: *** Check for openssl headers FAILED Checking check_python: OK Checking check_python_devel: *** Check for python development environment FAILED Checking check_x11_devel: *** Check for x11 headers FAILED Checking check_xgettext: OK Checking check_xml2: unused, OK Checking check_zlib_devel: *** Check for zlib headers FAILED Checking check_zlib_lib: OK make[2]: *** [build] Error 1 make[2]: Leaving directory `/usr/src/xen-3.2.1/tools/check'' make[1]: *** [check] Error 2 make[1]: Leaving directory `/usr/src/xen-3.2.1/tools'' make: *** [install-tools] Error 2 =================================================== Any Idea? Thx, Venkat ===============================Venkata Kumar Duvvuru, LSI Engenio, Adv. Development, Bangalore. Mob: +91-9880318542 Off : +91-80-41978700 ( Extn : 3544 ) =============================== _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Hi, you have to install: zlib1g-dev, python-dev, libssl-dev, libncurses5-dev, x-dev, libcurl13-dev if you have an debain or ubuntu system you can do: apt-get install zlib1g-dev python-dev libssl-dev libncurses5-dev x-dev libcurl13-dev Cheers, Alex Kumar, Venkat schrieb:> > > > This is the error I get while building Xen-3.2.1 when I do a make > > > > ==============================================> > make[2]: Entering directory `/usr/src/xen-3.2.1/tools/check'' > > LIBXENAPI_BINDINGS=n ACM_SECURITY=n ./chk build > > Xen CHECK-BUILD Fri Jul 18 11:36:34 IST 2008 > > Checking check_crypto_lib: OK > > Checking check_curl: unused, OK > > Checking check_openssl_devel: > > *** Check for openssl headers FAILED > > Checking check_python: OK > > Checking check_python_devel: > > *** Check for python development environment FAILED > > Checking check_x11_devel: > > *** Check for x11 headers FAILED > > Checking check_xgettext: OK > > Checking check_xml2: unused, OK > > Checking check_zlib_devel: > > *** Check for zlib headers FAILED > > Checking check_zlib_lib: OK > > make[2]: *** [build] Error 1 > > make[2]: Leaving directory `/usr/src/xen-3.2.1/tools/check'' > > make[1]: *** [check] Error 2 > > make[1]: Leaving directory `/usr/src/xen-3.2.1/tools'' > > make: *** [install-tools] Error 2 > > ===================================================> > > > Any Idea? > > > > Thx, > > Venkat > > /*/================================/*/ > > /*/Venkata Kumar Duvvuru,/*/ > > /*/LSI Engenio,/*/ > > /*/Adv. Development,/*/ > > /*/Bangalore/*//*/./*/ > > /*/Mob: +91-9880318542/*/ > > /*/Off : +91-80-41978700 ( Extn : 3544 )/*/ > > /*/================================/*/ > > > > > > __________ Hinweis von ESET NOD32 Antivirus, Signaturdatenbank-Version > 3278 (20080718) __________ > > E-Mail wurde geprüft mit ESET NOD32 Antivirus. > > http://www.eset.com > ------------------------------------------------------------------------ > > _______________________________________________ > Xen-users mailing list > Xen-users@lists.xensource.com > http://lists.xensource.com/xen-users > > > __________ Hinweis von ESET NOD32 Antivirus, Signaturdatenbank-Version 3278 (20080718) __________ > > E-Mail wurde geprüft mit ESET NOD32 Antivirus. > > http://www.eset.com >_______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
The error messages are pretty self-explanatory, you need to install the development packages of all failed checks. Which means packages ending with -dev or -devel in your package manager. Kind regards, -- Bart Verwilst Linux & Open Source Consultant Kumar, Venkat wrote:> > > > This is the error I get while building Xen-3.2.1 when I do a make > > > > ==============================================> > make[2]: Entering directory `/usr/src/xen-3.2.1/tools/check'' > > LIBXENAPI_BINDINGS=n ACM_SECURITY=n ./chk build > > Xen CHECK-BUILD Fri Jul 18 11:36:34 IST 2008 > > Checking check_crypto_lib: OK > > Checking check_curl: unused, OK > > Checking check_openssl_devel: > > *** Check for openssl headers FAILED > > Checking check_python: OK > > Checking check_python_devel: > > *** Check for python development environment FAILED > > Checking check_x11_devel: > > *** Check for x11 headers FAILED > > Checking check_xgettext: OK > > Checking check_xml2: unused, OK > > Checking check_zlib_devel: > > *** Check for zlib headers FAILED > > Checking check_zlib_lib: OK > > make[2]: *** [build] Error 1 > > make[2]: Leaving directory `/usr/src/xen-3.2.1/tools/check'' > > make[1]: *** [check] Error 2 > > make[1]: Leaving directory `/usr/src/xen-3.2.1/tools'' > > make: *** [install-tools] Error 2 > > ===================================================> > > > Any Idea? > > > > Thx, > > Venkat >_______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Are the package names same for Fedora distribution as well? I am getting an error that the packages are not found. ===============================Venkata Kumar Duvvuru, LSI Engenio, Adv. Development, Bangalore. Mob: +91-9880318542 Off : +91-80-41978700 ( Extn : 3544 ) ===============================-----Original Message----- From: Alexander Hoßdorf [mailto:xen-users@hossdorf.eu] Sent: Friday, July 18, 2008 6:55 PM To: Kumar, Venkat; xen-users@lists.xensource.com Subject: Re: [Xen-users] Xen-3.2.1 Build Error Hi, you have to install: zlib1g-dev, python-dev, libssl-dev, libncurses5-dev, x-dev, libcurl13-dev if you have an debain or ubuntu system you can do: apt-get install zlib1g-dev python-dev libssl-dev libncurses5-dev x-dev libcurl13-dev Cheers, Alex Kumar, Venkat schrieb:> > > > This is the error I get while building Xen-3.2.1 when I do a make > > > > ==============================================> > make[2]: Entering directory `/usr/src/xen-3.2.1/tools/check'' > > LIBXENAPI_BINDINGS=n ACM_SECURITY=n ./chk build > > Xen CHECK-BUILD Fri Jul 18 11:36:34 IST 2008 > > Checking check_crypto_lib: OK > > Checking check_curl: unused, OK > > Checking check_openssl_devel: > > *** Check for openssl headers FAILED > > Checking check_python: OK > > Checking check_python_devel: > > *** Check for python development environment FAILED > > Checking check_x11_devel: > > *** Check for x11 headers FAILED > > Checking check_xgettext: OK > > Checking check_xml2: unused, OK > > Checking check_zlib_devel: > > *** Check for zlib headers FAILED > > Checking check_zlib_lib: OK > > make[2]: *** [build] Error 1 > > make[2]: Leaving directory `/usr/src/xen-3.2.1/tools/check'' > > make[1]: *** [check] Error 2 > > make[1]: Leaving directory `/usr/src/xen-3.2.1/tools'' > > make: *** [install-tools] Error 2 > > ===================================================> > > > Any Idea? > > > > Thx, > > Venkat > > /*/================================/*/ > > /*/Venkata Kumar Duvvuru,/*/ > > /*/LSI Engenio,/*/ > > /*/Adv. Development,/*/ > > /*/Bangalore/*//*/./*/ > > /*/Mob: +91-9880318542/*/ > > /*/Off : +91-80-41978700 ( Extn : 3544 )/*/ > > /*/================================/*/ > > > > > > __________ Hinweis von ESET NOD32 Antivirus, Signaturdatenbank-Version > 3278 (20080718) __________ > > E-Mail wurde geprüft mit ESET NOD32 Antivirus. > > http://www.eset.com > ------------------------------------------------------------------------ > > _______________________________________________ > Xen-users mailing list > Xen-users@lists.xensource.com > http://lists.xensource.com/xen-users > > > __________ Hinweis von ESET NOD32 Antivirus, Signaturdatenbank-Version 3278 (20080718) __________ > > E-Mail wurde geprüft mit ESET NOD32 Antivirus. > > http://www.eset.com >_______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
In Fedora, the package names would be different, try this: yum install zlib-devel python-devel openssl-devel ncurses-devel libX11-devel curl-devel Those are all packages for F8 that should match up with the packages mentioned by Alexander, at least unless the versions don''t match up, where you might need some compat packages as well. I haven''t tried to build Xen, so I can''t verify they are the only ones you need, but it''s a start. Dustin -----Original Message----- From: xen-users-bounces@lists.xensource.com [mailto:xen-users-bounces@lists.xensource.com] On Behalf Of Kumar, Venkat Sent: Friday, July 18, 2008 10:02 To: Alexander Hoßdorf Cc: xen-users@lists.xensource.com Subject: RE: [Xen-users] Xen-3.2.1 Build Error Are the package names same for Fedora distribution as well? I am getting an error that the packages are not found. ===============================Venkata Kumar Duvvuru, LSI Engenio, Adv. Development, Bangalore. Mob: +91-9880318542 Off : +91-80-41978700 ( Extn : 3544 ) ===============================-----Original Message----- From: Alexander Hoßdorf [mailto:xen-users@hossdorf.eu] Sent: Friday, July 18, 2008 6:55 PM To: Kumar, Venkat; xen-users@lists.xensource.com Subject: Re: [Xen-users] Xen-3.2.1 Build Error Hi, you have to install: zlib1g-dev, python-dev, libssl-dev, libncurses5-dev, x-dev, libcurl13-dev if you have an debain or ubuntu system you can do: apt-get install zlib1g-dev python-dev libssl-dev libncurses5-dev x-dev libcurl13-dev Cheers, Alex Kumar, Venkat schrieb:> > > > This is the error I get while building Xen-3.2.1 when I do a make > > > > ==============================================> > make[2]: Entering directory `/usr/src/xen-3.2.1/tools/check'' > > LIBXENAPI_BINDINGS=n ACM_SECURITY=n ./chk build > > Xen CHECK-BUILD Fri Jul 18 11:36:34 IST 2008 > > Checking check_crypto_lib: OK > > Checking check_curl: unused, OK > > Checking check_openssl_devel: > > *** Check for openssl headers FAILED > > Checking check_python: OK > > Checking check_python_devel: > > *** Check for python development environment FAILED > > Checking check_x11_devel: > > *** Check for x11 headers FAILED > > Checking check_xgettext: OK > > Checking check_xml2: unused, OK > > Checking check_zlib_devel: > > *** Check for zlib headers FAILED > > Checking check_zlib_lib: OK > > make[2]: *** [build] Error 1 > > make[2]: Leaving directory `/usr/src/xen-3.2.1/tools/check'' > > make[1]: *** [check] Error 2 > > make[1]: Leaving directory `/usr/src/xen-3.2.1/tools'' > > make: *** [install-tools] Error 2 > > ===================================================> > > > Any Idea? > > > > Thx, > > Venkat > > /*/================================/*/ > > /*/Venkata Kumar Duvvuru,/*/ > > /*/LSI Engenio,/*/ > > /*/Adv. Development,/*/ > > /*/Bangalore/*//*/./*/ > > /*/Mob: +91-9880318542/*/ > > /*/Off : +91-80-41978700 ( Extn : 3544 )/*/ > > /*/================================/*/ > > > > > > __________ Hinweis von ESET NOD32 Antivirus, Signaturdatenbank-Version > 3278 (20080718) __________ > > E-Mail wurde geprüft mit ESET NOD32 Antivirus. > > http://www.eset.com > ------------------------------------------------------------------------ > > _______________________________________________ > Xen-users mailing list > Xen-users@lists.xensource.com > http://lists.xensource.com/xen-users > > > __________ Hinweis von ESET NOD32 Antivirus, Signaturdatenbank-Version3278 (20080718) __________> > E-Mail wurde geprüft mit ESET NOD32 Antivirus. > > http://www.eset.com >_______________________________________________ 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
Thanks Dustin, that are definitly not all packages required to build xen, but in this case it should be enough, when I interpret the output of check tools correctly. Cheers, Alex Dustin Henning schrieb:> In Fedora, the package names would be different, try this: > yum install zlib-devel python-devel openssl-devel ncurses-devel > libX11-devel curl-devel > Those are all packages for F8 that should match up with the packages > mentioned by Alexander, at least unless the versions don''t match up, where > you might need some compat packages as well. I haven''t tried to build Xen, > so I can''t verify they are the only ones you need, but it''s a start. > Dustin > > -----Original Message----- > From: xen-users-bounces@lists.xensource.com > [mailto:xen-users-bounces@lists.xensource.com] On Behalf Of Kumar, Venkat > Sent: Friday, July 18, 2008 10:02 > To: Alexander Hoßdorf > Cc: xen-users@lists.xensource.com > Subject: RE: [Xen-users] Xen-3.2.1 Build Error > > Are the package names same for Fedora distribution as well? > I am getting an error that the packages are not found. > > ===============================> Venkata Kumar Duvvuru, > LSI Engenio, > Adv. Development, > Bangalore. > Mob: +91-9880318542 > Off : +91-80-41978700 ( Extn : 3544 ) > ===============================> -----Original Message----- > From: Alexander Hoßdorf [mailto:xen-users@hossdorf.eu] > Sent: Friday, July 18, 2008 6:55 PM > To: Kumar, Venkat; xen-users@lists.xensource.com > Subject: Re: [Xen-users] Xen-3.2.1 Build Error > > Hi, > > you have to install: > zlib1g-dev, python-dev, libssl-dev, libncurses5-dev, x-dev, libcurl13-dev > > if you have an debain or ubuntu system you can do: > apt-get install zlib1g-dev python-dev libssl-dev libncurses5-dev x-dev > libcurl13-dev > > > Cheers, > Alex > > > > Kumar, Venkat schrieb: > >> >> This is the error I get while building Xen-3.2.1 when I do a make >> >> >> >> ==============================================>> >> make[2]: Entering directory `/usr/src/xen-3.2.1/tools/check'' >> >> LIBXENAPI_BINDINGS=n ACM_SECURITY=n ./chk build >> >> Xen CHECK-BUILD Fri Jul 18 11:36:34 IST 2008 >> >> Checking check_crypto_lib: OK >> >> Checking check_curl: unused, OK >> >> Checking check_openssl_devel: >> >> *** Check for openssl headers FAILED >> >> Checking check_python: OK >> >> Checking check_python_devel: >> >> *** Check for python development environment FAILED >> >> Checking check_x11_devel: >> >> *** Check for x11 headers FAILED >> >> Checking check_xgettext: OK >> >> Checking check_xml2: unused, OK >> >> Checking check_zlib_devel: >> >> *** Check for zlib headers FAILED >> >> Checking check_zlib_lib: OK >> >> make[2]: *** [build] Error 1 >> >> make[2]: Leaving directory `/usr/src/xen-3.2.1/tools/check'' >> >> make[1]: *** [check] Error 2 >> >> make[1]: Leaving directory `/usr/src/xen-3.2.1/tools'' >> >> make: *** [install-tools] Error 2 >> >> ===================================================>> >> >> >> Any Idea? >> >> >> >> Thx, >> >> Venkat >> >> /*/================================/*/ >> >> /*/Venkata Kumar Duvvuru,/*/ >> >> /*/LSI Engenio,/*/ >> >> /*/Adv. Development,/*/ >> >> /*/Bangalore/*//*/./*/ >> >> /*/Mob: +91-9880318542/*/ >> >> /*/Off : +91-80-41978700 ( Extn : 3544 )/*/ >> >> /*/================================/*/ >> >> >> >> >> >> __________ Hinweis von ESET NOD32 Antivirus, Signaturdatenbank-Version >> 3278 (20080718) __________ >> >> E-Mail wurde geprüft mit ESET NOD32 Antivirus. >> >> http://www.eset.com >> ------------------------------------------------------------------------ >> >> _______________________________________________ >> Xen-users mailing list >> Xen-users@lists.xensource.com >> http://lists.xensource.com/xen-users >> >> >> __________ Hinweis von ESET NOD32 Antivirus, Signaturdatenbank-Version >> > 3278 (20080718) __________ > >> E-Mail wurde geprüft mit ESET NOD32 Antivirus. >> >> http://www.eset.com >> >> > > > _______________________________________________ > 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 > > __________ Hinweis von ESET NOD32 Antivirus, Signaturdatenbank-Version 3279 (20080718) __________ > > E-Mail wurde geprüft mit ESET NOD32 Antivirus. > > http://www.eset.com > > > >_______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Thanks Alexandar & Dustin, I was trying yum install "-dev" for all the packages but did not attempt "-devel". I could build it now. Thx, Venkat ===============================Venkata Kumar Duvvuru, LSI Engenio, Adv. Development, Bangalore. Mob: +91-9880318542 Off : +91-80-41978700 ( Extn : 3544 ) =============================== -----Original Message----- From: Dustin Henning [mailto:Dustin.Henning@prd-inc.com] Sent: Friday, July 18, 2008 7:40 PM To: Kumar, Venkat; ''Alexander Hoßdorf'' Cc: xen-users@lists.xensource.com Subject: RE: [Xen-users] Xen-3.2.1 Build Error In Fedora, the package names would be different, try this: yum install zlib-devel python-devel openssl-devel ncurses-devel libX11-devel curl-devel Those are all packages for F8 that should match up with the packages mentioned by Alexander, at least unless the versions don''t match up, where you might need some compat packages as well. I haven''t tried to build Xen, so I can''t verify they are the only ones you need, but it''s a start. Dustin -----Original Message----- From: xen-users-bounces@lists.xensource.com [mailto:xen-users-bounces@lists.xensource.com] On Behalf Of Kumar, Venkat Sent: Friday, July 18, 2008 10:02 To: Alexander Hoßdorf Cc: xen-users@lists.xensource.com Subject: RE: [Xen-users] Xen-3.2.1 Build Error Are the package names same for Fedora distribution as well? I am getting an error that the packages are not found. ===============================Venkata Kumar Duvvuru, LSI Engenio, Adv. Development, Bangalore. Mob: +91-9880318542 Off : +91-80-41978700 ( Extn : 3544 ) ===============================-----Original Message----- From: Alexander Hoßdorf [mailto:xen-users@hossdorf.eu] Sent: Friday, July 18, 2008 6:55 PM To: Kumar, Venkat; xen-users@lists.xensource.com Subject: Re: [Xen-users] Xen-3.2.1 Build Error Hi, you have to install: zlib1g-dev, python-dev, libssl-dev, libncurses5-dev, x-dev, libcurl13-dev if you have an debain or ubuntu system you can do: apt-get install zlib1g-dev python-dev libssl-dev libncurses5-dev x-dev libcurl13-dev Cheers, Alex Kumar, Venkat schrieb:> > > > This is the error I get while building Xen-3.2.1 when I do a make > > > > ==============================================> > make[2]: Entering directory `/usr/src/xen-3.2.1/tools/check'' > > LIBXENAPI_BINDINGS=n ACM_SECURITY=n ./chk build > > Xen CHECK-BUILD Fri Jul 18 11:36:34 IST 2008 > > Checking check_crypto_lib: OK > > Checking check_curl: unused, OK > > Checking check_openssl_devel: > > *** Check for openssl headers FAILED > > Checking check_python: OK > > Checking check_python_devel: > > *** Check for python development environment FAILED > > Checking check_x11_devel: > > *** Check for x11 headers FAILED > > Checking check_xgettext: OK > > Checking check_xml2: unused, OK > > Checking check_zlib_devel: > > *** Check for zlib headers FAILED > > Checking check_zlib_lib: OK > > make[2]: *** [build] Error 1 > > make[2]: Leaving directory `/usr/src/xen-3.2.1/tools/check'' > > make[1]: *** [check] Error 2 > > make[1]: Leaving directory `/usr/src/xen-3.2.1/tools'' > > make: *** [install-tools] Error 2 > > ===================================================> > > > Any Idea? > > > > Thx, > > Venkat > > /*/================================/*/ > > /*/Venkata Kumar Duvvuru,/*/ > > /*/LSI Engenio,/*/ > > /*/Adv. Development,/*/ > > /*/Bangalore/*//*/./*/ > > /*/Mob: +91-9880318542/*/ > > /*/Off : +91-80-41978700 ( Extn : 3544 )/*/ > > /*/================================/*/ > > > > > > __________ Hinweis von ESET NOD32 Antivirus, Signaturdatenbank-Version > 3278 (20080718) __________ > > E-Mail wurde geprüft mit ESET NOD32 Antivirus. > > http://www.eset.com > ------------------------------------------------------------------------ > > _______________________________________________ > Xen-users mailing list > Xen-users@lists.xensource.com > http://lists.xensource.com/xen-users > > > __________ Hinweis von ESET NOD32 Antivirus, Signaturdatenbank-Version3278 (20080718) __________> > E-Mail wurde geprüft mit ESET NOD32 Antivirus. > > http://www.eset.com >_______________________________________________ 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