<?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: Compiling Apache from source on Ubuntu 9.10 (Karmic Koala)</title>
	<atom:link href="http://blog.tty.nl/2009/11/11/compiling-apache-from-source-on-ubuntu-9-10-karmic-koala/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.tty.nl/2009/11/11/compiling-apache-from-source-on-ubuntu-9-10-karmic-koala/</link>
	<description>Notes on Web Development, Computer Programming, and Software Engineering</description>
	<lastBuildDate>Fri, 13 Jan 2012 18:56:50 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Marius</title>
		<link>http://blog.tty.nl/2009/11/11/compiling-apache-from-source-on-ubuntu-9-10-karmic-koala/comment-page-1/#comment-179</link>
		<dc:creator>Marius</dc:creator>
		<pubDate>Wed, 23 Dec 2009 08:49:37 +0000</pubDate>
		<guid isPermaLink="false">http://blog.tty.nl/?p=262#comment-179</guid>
		<description>I had the same problem in debian &#039;squeeze&#039;.  I fixed the conflict between symbols by renaming &#039;getline&#039; to &#039;_getline&#039; the relevant apache source files. This is safe, since the getline version in apache is not exported by the linker.

Also, if you prefer the first method, don&#039;t forget to rename &#039;parseline&#039; (the name does not actually matter) back to &#039;getline&#039; so other programs can still be compiled with getline from glibc.</description>
		<content:encoded><![CDATA[<p>I had the same problem in debian &#8216;squeeze&#8217;.  I fixed the conflict between symbols by renaming &#8216;getline&#8217; to &#8216;_getline&#8217; the relevant apache source files. This is safe, since the getline version in apache is not exported by the linker.</p>
<p>Also, if you prefer the first method, don&#8217;t forget to rename &#8216;parseline&#8217; (the name does not actually matter) back to &#8216;getline&#8217; so other programs can still be compiled with getline from glibc.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

