<?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>PHP 5.2 in Redhat Enterprise Linux 5 &#8211; Arun&#8217;s blog</title>
	<atom:link href="https://arunns.net/tag/php-5-2-in-redhat-enterprise-linux-5/feed/" rel="self" type="application/rss+xml" />
	<link>https://arunns.net</link>
	<description>Arun&#039;s blog</description>
	<lastBuildDate>Sun, 14 Aug 2011 13:22:13 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.4.2</generator>
	<item>
		<title>Upgrading php to 5.2 or 5.3 in Redhat EL 5</title>
		<link>https://arunns.net/upgrading-php-to-5-2-or-5-3-in-redhat-el-5/</link>
					<comments>https://arunns.net/upgrading-php-to-5-2-or-5-3-in-redhat-el-5/#respond</comments>
		
		<dc:creator><![CDATA[Arun N.]]></dc:creator>
		<pubDate>Sun, 14 Aug 2011 13:22:13 +0000</pubDate>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[PHP 5.2 in Redhat Enterprise Linux 5]]></category>
		<guid isPermaLink="false">http://arunnsblog.com/?p=553</guid>

					<description><![CDATA[Unfortunately RHEL 5 does not have php.5.2 package, which is required by most of the applications including latest wordpress and drupal. First thought of compiling php from source, but hard to keep it uptodate. So decided to make the life easier with EPEL/IUS repositories. Remove all existing php related packages: # rpm -e php php-mysql [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>Unfortunately RHEL 5 does not have php.5.2 package, which is required by most of the applications including latest wordpress and drupal.</p>
<p>First thought of compiling php from source, but hard to keep it uptodate. So decided to make the life easier with EPEL/IUS repositories.</p>
<p>Remove all existing php related packages:</p>
<blockquote><p># rpm -e php php-mysql php-cli php-pdo php-common</p>
<p>Download and install the EPEL/IUS RPMs</p>
<p># wget http://dl.iuscommunity.org/pub/ius/stable/Redhat/5/i386/epel-release-1-1.ius.el5.noarch.rpm</p>
<p># wget http://dl.iuscommunity.org/pub/ius/stable/Redhat/5/i386/ius-release-1.0-8.ius.el5.noarch.rpm</p></blockquote>
<p>incase if the list not working just browse and find the rpm.</p>
<p>Install the RPMs</p>
<blockquote><p># rpm -Uvh *-release-*.rpm</p></blockquote>
<p>Now you can install php 5.2 or 5.3 like:</p>
<blockquote><p># yum install php52 php52-mysql</p></blockquote>
<p>./arun</p>
<p>&nbsp;</p>
]]></content:encoded>
					
					<wfw:commentRss>https://arunns.net/upgrading-php-to-5-2-or-5-3-in-redhat-el-5/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
