<?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>dennis henry &#187; subversion</title>
	<atom:link href="http://dennishenry.net/tag/subversion-2/feed/" rel="self" type="application/rss+xml" />
	<link>http://dennishenry.net</link>
	<description>ramblings of an IT professional</description>
	<lastBuildDate>Mon, 26 Sep 2011 16:50:08 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Subversion won&#8217;t install</title>
		<link>http://dennishenry.net/2010/07/02/subversion-wont-install/</link>
		<comments>http://dennishenry.net/2010/07/02/subversion-wont-install/#comments</comments>
		<pubDate>Fri, 02 Jul 2010 12:47:08 +0000</pubDate>
		<dc:creator>dennis</dc:creator>
				<category><![CDATA[Common Issues]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Subversion]]></category>
		<category><![CDATA[subversion]]></category>

		<guid isPermaLink="false">http://dennishenry.net/?p=67</guid>
		<description><![CDATA[Hello readers!
Below is another issue I&#8217;ve seen a few times now and I  figured it&#8217;s worth writing a post about.
Situation: Client cannot install subversion or another binary on his  dedicated or VPS server via yum. They get an error such as:
subversion-1.4.2-4.el5_3.1.x86_64 from base has  [...]]]></description>
			<content:encoded><![CDATA[<p>Hello readers!</p>
<p>Below is another issue I&#8217;ve seen a few times now and I  figured it&#8217;s worth writing a post about.</p>
<p>Situation: Client cannot install subversion or another binary on his  dedicated or VPS server via yum. They get an error such as:</p>
<pre>subversion-1.4.2-4.el5_3.1.x86_64 from base has depsolving problems
--&gt; Missing Dependency: perl(URI) &gt;= 1.17 is needed by package  subversion-1.4.2-4.el5_3.1.x86_64 (base)
subversion-1.4.2-4.el5_3.1.i386 from base has depsolving problems
--&gt; Missing Dependency: perl(URI) &gt;= 1.17 is needed by package  subversion-1.4.2-4.el5_3.1.i386 (base)
Error: Missing Dependency: perl(URI) &gt;= 1.17 is needed by package  subversion-1.4.2-4.el5_3.1.i386 (base)
Error: Missing Dependency: perl(URI) &gt;= 1.17 is needed by package  subversion-1.4.2-4.el5_3.1.x86_64 (base)
You could try using --skip-broken to work around the problem
You could try running: package-cleanup --problems
package-cleanup --dupes
rpm -Va --nofiles --nodigest
</pre>
<p>To repair this, you have to install perl-URI but it really doesn&#8217;t give  many details as to how. To fix this on CentOS 5.6 just do the following:</p>
<pre>wget  <a href="http://mirror.centos.org/centos-5/5.6/os/x86_64/CentOS/perl-URI-1.35-3.noarch.rpm">http://mirror.centos.org/centos-5/5.6/os/x86_64/CentOS/perl-URI-1.35-3.noarch.rpm</a>
rpm -ivh perl-URI-1.35-3.noarch.rpm</pre>
<p>Then retry the installation via yum for subversion. Please  note, the wget link changes depending on CentOS version. For Centos 5.5:</p>
<pre>wget  <a href="http://mirror.centos.org/centos-5/5.5/os/x86_64/CentOS/perl-URI-1.35-3.noarch.rpm">http://mirror.centos.org/centos-5/5.5/os/x86_64/CentOS/perl-URI-1.35-3.noarch.rpm</a>
rpm -ivh perl-URI-1.35-3.noarch.rpm</pre>
<p>And for CentOS 5.4:</p>
<pre>wget <a href="http://mirror.centos.org/centos-5/5.4/os/x86_64/CentOS/perl-URI-1.35-3.noarch.rpm">http://mirror.centos.org/centos-5/5.4/os/x86_64/CentOS/perl-URI-1.35-3.noarch.rpm</a>
rpm -ivh perl-URI-1.35-3.noarch.rpm</pre>
<p>Thank you all for reading and I hope this helps everyone solve  another common issue more quickly and efficiently.</p>
]]></content:encoded>
			<wfw:commentRss>http://dennishenry.net/2010/07/02/subversion-wont-install/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

