<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Memory Leak &#187; Ubuntu</title>
	<atom:link href="http://chromus.kajigger.com/blog/category/development/ubuntu/feed/" rel="self" type="application/rss+xml" />
	<link>http://chromus.kajigger.com/blog</link>
	<description></description>
	<lastBuildDate>Fri, 11 Jul 2008 00:45:35 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Compiling glibc 2.4 on Ubuntu 5.06</title>
		<link>http://chromus.kajigger.com/blog/2006/06/06/compiling-glibc-24-on-ubuntu-506/</link>
		<comments>http://chromus.kajigger.com/blog/2006/06/06/compiling-glibc-24-on-ubuntu-506/#comments</comments>
		<pubDate>Tue, 06 Jun 2006 18:41:24 +0000</pubDate>
		<dc:creator>chromus</dc:creator>
				<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://chromus.kajigger.com/?p=69</guid>
		<description><![CDATA[A default install of Ubuntu 5.06 might come up with these errors when compiling glibc 2.4:
mawk: scripts/gen-sorted.awk: line 19: regular expression compile failed (bad class -- [], [^] or [)
mawk: scripts/gen-sorted.awk: line 19: syntax error at or near ]
mawk: scripts/gen-sorted.awk: line 19: runaway regular expression /, "", subd ...
It turns out that mawk, the AWK [...]]]></description>
			<content:encoded><![CDATA[<p>A default install of Ubuntu 5.06 might come up with these errors when compiling glibc 2.4:</p>
<code>mawk: scripts/gen-sorted.awk: line 19: regular expression compile failed (bad class -- [], [^] or [)
mawk: scripts/gen-sorted.awk: line 19: syntax error at or near ]
mawk: scripts/gen-sorted.awk: line 19: runaway regular expression /, "", subd ...</code>
<p>It turns out that mawk, the AWK interpreter that comes installed on Ubuntu by default, isn&#8217;t supported by glibc. To fix this, open up Synaptic (System, Administration, Synaptic Package Manager) and install the gawk package in the Interpreted Computer Languages section. Afterwards, you&#8217;ll need to reconfigure glibc before compiling it again so it knows to use gawk instead of mawk. As a side note, make sure you always use the latest release version of packages; trying to compile glibc 2.3.6 won&#8217;t work on Ubuntu 5.06.</p>]]></content:encoded>
			<wfw:commentRss>http://chromus.kajigger.com/blog/2006/06/06/compiling-glibc-24-on-ubuntu-506/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
