<?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>Another Internet Matt &#187; Uncategorized</title>
	<atom:link href="http://www.mjohnston.com/category/uncategorized/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.mjohnston.com</link>
	<description>Making the internet a better place through open source</description>
	<lastBuildDate>Sat, 23 Jan 2010 21:48:49 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Centos and mod_ssl dependency problems</title>
		<link>http://www.mjohnston.com/2010/01/centos-and-mod_ssl-dependency-problems/</link>
		<comments>http://www.mjohnston.com/2010/01/centos-and-mod_ssl-dependency-problems/#comments</comments>
		<pubDate>Sat, 23 Jan 2010 21:47:10 +0000</pubDate>
		<dc:creator>matt</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.mjohnston.com/?p=68</guid>
		<description><![CDATA[I recently wanted to add mod_ssl to a Centos 5 server that I administer. Simple enough. Eveything online says to just do a &#8220;yum install mod_ssl&#8221; and your done. Well I did &#8220;yum install mod_ssl&#8221; and I got the error message:

...
Finished Dependency Resolution
httpd-devel-2.2.3-31.el5.centos.2.i386 from updates has depsolving
problems
--&#62; Missing Dependency: httpd = 2.2.3-31.el5.centos.2 is needed by
package [...]]]></description>
			<content:encoded><![CDATA[<p>I recently wanted to add mod_ssl to a Centos 5 server that I administer. Simple enough. Eveything online says to just do a &#8220;yum install mod_ssl&#8221; and your done. Well I did &#8220;yum install mod_ssl&#8221; and I got the error message:</p>
<pre>
...
Finished Dependency Resolution
httpd-devel-2.2.3-31.el5.centos.2.i386 from updates has depsolving
problems
--&gt; Missing Dependency: httpd = 2.2.3-31.el5.centos.2 is needed by
package httpd-devel-2.2.3-31.el5.centos.2.i386 (updates)
Error: Missing Dependency: httpd = 2.2.3-31.el5.centos.2 is needed by
package httpd-devel-2.2.3-31.el5.centos.2.i386 (updates)
</pre>
<p>Great! Yum was suppose to handle all my dependencies for me but it looks like it is broken. I googled around for a bit and didn&#8217;t find anything help, just other people with a similar problem. Then, I did run across a <a href="http://lists.centos.org/pipermail/centos/2009-July/079532.html">message on the Centos mailing list</a> that solved my problem.</p>
<p>Basically, the server I am running is 64 bit, but for some reason there was a 32 bit version of http-devel that was causing the conflict. Remove the 32 bit httpd-devel by doing &#8220;rpm -e httpd-devel.i386&#8243;. Then &#8220;yum install mod_ssl&#8221; will work just as easily as everyone says it does.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mjohnston.com/2010/01/centos-and-mod_ssl-dependency-problems/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
