
<?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>marcellus &#187; recompile</title>
	<atom:link href="http://blog.marcellus.tv/tag/recompile/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.marcellus.tv</link>
	<description>the marcellus blog</description>
	<lastBuildDate>Thu, 04 Feb 2010 03:11:59 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>A little PHP re-compilation tip</title>
		<link>http://blog.marcellus.tv/a-little-php-re-compilation-tip/</link>
		<comments>http://blog.marcellus.tv/a-little-php-re-compilation-tip/#comments</comments>
		<pubDate>Fri, 31 Oct 2008 04:00:08 +0000</pubDate>
		<dc:creator>Preetam</dc:creator>
				<category><![CDATA[miscellaneous]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[recompile]]></category>

		<guid isPermaLink="false">http://marcellusblog.wordpress.com/?p=151</guid>
		<description><![CDATA[We had to do a re-compilation of our PHP installation earlier today, to add in a few extensions. After a lot of Google-ing, we didn&#8217;t find anything about this, but someone helped us out(thanks, Sunil!).
So, if you need to re-compile your existing PHP installation, and retain your earlier extensions/settings, do the following:


find the config.nice file [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;"><a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fblog.marcellus.tv%2Fa-little-php-re-compilation-tip%2F"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fblog.marcellus.tv%2Fa-little-php-re-compilation-tip%2F" height="61" width="51" /></a></div><p>We had to do a re-compilation of our PHP installation earlier today, to add in a few extensions. After a lot of Google-ing, we didn&#8217;t find anything about this, but someone helped us out(thanks, <a href="http://www.sharkscope.com" target="_blank">Sunil</a>!).</p>
<p>So, if you need to re-compile your existing PHP installation, and retain your earlier extensions/settings, do the following:</p>
<ul>
<li>
<pre>find the <strong><em>config.nice</em></strong> file on your system</pre>
</li>
<li>
<pre>edit it to add in the extensions you need to add (eg. <em><strong>'--with-curl' \</strong></em>)</pre>
</li>
<li>
<pre>run <em><strong>make </strong></em>and then do a <em><strong>make install</strong></em></pre>
</li>
</ul>
<p>That&#8217;s it. You&#8217;re good to go.</p>
<p>Enjoy.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.marcellus.tv/a-little-php-re-compilation-tip/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

