<?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>unixzone dot dk &#187; compile</title>
	<atom:link href="http://unixzone.dk/unix/tag/compile/feed/" rel="self" type="application/rss+xml" />
	<link>http://unixzone.dk/unix</link>
	<description>another day, another blog..</description>
	<lastBuildDate>Mon, 03 May 2010 08:44:45 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Compiling Apache HTTP server on OpenSolaris</title>
		<link>http://unixzone.dk/unix/2010/02/compiling-apache-http-server-on-opensolaris/</link>
		<comments>http://unixzone.dk/unix/2010/02/compiling-apache-http-server-on-opensolaris/#comments</comments>
		<pubDate>Mon, 01 Feb 2010 20:11:44 +0000</pubDate>
		<dc:creator>lasseoe</dc:creator>
				<category><![CDATA[OpenSolaris]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[apr]]></category>
		<category><![CDATA[compile]]></category>
		<category><![CDATA[configure]]></category>
		<category><![CDATA[gcc]]></category>
		<category><![CDATA[httpd]]></category>

		<guid isPermaLink="false">http://unixzone.dk/unix/?p=46</guid>
		<description><![CDATA[This may not come as a surprise to many of you, especially the ones who have used OpenSolaris for a long time, but for myself who have only recently started tampering with the Indiana branch of OpenSolaris it took a few minutes to figure out what was going on.
When running Apache&#8217;s configure on OpenSolaris build [...]]]></description>
			<content:encoded><![CDATA[<p>This may not come as a surprise to many of you, especially the ones who have used OpenSolaris for a long time, but for myself who have only recently started tampering with the Indiana branch of OpenSolaris it took a few minutes to figure out what was going on.</p>
<p>When running Apache&#8217;s configure on OpenSolaris build 131 it would bomb out at:</p>
<p><code>Configuring Apache Portable Runtime Utility library...<br />
checking for APR-util... yes<br />
  adding "-L/usr/lib" to LDFLAGS<br />
checking for gcc... gcc<br />
checking for C compiler default output file name...<br />
configure: error: in `/root/httpd-2.2.13':</code></p>
<p>Checking config.log showed me that it failed at <code>cc1: error: invalid option 't'</code>   Odd!<br />
It didn&#8217;t immediately occur to me that it was using the OpenSolaris supplied APR-util which is using the SunPro compiler.</p>
<p>So, the solution is to run configure with the <code>--with-included-apr</code> option.</p>
]]></content:encoded>
			<wfw:commentRss>http://unixzone.dk/unix/2010/02/compiling-apache-http-server-on-opensolaris/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
