<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Step by Step tutorial howto compile kernel in Debian 5.0 (Lenny)</title>
	<atom:link href="http://www.debianadmin.com/step-by-step-tutorial-howto-compile-kernel-in-debian-5-0-lenny.html/feed" rel="self" type="application/rss+xml" />
	<link>http://www.debianadmin.com/step-by-step-tutorial-howto-compile-kernel-in-debian-5-0-lenny.html</link>
	<description>Debian/Ubuntu Linux System Administration Tutorials,Howtos,Tips</description>
	<lastBuildDate>Thu, 18 Mar 2010 18:04:13 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: zgfrd</title>
		<link>http://www.debianadmin.com/step-by-step-tutorial-howto-compile-kernel-in-debian-5-0-lenny.html/comment-page-1#comment-4106</link>
		<dc:creator>zgfrd</dc:creator>
		<pubDate>Sat, 05 Dec 2009 11:51:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.debianadmin.com/?p=982#comment-4106</guid>
		<description>where:
....&quot;error: zlib.h: No such file or directory&quot;....

install zlib1g-dev package and make-kpkg again

regards,
zgfrd</description>
		<content:encoded><![CDATA[<p>where:<br />
&#8230;.&#8221;error: zlib.h: No such file or directory&#8221;&#8230;.</p>
<p>install zlib1g-dev package and make-kpkg again</p>
<p>regards,<br />
zgfrd</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Harry Andersen</title>
		<link>http://www.debianadmin.com/step-by-step-tutorial-howto-compile-kernel-in-debian-5-0-lenny.html/comment-page-1#comment-4010</link>
		<dc:creator>Harry Andersen</dc:creator>
		<pubDate>Thu, 12 Nov 2009 21:09:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.debianadmin.com/?p=982#comment-4010</guid>
		<description>make[1]: Leaving directory `/home/roy/newkernel/linux-source-2.6.26&#039;
/usr/bin/make    ARCH=i386 \
			     -C Documentation/lguest
make[1]: Entering directory `/home/roy/newkernel/linux-source-2.6.26/Documentation/lguest&#039;
cc -Wall -Wmissing-declarations -Wmissing-prototypes -O3 -I../../include    lguest.c  -lz -o lguest
lguest.c:34:18: error: zlib.h: No such file or directory
make[1]: *** [lguest] Error 1
make[1]: Leaving directory `/home/roy/newkernel/linux-source-2.6.26/Documentation/lguest&#039;
make: *** [debian/stamp/build/kernel] Error 2</description>
		<content:encoded><![CDATA[<p>make[1]: Leaving directory `/home/roy/newkernel/linux-source-2.6.26&#8242;<br />
/usr/bin/make    ARCH=i386 \<br />
			     -C Documentation/lguest<br />
make[1]: Entering directory `/home/roy/newkernel/linux-source-2.6.26/Documentation/lguest&#8217;<br />
cc -Wall -Wmissing-declarations -Wmissing-prototypes -O3 -I../../include    lguest.c  -lz -o lguest<br />
lguest.c:34:18: error: zlib.h: No such file or directory<br />
make[1]: *** [lguest] Error 1<br />
make[1]: Leaving directory `/home/roy/newkernel/linux-source-2.6.26/Documentation/lguest&#8217;<br />
make: *** [debian/stamp/build/kernel] Error 2</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: pflamellas</title>
		<link>http://www.debianadmin.com/step-by-step-tutorial-howto-compile-kernel-in-debian-5-0-lenny.html/comment-page-1#comment-4000</link>
		<dc:creator>pflamellas</dc:creator>
		<pubDate>Tue, 10 Nov 2009 17:47:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.debianadmin.com/?p=982#comment-4000</guid>
		<description>well I follow this howto and give a error:
make[1]: Entrando no diretório `/usr/src/linux-2.6.31.6/Documentation/lguest&#039;
cc -m32 -Wall -Wmissing-declarations -Wmissing-prototypes -O3 -I../../include -I../../arch/x86/include -U_FORTIFY_SOURCE    lguest.c   -o lguest
lguest.c:21:25: error: sys/eventfd.h: Arquivo ou diretório não encontrado
lguest.c: In function ‘create_thread’:
lguest.c:1021: warning: implicit declaration of function ‘eventfd’
make[1]: ** [lguest] Erro 1
make[1]: Saindo do diretório `/usr/src/linux-2.6.31.6/Documentation/lguest&#039;
make: ** [debian/stamp/build/kernel] Erro 2</description>
		<content:encoded><![CDATA[<p>well I follow this howto and give a error:<br />
make[1]: Entrando no diretório `/usr/src/linux-2.6.31.6/Documentation/lguest&#8217;<br />
cc -m32 -Wall -Wmissing-declarations -Wmissing-prototypes -O3 -I../../include -I../../arch/x86/include -U_FORTIFY_SOURCE    lguest.c   -o lguest<br />
lguest.c:21:25: error: sys/eventfd.h: Arquivo ou diretório não encontrado<br />
lguest.c: In function ‘create_thread’:<br />
lguest.c:1021: warning: implicit declaration of function ‘eventfd’<br />
make[1]: ** [lguest] Erro 1<br />
make[1]: Saindo do diretório `/usr/src/linux-2.6.31.6/Documentation/lguest&#8217;<br />
make: ** [debian/stamp/build/kernel] Erro 2</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: anon debianite</title>
		<link>http://www.debianadmin.com/step-by-step-tutorial-howto-compile-kernel-in-debian-5-0-lenny.html/comment-page-1#comment-3594</link>
		<dc:creator>anon debianite</dc:creator>
		<pubDate>Wed, 26 Aug 2009 15:26:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.debianadmin.com/?p=982#comment-3594</guid>
		<description>@Rich Hartley: They&#039;re not separate programs but features of make.</description>
		<content:encoded><![CDATA[<p>@Rich Hartley: They&#8217;re not separate programs but features of make.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rich Hartley</title>
		<link>http://www.debianadmin.com/step-by-step-tutorial-howto-compile-kernel-in-debian-5-0-lenny.html/comment-page-1#comment-3591</link>
		<dc:creator>Rich Hartley</dc:creator>
		<pubDate>Tue, 25 Aug 2009 18:08:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.debianadmin.com/?p=982#comment-3591</guid>
		<description>great info, but where do we get gconfig or xconfig because it&#039;s not in the repos.</description>
		<content:encoded><![CDATA[<p>great info, but where do we get gconfig or xconfig because it&#8217;s not in the repos.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
