<?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>Linux, MySQL, PhP, Perl... &#187; subversion</title>
	<atom:link href="http://linux.bgsnow.com/tag/subversion/feed" rel="self" type="application/rss+xml" />
	<link>http://linux.bgsnow.com</link>
	<description></description>
	<lastBuildDate>Fri, 18 Jun 2010 16:30:03 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Subversion installation on CentOs 5.3</title>
		<link>http://linux.bgsnow.com/subversion-installation-on-centos-5-3.php</link>
		<comments>http://linux.bgsnow.com/subversion-installation-on-centos-5-3.php#comments</comments>
		<pubDate>Thu, 23 Jul 2009 11:04:40 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[centos]]></category>
		<category><![CDATA[libpq.so.4]]></category>
		<category><![CDATA[subversion]]></category>
		<category><![CDATA[svn]]></category>

		<guid isPermaLink="false">http://linux.bgsnow.com/?p=125</guid>
		<description><![CDATA[If you try a default install of subversion (svn) on a clean CentOS 5.3 box you may run into dependency problems with libpq.so.4. This includes installations with yum, from source or with other rpms. Here is how the error looks like when you run 'yum install subversion': --&#62; Missing Dependency: libpq.so.4 First what is libpq.so.4? [...]]]></description>
			<content:encoded><![CDATA[<p>If you try a default install of subversion (svn) on a clean CentOS 5.3 box you may run into dependency problems with libpq.so.4. This includes installations with yum, from source or with other rpms.</p>
<p>Here is how the error looks like when you run 'yum install subversion':</p>
<p>--&gt; <strong>Missing Dependency: libpq.so.4</strong></p>
<p>First what is libpq.so.4? Generally it is part of Postgre (and its related packages) which is of no further interest in our case <img src='http://linux.bgsnow.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Second, if you don't use Postgre you can simply remove it with yum to save additional complications:</p>
<p>#yum remove postgresql</p>
<p>Now comes the most important part - remove the extra centos repositories. For this purpose make sure that there is only one depository file left in /etc/yum.repos.d/CentOS-Base.repo and there leave only the main repository:</p>
<p>name=CentOS-$releasever - Base<br />
mirrorlist=http://mirrorlist.centos.org/?release=$releasever&amp;arch=$basearch&amp;repo=os<br />
#baseurl=http://mirror.centos.org/centos/$releasever/os/$basearch/<br />
gpgcheck=1<br />
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-5</p>
<p>Then run again yum install subversion and you are in the business <img src='http://linux.bgsnow.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>A word from me: the biggest problem to CentOS is its unresolved dependencies from different repositories. That's probably the only difference with RedHat.</p>
]]></content:encoded>
			<wfw:commentRss>http://linux.bgsnow.com/subversion-installation-on-centos-5-3.php/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
