<?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>Zenovation's Blog &#187; json</title>
	<atom:link href="http://zenovations.com/blog/tag/json/feed/" rel="self" type="application/rss+xml" />
	<link>http://zenovations.com/blog</link>
	<description>A blog about web design, programming, hosting, and virtualmin hacks</description>
	<lastBuildDate>Wed, 28 Jul 2010 23:33:39 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>phpize: command not found</title>
		<link>http://zenovations.com/blog/2009/04/phpize-command-not-found-2/</link>
		<comments>http://zenovations.com/blog/2009/04/phpize-command-not-found-2/#comments</comments>
		<pubDate>Fri, 03 Apr 2009 18:25:37 +0000</pubDate>
		<dc:creator>Michael</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[centos 5]]></category>
		<category><![CDATA[json]]></category>
		<category><![CDATA[pecl]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://zenovations.com/blog/?p=15</guid>
		<description><![CDATA[Ran into this error (phpize: command not found) while trying to install json extension for PHP. Here is the solution on CentOS 5/RHEL: ?View Code BASHyum install php-devel On Debian/Ubuntu: ?View Code BASHapt-get install php5-dev Viola! Why do you have to install dev tools to use extensions? Dunno. Very irritating. But it solves it with [...]]]></description>
			<content:encoded><![CDATA[<p>Ran into this error (phpize: command not found) while trying to install json extension for PHP.</p>
<p>Here is the solution on CentOS 5/RHEL:</p>

<div class="wp_codebox_msgheader"><span class="right"><sup><a href="http://www.ericbess.com/ericblog/2008/03/03/wp-codebox/#examples" target="_blank" title="WP-CodeBox HowTo?"><span style="color: #99cc00">?</span></a></sup></span><span class="left"><a href="javascript:;" onclick="javascript:showCodeTxt('p15code3'); return false;">View Code</a> BASH</span><div class="codebox_clear"></div></div><div class="wp_codebox"><table><tr id="p153"><td class="code" id="p15code3"><pre class="bash" style="font-family:monospace;">yum <span style="color: #c20cb9; font-weight: bold;">install</span> php-devel</pre></td></tr></table></div>

<p>On Debian/Ubuntu:</p>

<div class="wp_codebox_msgheader"><span class="right"><sup><a href="http://www.ericbess.com/ericblog/2008/03/03/wp-codebox/#examples" target="_blank" title="WP-CodeBox HowTo?"><span style="color: #99cc00">?</span></a></sup></span><span class="left"><a href="javascript:;" onclick="javascript:showCodeTxt('p15code4'); return false;">View Code</a> BASH</span><div class="codebox_clear"></div></div><div class="wp_codebox"><table><tr id="p154"><td class="code" id="p15code4"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">apt-get</span> <span style="color: #c20cb9; font-weight: bold;">install</span> php5-dev</pre></td></tr></table></div>

<p>Viola! Why do you have to install dev tools to use extensions? Dunno. Very irritating. But it solves it with no side effects.</p>
]]></content:encoded>
			<wfw:commentRss>http://zenovations.com/blog/2009/04/phpize-command-not-found-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
