<?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: How To Install Python 2.6 On CentOS 5 Without Breaking Yum</title>
	<atom:link href="http://www.question-defense.com/2009/12/25/how-to-install-python-2-6-on-centos-5-without-breaking-yum/feed" rel="self" type="application/rss+xml" />
	<link>http://www.question-defense.com/2009/12/25/how-to-install-python-2-6-on-centos-5-without-breaking-yum</link>
	<description>Technical answers for technical questions</description>
	<lastBuildDate>Mon, 20 May 2013 08:02:09 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: alex</title>
		<link>http://www.question-defense.com/2009/12/25/how-to-install-python-2-6-on-centos-5-without-breaking-yum#comment-16095</link>
		<dc:creator>alex</dc:creator>
		<pubDate>Tue, 04 Oct 2011 09:40:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.question-defense.com/?p=4284#comment-16095</guid>
		<description><![CDATA[Hello Jovan,

Unfortunately I did not and don&#039;t have any spare time at the moment to do so. 

Sorry...

Thanks.
alex]]></description>
		<content:encoded><![CDATA[<p>Hello Jovan,</p>
<p>Unfortunately I did not and don&#8217;t have any spare time at the moment to do so. </p>
<p>Sorry&#8230;</p>
<p>Thanks.<br />
alex</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: alex</title>
		<link>http://www.question-defense.com/2009/12/25/how-to-install-python-2-6-on-centos-5-without-breaking-yum#comment-16081</link>
		<dc:creator>alex</dc:creator>
		<pubDate>Tue, 04 Oct 2011 07:31:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.question-defense.com/?p=4284#comment-16081</guid>
		<description><![CDATA[Hello Dave,

Instead of something like the below... 

yum install python25

You would instead use something like the below which specifies i386 or 32bit versus x86-64 or 64bit. 

yum install python25.i386

Hope that helps...

Thanks.
alex]]></description>
		<content:encoded><![CDATA[<p>Hello Dave,</p>
<p>Instead of something like the below&#8230; </p>
<p>yum install python25</p>
<p>You would instead use something like the below which specifies i386 or 32bit versus x86-64 or 64bit. </p>
<p>yum install python25.i386</p>
<p>Hope that helps&#8230;</p>
<p>Thanks.<br />
alex</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dave</title>
		<link>http://www.question-defense.com/2009/12/25/how-to-install-python-2-6-on-centos-5-without-breaking-yum#comment-16059</link>
		<dc:creator>Dave</dc:creator>
		<pubDate>Mon, 03 Oct 2011 06:51:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.question-defense.com/?p=4284#comment-16059</guid>
		<description><![CDATA[Hey Alex,

Im also getting no packages found. The repo is installed, and I can see it. When I yum update, it see`s the repo, but cant find any package. Here is a ls of my repo dir and what happens when I try install python26:


root@nerthus [/etc/yum.repos.d]# ls
./  ../  CentOS-Base.repo  CentOS-Debuginfo.repo  CentOS-Media.repo  CentOS-Vault.repo  chl.repo  mirrors-rpmforge  rpmforge.repo  rpmforge-testing.repo
root@nerthus [/etc/yum.repos.d]# yum install python26
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
 * base: mirrors.finalasp.com
 * extras: mirror.raystedman.net
 * updates: mirrors.tummy.com
Excluding Packages in global exclude list
Finished
Setting up Install Process
No package python26 available.
Nothing to do
root@nerthus [/etc/yum.repos.d]# 


It is a 64bit system so how do I specify the package as 386 as you mentioned to get it working? Thanks for the help!]]></description>
		<content:encoded><![CDATA[<p>Hey Alex,</p>
<p>Im also getting no packages found. The repo is installed, and I can see it. When I yum update, it see`s the repo, but cant find any package. Here is a ls of my repo dir and what happens when I try install python26:</p>
<p>root@nerthus [/etc/yum.repos.d]# ls<br />
./  ../  CentOS-Base.repo  CentOS-Debuginfo.repo  CentOS-Media.repo  CentOS-Vault.repo  chl.repo  mirrors-rpmforge  rpmforge.repo  rpmforge-testing.repo<br />
root@nerthus [/etc/yum.repos.d]# yum install python26<br />
Loaded plugins: fastestmirror<br />
Loading mirror speeds from cached hostfile<br />
 * base: mirrors.finalasp.com<br />
 * extras: mirror.raystedman.net<br />
 * updates: mirrors.tummy.com<br />
Excluding Packages in global exclude list<br />
Finished<br />
Setting up Install Process<br />
No package python26 available.<br />
Nothing to do<br />
root@nerthus [/etc/yum.repos.d]# </p>
<p>It is a 64bit system so how do I specify the package as 386 as you mentioned to get it working? Thanks for the help!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jovan</title>
		<link>http://www.question-defense.com/2009/12/25/how-to-install-python-2-6-on-centos-5-without-breaking-yum#comment-15975</link>
		<dc:creator>Jovan</dc:creator>
		<pubDate>Sat, 24 Sep 2011 12:35:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.question-defense.com/?p=4284#comment-15975</guid>
		<description><![CDATA[Hi Alex

Did you ever get round to writing the article ?
As I&#039;m trying to install python 2.6 on cents 5  x86_64.

Thanks]]></description>
		<content:encoded><![CDATA[<p>Hi Alex</p>
<p>Did you ever get round to writing the article ?<br />
As I&#8217;m trying to install python 2.6 on cents 5  x86_64.</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Install Nginxcp Dan Troubleshooting Saat Instalasi - Jancok.info &#124; Bukan Sekedar Info Jancok : Jancok.info &#124; Bukan Sekedar Info Jancok</title>
		<link>http://www.question-defense.com/2009/12/25/how-to-install-python-2-6-on-centos-5-without-breaking-yum#comment-15243</link>
		<dc:creator>Install Nginxcp Dan Troubleshooting Saat Instalasi - Jancok.info &#124; Bukan Sekedar Info Jancok : Jancok.info &#124; Bukan Sekedar Info Jancok</dc:creator>
		<pubDate>Tue, 28 Jun 2011 13:40:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.question-defense.com/?p=4284#comment-15243</guid>
		<description><![CDATA[[...] Dari sini bisa disimpulkan bahwa kita harus melakukan upgrade python secara manual. Beberapa forum dan blog menyebutkan bahwa kita bisa menggunakan tutorial seperti disini :    http://www.question-defense.com/2009&#8230;t-breaking-yum [...]]]></description>
		<content:encoded><![CDATA[<p>[...] Dari sini bisa disimpulkan bahwa kita harus melakukan upgrade python secara manual. Beberapa forum dan blog menyebutkan bahwa kita bisa menggunakan tutorial seperti disini :    <a href="http://www.question-defense.com/2009&#8230;t-breaking-yum" rel="nofollow">http://www.question-defense.com/2009&#8230;t-breaking-yum</a> [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: alex</title>
		<link>http://www.question-defense.com/2009/12/25/how-to-install-python-2-6-on-centos-5-without-breaking-yum#comment-14344</link>
		<dc:creator>alex</dc:creator>
		<pubDate>Fri, 15 Apr 2011 16:38:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.question-defense.com/?p=4284#comment-14344</guid>
		<description><![CDATA[Hello Robert,

Did you follow the instructions and install the new YUM repo? If you are on a 64-bit machine you may need to specify the package as i386. Make sure the new YUM repo is installed as well.

Thanks.
alex]]></description>
		<content:encoded><![CDATA[<p>Hello Robert,</p>
<p>Did you follow the instructions and install the new YUM repo? If you are on a 64-bit machine you may need to specify the package as i386. Make sure the new YUM repo is installed as well.</p>
<p>Thanks.<br />
alex</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Robert</title>
		<link>http://www.question-defense.com/2009/12/25/how-to-install-python-2-6-on-centos-5-without-breaking-yum#comment-14343</link>
		<dc:creator>Robert</dc:creator>
		<pubDate>Fri, 15 Apr 2011 16:26:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.question-defense.com/?p=4284#comment-14343</guid>
		<description><![CDATA[No package MySQL-python26 available.

:(]]></description>
		<content:encoded><![CDATA[<p>No package MySQL-python26 available.</p>
<p>:(</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: alex</title>
		<link>http://www.question-defense.com/2009/12/25/how-to-install-python-2-6-on-centos-5-without-breaking-yum#comment-12312</link>
		<dc:creator>alex</dc:creator>
		<pubDate>Sun, 30 Jan 2011 14:25:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.question-defense.com/?p=4284#comment-12312</guid>
		<description><![CDATA[Hello Ed,

Cool. Thanks for the tip. I wasn&#039;t aware you could do it this way. While I personally still prefer doing it via a package manager this is not only something I am glad to know but something others will find useful. Thanks again for taking the time to share.

Linux rocks! The beauty of it is there are a thousand roads that lead to similar solutions and the fact that the community not only shares but does so willingly. 

Thanks.
alex]]></description>
		<content:encoded><![CDATA[<p>Hello Ed,</p>
<p>Cool. Thanks for the tip. I wasn&#8217;t aware you could do it this way. While I personally still prefer doing it via a package manager this is not only something I am glad to know but something others will find useful. Thanks again for taking the time to share.</p>
<p>Linux rocks! The beauty of it is there are a thousand roads that lead to similar solutions and the fact that the community not only shares but does so willingly. </p>
<p>Thanks.<br />
alex</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ed</title>
		<link>http://www.question-defense.com/2009/12/25/how-to-install-python-2-6-on-centos-5-without-breaking-yum#comment-12303</link>
		<dc:creator>Ed</dc:creator>
		<pubDate>Sun, 30 Jan 2011 04:19:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.question-defense.com/?p=4284#comment-12303</guid>
		<description><![CDATA[In the python README it discusses running multiple versions.  Here&#039;s what I did.

./configure --prefix /usr    (this was so python2.6 would install in the same location as python2.4, just my preference)
make
make altinstall

This SEEMS to work.  yum still functions.  I used it to upgrade my 2.4.3 to 2.4.3-27

Take it for what it&#039;s worth, I&#039;m still quite new to Linux.]]></description>
		<content:encoded><![CDATA[<p>In the python README it discusses running multiple versions.  Here&#8217;s what I did.</p>
<p>./configure &#8211;prefix /usr    (this was so python2.6 would install in the same location as python2.4, just my preference)<br />
make<br />
make altinstall</p>
<p>This SEEMS to work.  yum still functions.  I used it to upgrade my 2.4.3 to 2.4.3-27</p>
<p>Take it for what it&#8217;s worth, I&#8217;m still quite new to Linux.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: alex</title>
		<link>http://www.question-defense.com/2009/12/25/how-to-install-python-2-6-on-centos-5-without-breaking-yum#comment-9495</link>
		<dc:creator>alex</dc:creator>
		<pubDate>Tue, 12 Oct 2010 18:26:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.question-defense.com/?p=4284#comment-9495</guid>
		<description><![CDATA[Hello Brad,

I don&#039;t recall specifically as its been quite awhile but using the above method did allow me to use Django without issue. Just run &quot;updatedb&quot; and then use locate to find whatever file/files you are looking for.

Thanks.
alex]]></description>
		<content:encoded><![CDATA[<p>Hello Brad,</p>
<p>I don&#8217;t recall specifically as its been quite awhile but using the above method did allow me to use Django without issue. Just run &#8220;updatedb&#8221; and then use locate to find whatever file/files you are looking for.</p>
<p>Thanks.<br />
alex</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brad</title>
		<link>http://www.question-defense.com/2009/12/25/how-to-install-python-2-6-on-centos-5-without-breaking-yum#comment-9494</link>
		<dc:creator>Brad</dc:creator>
		<pubDate>Tue, 12 Oct 2010 18:23:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.question-defense.com/?p=4284#comment-9494</guid>
		<description><![CDATA[When you install Django using this method where are the project files installed? I can&#039;t seem to find any installation of Django.]]></description>
		<content:encoded><![CDATA[<p>When you install Django using this method where are the project files installed? I can&#8217;t seem to find any installation of Django.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: alex</title>
		<link>http://www.question-defense.com/2009/12/25/how-to-install-python-2-6-on-centos-5-without-breaking-yum#comment-8301</link>
		<dc:creator>alex</dc:creator>
		<pubDate>Sun, 25 Jul 2010 03:49:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.question-defense.com/?p=4284#comment-8301</guid>
		<description><![CDATA[Hello Roman,

If you use python setup.py install it will install it for python 2.4 and python26 setup.py install will do so for python 2.6. You should see if there are yum packages in the repo mentioned in the article though for best results. 

Thanks.
alex]]></description>
		<content:encoded><![CDATA[<p>Hello Roman,</p>
<p>If you use python setup.py install it will install it for python 2.4 and python26 setup.py install will do so for python 2.6. You should see if there are yum packages in the repo mentioned in the article though for best results. </p>
<p>Thanks.<br />
alex</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Roman Reimkhe</title>
		<link>http://www.question-defense.com/2009/12/25/how-to-install-python-2-6-on-centos-5-without-breaking-yum#comment-8296</link>
		<dc:creator>Roman Reimkhe</dc:creator>
		<pubDate>Sat, 24 Jul 2010 12:09:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.question-defense.com/?p=4284#comment-8296</guid>
		<description><![CDATA[For a novice users like me: what about installing python modules in the case described in your article? should I &quot;python setup.py install&quot; or &quot;python26 setup.py install&quot;?]]></description>
		<content:encoded><![CDATA[<p>For a novice users like me: what about installing python modules in the case described in your article? should I &#8220;python setup.py install&#8221; or &#8220;python26 setup.py install&#8221;?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: alex</title>
		<link>http://www.question-defense.com/2009/12/25/how-to-install-python-2-6-on-centos-5-without-breaking-yum#comment-5919</link>
		<dc:creator>alex</dc:creator>
		<pubDate>Mon, 15 Mar 2010 14:44:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.question-defense.com/?p=4284#comment-5919</guid>
		<description><![CDATA[Hello Fred,

Thanks for posting this. I am sure it will help others in the future. As I mentioned in my initial response I will be posting an article soon. Please keep in mind that the Python version installed from this article is Python 2.6 i386. The new article I will be posting will discuss installing the Python version 2.6 x86_64 package using a different repository. I ran into an issue where I needed Python 2.6 x86_64 to compile something on a 64-bit CentOS server. 

Thanks.
alex]]></description>
		<content:encoded><![CDATA[<p>Hello Fred,</p>
<p>Thanks for posting this. I am sure it will help others in the future. As I mentioned in my initial response I will be posting an article soon. Please keep in mind that the Python version installed from this article is Python 2.6 i386. The new article I will be posting will discuss installing the Python version 2.6 x86_64 package using a different repository. I ran into an issue where I needed Python 2.6 x86_64 to compile something on a 64-bit CentOS server. </p>
<p>Thanks.<br />
alex</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: alex</title>
		<link>http://www.question-defense.com/2009/12/25/how-to-install-python-2-6-on-centos-5-without-breaking-yum#comment-5918</link>
		<dc:creator>alex</dc:creator>
		<pubDate>Mon, 15 Mar 2010 14:41:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.question-defense.com/?p=4284#comment-5918</guid>
		<description><![CDATA[Hello Fred,

No problem. Thanks for taking the time to post. I actually have an article I will be writing soon regarding Python version 2.6 and 64-bit CentOS Linux 5.X which would apply the same way to Red Hat AS 5. 

Thanks.
alex]]></description>
		<content:encoded><![CDATA[<p>Hello Fred,</p>
<p>No problem. Thanks for taking the time to post. I actually have an article I will be writing soon regarding Python version 2.6 and 64-bit CentOS Linux 5.X which would apply the same way to Red Hat AS 5. </p>
<p>Thanks.<br />
alex</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Fred</title>
		<link>http://www.question-defense.com/2009/12/25/how-to-install-python-2-6-on-centos-5-without-breaking-yum#comment-5853</link>
		<dc:creator>Fred</dc:creator>
		<pubDate>Fri, 12 Mar 2010 15:45:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.question-defense.com/?p=4284#comment-5853</guid>
		<description><![CDATA[Ok, here are the missing packages  that did it:

apt-get install bzip2-libs.32bit
apt-get install gdbm.32bit

Fred]]></description>
		<content:encoded><![CDATA[<p>Ok, here are the missing packages  that did it:</p>
<p>apt-get install bzip2-libs.32bit<br />
apt-get install gdbm.32bit</p>
<p>Fred</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Fred</title>
		<link>http://www.question-defense.com/2009/12/25/how-to-install-python-2-6-on-centos-5-without-breaking-yum#comment-5852</link>
		<dc:creator>Fred</dc:creator>
		<pubDate>Fri, 12 Mar 2010 15:41:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.question-defense.com/?p=4284#comment-5852</guid>
		<description><![CDATA[Hi,

Thanks for your how to.
Unfortunately, I am running x64 (Read Hat AS 5), and I have missing libs dependency:

Error: Missing Dependency: libbz2.so.1 is needed by package python26
Error: Missing Dependency: libgdbm.so.2 is needed by package python26

I&#039;ll post once solved.
Fred]]></description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>Thanks for your how to.<br />
Unfortunately, I am running x64 (Read Hat AS 5), and I have missing libs dependency:</p>
<p>Error: Missing Dependency: libbz2.so.1 is needed by package python26<br />
Error: Missing Dependency: libgdbm.so.2 is needed by package python26</p>
<p>I&#8217;ll post once solved.<br />
Fred</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: alex</title>
		<link>http://www.question-defense.com/2009/12/25/how-to-install-python-2-6-on-centos-5-without-breaking-yum#comment-5019</link>
		<dc:creator>alex</dc:creator>
		<pubDate>Fri, 22 Jan 2010 18:30:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.question-defense.com/?p=4284#comment-5019</guid>
		<description><![CDATA[Hello Tom,

No problem at all. Thanks again for responding with more info so others can use mod_wsgi if they want. I personally ended up not using mod_python either and switched to running what I was working with out of mod_fastcgi which has worked great so far. 

Thanks!
alex]]></description>
		<content:encoded><![CDATA[<p>Hello Tom,</p>
<p>No problem at all. Thanks again for responding with more info so others can use mod_wsgi if they want. I personally ended up not using mod_python either and switched to running what I was working with out of mod_fastcgi which has worked great so far. </p>
<p>Thanks!<br />
alex</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tom Gruner</title>
		<link>http://www.question-defense.com/2009/12/25/how-to-install-python-2-6-on-centos-5-without-breaking-yum#comment-5018</link>
		<dc:creator>Tom Gruner</dc:creator>
		<pubDate>Fri, 22 Jan 2010 17:26:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.question-defense.com/?p=4284#comment-5018</guid>
		<description><![CDATA[Thanks for the nice instructions, worked like a charm after that, except I had a conflict for mod_python26, but wasn&#039;t much of an issue since I prefer mod_wsgi and followed the instructions here to compile it.

http://www.webtop.com.au/installing-wsgi-adaptor-for-apache-using-mod-wsgi

Thanks again,

Tom]]></description>
		<content:encoded><![CDATA[<p>Thanks for the nice instructions, worked like a charm after that, except I had a conflict for mod_python26, but wasn&#8217;t much of an issue since I prefer mod_wsgi and followed the instructions here to compile it.</p>
<p><a href="http://www.webtop.com.au/installing-wsgi-adaptor-for-apache-using-mod-wsgi" rel="nofollow">http://www.webtop.com.au/installing-wsgi-adaptor-for-apache-using-mod-wsgi</a></p>
<p>Thanks again,</p>
<p>Tom</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: alex</title>
		<link>http://www.question-defense.com/2009/12/25/how-to-install-python-2-6-on-centos-5-without-breaking-yum#comment-5017</link>
		<dc:creator>alex</dc:creator>
		<pubDate>Fri, 22 Jan 2010 17:08:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.question-defense.com/?p=4284#comment-5017</guid>
		<description><![CDATA[Hello Tom,

Thanks for adding this. I wasn&#039;t aware about the EPEL repo and must have had it set up already on this server when I installed the new repo.

Anyway thanks for adding this for others...

Thanks.
alex]]></description>
		<content:encoded><![CDATA[<p>Hello Tom,</p>
<p>Thanks for adding this. I wasn&#8217;t aware about the EPEL repo and must have had it set up already on this server when I installed the new repo.</p>
<p>Anyway thanks for adding this for others&#8230;</p>
<p>Thanks.<br />
alex</p>
]]></content:encoded>
	</item>
</channel>
</rss>
