<?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: Installing PHP 5.2.6 on CentOS 5 &#8211; extra extensions</title>
	<atom:link href="http://www.webtatic.com/blog/2009/05/installing-php-526-extra-extensions/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.webtatic.com/blog/2009/05/installing-php-526-extra-extensions/</link>
	<description>Just another technical blog</description>
	<lastBuildDate>Wed, 03 Mar 2010 21:29:27 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Andy</title>
		<link>http://www.webtatic.com/blog/2009/05/installing-php-526-extra-extensions/comment-page-1/#comment-109</link>
		<dc:creator>Andy</dc:creator>
		<pubDate>Fri, 31 Jul 2009 06:33:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.webtatic.com/?p=225#comment-109</guid>
		<description>I&#039;ve closed comments for this article, as I wrote a new article later that explains installing PHP 5.3 from my own repository.

See &lt;a href=&quot;http://www.webtatic.com/blog/2009/06/php-529-on-centos-5/&quot; rel=&quot;nofollow&quot;&gt;PHP 5.3 on CentOS&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>I&#8217;ve closed comments for this article, as I wrote a new article later that explains installing PHP 5.3 from my own repository.</p>
<p>See <a href="http://www.webtatic.com/blog/2009/06/php-529-on-centos-5/" rel="nofollow">PHP 5.3 on CentOS</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andy</title>
		<link>http://www.webtatic.com/blog/2009/05/installing-php-526-extra-extensions/comment-page-1/#comment-68</link>
		<dc:creator>Andy</dc:creator>
		<pubDate>Sat, 13 Jun 2009 08:23:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.webtatic.com/?p=225#comment-68</guid>
		<description>Hi Dana,

It seems like you might have missed a step from my other guide, as it would have definitely allowed you to install php-devel-5.2.6. From the looks of your yum update, the centos testing repo wasn&#039;t enabled. I&#039;ve simplified that article by using an easier way of installing the RPMs.

I guess the main problem is the extra trouble you need to go through to generate these RPMs. I didn&#039;t really want at the time to provide yet another unknown/untrusted repository, so I explained my steps from the CentOS official repositories and RPMs.</description>
		<content:encoded><![CDATA[<p>Hi Dana,</p>
<p>It seems like you might have missed a step from my other guide, as it would have definitely allowed you to install php-devel-5.2.6. From the looks of your yum update, the centos testing repo wasn&#8217;t enabled. I&#8217;ve simplified that article by using an easier way of installing the RPMs.</p>
<p>I guess the main problem is the extra trouble you need to go through to generate these RPMs. I didn&#8217;t really want at the time to provide yet another unknown/untrusted repository, so I explained my steps from the CentOS official repositories and RPMs.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dana</title>
		<link>http://www.webtatic.com/blog/2009/05/installing-php-526-extra-extensions/comment-page-1/#comment-67</link>
		<dc:creator>Dana</dc:creator>
		<pubDate>Sat, 13 Jun 2009 07:15:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.webtatic.com/?p=225#comment-67</guid>
		<description>Wow, thought I found the answer on another site:
http://bluhaloit.wordpress.com/2008/03/13/installing-php-52x-on-redhat-es5-centos-5-etc/

I followed the instructions and it looked like it did something, but then got hung up on MySql (why are PHP and MySql married/ conjoined at the back of the head?)

[root@bagvapp ~]# php -v
PHP Warning:  Module &#039;PDO&#039; already loaded in Unknown on line 0
PHP Warning:  Module &#039;pdo_mysql&#039; already loaded in Unknown on line 0http://bluhaloit.wordpress.com/2008/03/13/installing-php-52x-on-redhat-es5-centos-5-etc/
PHP 5.1.6 (cli) (built: Apr  7 2009 08:00:04) 
Copyright (c) 1997-2006 The PHP Group
Zend Engine v2.1.0, Copyright (c) 1998-2006 Zend Technologies
[root@bagvapp ~]# 

So I had to remove MySql - which seems like the wierdest thing to do and followed the instructions again, and reinstalled MySql.

Now it looks like I have version 5.2.9 - I guess just for the heck of it I have 5.2.9 now... Okay, I guess that&#039;s better than 5.2.6...

Well Andy, I&#039;m not sure what happened, and I think it&#039;s a shame people have to jump through hoops to figure out how to install software...

Dana</description>
		<content:encoded><![CDATA[<p>Wow, thought I found the answer on another site:<br />
<a href="http://bluhaloit.wordpress.com/2008/03/13/installing-php-52x-on-redhat-es5-centos-5-etc/" rel="nofollow">http://bluhaloit.wordpress.com/2008/03/13/installing-php-52x-on-redhat-es5-centos-5-etc/</a></p>
<p>I followed the instructions and it looked like it did something, but then got hung up on MySql (why are PHP and MySql married/ conjoined at the back of the head?)</p>
<p>[root@bagvapp ~]# php -v<br />
PHP Warning:  Module &#8216;PDO&#8217; already loaded in Unknown on line 0<br />
PHP Warning:  Module &#8216;pdo_mysql&#8217; already loaded in Unknown on line 0http://bluhaloit.wordpress.com/2008/03/13/installing-php-52x-on-redhat-es5-centos-5-etc/<br />
PHP 5.1.6 (cli) (built: Apr  7 2009 08:00:04)<br />
Copyright (c) 1997-2006 The PHP Group<br />
Zend Engine v2.1.0, Copyright (c) 1998-2006 Zend Technologies<br />
[root@bagvapp ~]# </p>
<p>So I had to remove MySql &#8211; which seems like the wierdest thing to do and followed the instructions again, and reinstalled MySql.</p>
<p>Now it looks like I have version 5.2.9 &#8211; I guess just for the heck of it I have 5.2.9 now&#8230; Okay, I guess that&#8217;s better than 5.2.6&#8230;</p>
<p>Well Andy, I&#8217;m not sure what happened, and I think it&#8217;s a shame people have to jump through hoops to figure out how to install software&#8230;</p>
<p>Dana</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dana</title>
		<link>http://www.webtatic.com/blog/2009/05/installing-php-526-extra-extensions/comment-page-1/#comment-66</link>
		<dc:creator>Dana</dc:creator>
		<pubDate>Sat, 13 Jun 2009 06:30:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.webtatic.com/?p=225#comment-66</guid>
		<description>Hi Andy,

Yes, I did this look at and follow the guide for installing PHP 5.26 first. Then I followed installing-php-526-extra-extensions...

So just now, I did the &quot;installing-php-526-on-centos-5&quot; instructions again and this was the result:
#yum update
Loaded plugins: fastestmirror, priorities
Loading mirror speeds from cached hostfile
 * base: mirror.raystedman.net
 * updates: mirrors.xmission.com
 * contrib: centos.g5selfstorage.com
 * centosplus: mirror.fdcservers.net
 * addons: centos.g5selfstorage.com
 * extras: mirrors.easynews.com
base                                                     &#124; 1.1 kB     00:00     
updates                                                  &#124;  951 B     00:00     
contrib                                                  &#124;  951 B     00:00     
centosplus                                               &#124;  951 B     00:00     
addons                                                   &#124;  951 B     00:00     
extras                                                   &#124; 1.1 kB     00:00     
Excluding Packages from CentOS-5 - Base
Finished
Excluding Packages from CentOS-5 - Updates
Finished
93 packages excluded due to repository priority protections
Setting up Update Process
No Packages marked for Update
# 

So I don&#039;t think yum is doing anything...

Am I correct, or should I see this result and then move on to the other article?

Thanks for responding Andy,
Dana</description>
		<content:encoded><![CDATA[<p>Hi Andy,</p>
<p>Yes, I did this look at and follow the guide for installing PHP 5.26 first. Then I followed installing-php-526-extra-extensions&#8230;</p>
<p>So just now, I did the &#8220;installing-php-526-on-centos-5&#8243; instructions again and this was the result:<br />
#yum update<br />
Loaded plugins: fastestmirror, priorities<br />
Loading mirror speeds from cached hostfile<br />
 * base: mirror.raystedman.net<br />
 * updates: mirrors.xmission.com<br />
 * contrib: centos.g5selfstorage.com<br />
 * centosplus: mirror.fdcservers.net<br />
 * addons: centos.g5selfstorage.com<br />
 * extras: mirrors.easynews.com<br />
base                                                     | 1.1 kB     00:00<br />
updates                                                  |  951 B     00:00<br />
contrib                                                  |  951 B     00:00<br />
centosplus                                               |  951 B     00:00<br />
addons                                                   |  951 B     00:00<br />
extras                                                   | 1.1 kB     00:00<br />
Excluding Packages from CentOS-5 &#8211; Base<br />
Finished<br />
Excluding Packages from CentOS-5 &#8211; Updates<br />
Finished<br />
93 packages excluded due to repository priority protections<br />
Setting up Update Process<br />
No Packages marked for Update<br />
# </p>
<p>So I don&#8217;t think yum is doing anything&#8230;</p>
<p>Am I correct, or should I see this result and then move on to the other article?</p>
<p>Thanks for responding Andy,<br />
Dana</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andy</title>
		<link>http://www.webtatic.com/blog/2009/05/installing-php-526-extra-extensions/comment-page-1/#comment-64</link>
		<dc:creator>Andy</dc:creator>
		<pubDate>Fri, 12 Jun 2009 07:26:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.webtatic.com/?p=225#comment-64</guid>
		<description>Have you had a look at my guide for installing PHP 5.2.6? This is needed before building. CentOS 5.3 doesn&#039;t have that version in its standard repositories.

http://www.webtatic.com/blog/2009/05/installing-php-526-on-centos-5/</description>
		<content:encoded><![CDATA[<p>Have you had a look at my guide for installing PHP 5.2.6? This is needed before building. CentOS 5.3 doesn&#8217;t have that version in its standard repositories.</p>
<p><a href="http://www.webtatic.com/blog/2009/05/installing-php-526-on-centos-5/" rel="nofollow">http://www.webtatic.com/blog/2009/05/installing-php-526-on-centos-5/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dana</title>
		<link>http://www.webtatic.com/blog/2009/05/installing-php-526-extra-extensions/comment-page-1/#comment-63</link>
		<dc:creator>Dana</dc:creator>
		<pubDate>Fri, 12 Jun 2009 07:19:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.webtatic.com/?p=225#comment-63</guid>
		<description>Nope - it&#039;s really stubborn about the whole 5.1.6 thing:
# rpmbuild -ba /usr/src/redhat/SPECS/php-extras.spec
error: Failed build dependencies:
        php-devel = 5.2.6 is needed by php-extras-5.2.6-1.1.i386

#yum install php-devel &lt;- doesn&#039;t work
#yum install php-devel = 5.2.6 &lt;- doesn&#039;t work
#yum install php-devel=5.2.6 &lt;- still doesn&#039;t work

message is:
Package php-devel-5.1.6-23.2.el5_3.i386 already installed and latest version
Nothing to do

or &quot;no package available&quot;

This is way too weird and frustrating.

Magento doesn&#039;t work with anything less than php 5.2 and it seems that CENTOS 5.3 doesn&#039;t work with php greater than 5.1.6...

I&#039;ve tried 3 completely different ways to get it installed. Is there a definitive way to get this upgraded?

Thanks,
Dana</description>
		<content:encoded><![CDATA[<p>Nope &#8211; it&#8217;s really stubborn about the whole 5.1.6 thing:<br />
# rpmbuild -ba /usr/src/redhat/SPECS/php-extras.spec<br />
error: Failed build dependencies:<br />
        php-devel = 5.2.6 is needed by php-extras-5.2.6-1.1.i386</p>
<p>#yum install php-devel &lt;- doesn&#8217;t work<br />
#yum install php-devel = 5.2.6 &lt;- doesn&#8217;t work<br />
#yum install php-devel=5.2.6 &lt;- still doesn&#8217;t work</p>
<p>message is:<br />
Package php-devel-5.1.6-23.2.el5_3.i386 already installed and latest version<br />
Nothing to do</p>
<p>or &#8220;no package available&#8221;</p>
<p>This is way too weird and frustrating.</p>
<p>Magento doesn&#8217;t work with anything less than php 5.2 and it seems that CENTOS 5.3 doesn&#8217;t work with php greater than 5.1.6&#8230;</p>
<p>I&#8217;ve tried 3 completely different ways to get it installed. Is there a definitive way to get this upgraded?</p>
<p>Thanks,<br />
Dana</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Simon</title>
		<link>http://www.webtatic.com/blog/2009/05/installing-php-526-extra-extensions/comment-page-1/#comment-56</link>
		<dc:creator>Simon</dc:creator>
		<pubDate>Fri, 29 May 2009 06:38:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.webtatic.com/?p=225#comment-56</guid>
		<description>Thank you very much... :) Worked for me. I had to upgrade PHP from 5.1.6 to 5.2.6 to fix an issue with Horde webmail compression and immediately ran into the no mcrypt and no tidy issue. 

Followed the instructions and all sorted.</description>
		<content:encoded><![CDATA[<p>Thank you very much&#8230; <img src='http://webtatic.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  Worked for me. I had to upgrade PHP from 5.1.6 to 5.2.6 to fix an issue with Horde webmail compression and immediately ran into the no mcrypt and no tidy issue. </p>
<p>Followed the instructions and all sorted.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
