<?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: Working around the Percona MySQL RPM dependancy conflict on RHEL/CentOS 5</title>
	<atom:link href="http://default.io/2009/11/working-around-the-percona-mysql-rpm-dependancy-conflict-on-rhelcentos-5/feed/" rel="self" type="application/rss+xml" />
	<link>http://default.io/2009/11/working-around-the-percona-mysql-rpm-dependancy-conflict-on-rhelcentos-5/</link>
	<description>entropy jihad</description>
	<lastBuildDate>Wed, 23 Jun 2010 13:10:36 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: venom</title>
		<link>http://default.io/2009/11/working-around-the-percona-mysql-rpm-dependancy-conflict-on-rhelcentos-5/comment-page-1/#comment-1420</link>
		<dc:creator>venom</dc:creator>
		<pubDate>Thu, 20 May 2010 12:30:26 +0000</pubDate>
		<guid isPermaLink="false">http://default.io/?p=154#comment-1420</guid>
		<description>rpm -ihv http://www.percona.com/downloads/Percona-Server-5.0/Percona-Server-5.0.90-21/RPM/rhel5/i386/Percona-SQL-shared-50-5.0.90-b21.10.rhel5.i386.rpm
rpm -ihv http://www.percona.com/downloads/Percona-Server-5.1/Percona-Server-5.1.45-10.1/RPM/rhel5/i386/Percona-XtraDB-shared-51-5.1.45-10.1.rhel5.i386.rpm --force
yum install Percona-XtraDB-client-51 Percona-XtraDB-server-51 perl-DBD-MySQL perl-DBI
rpm -ihv http://maatkit.googlecode.com/files/maatkit-6224-1.noarch.rpm</description>
		<content:encoded><![CDATA[<p>rpm -ihv <a href="http://www.percona.com/downloads/Percona-Server-5.0/Percona-Server-5.0.90-21/RPM/rhel5/i386/Percona-SQL-shared-50-5.0.90-b21.10.rhel5.i386.rpm" rel="nofollow">http://www.percona.com/downloads/Percona-Server-5.0/Percona-Server-5.0.90-21/RPM/rhel5/i386/Percona-SQL-shared-50-5.0.90-b21.10.rhel5.i386.rpm</a><br />
rpm -ihv <a href="http://www.percona.com/downloads/Percona-Server-5.1/Percona-Server-5.1.45-10.1/RPM/rhel5/i386/Percona-XtraDB-shared-51-5.1.45-10.1.rhel5.i386.rpm" rel="nofollow">http://www.percona.com/downloads/Percona-Server-5.1/Percona-Server-5.1.45-10.1/RPM/rhel5/i386/Percona-XtraDB-shared-51-5.1.45-10.1.rhel5.i386.rpm</a> &#8211;force<br />
yum install Percona-XtraDB-client-51 Percona-XtraDB-server-51 perl-DBD-MySQL perl-DBI<br />
rpm -ihv <a href="http://maatkit.googlecode.com/files/maatkit-6224-1.noarch.rpm" rel="nofollow">http://maatkit.googlecode.com/files/maatkit-6224-1.noarch.rpm</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jim</title>
		<link>http://default.io/2009/11/working-around-the-percona-mysql-rpm-dependancy-conflict-on-rhelcentos-5/comment-page-1/#comment-380</link>
		<dc:creator>jim</dc:creator>
		<pubDate>Fri, 27 Nov 2009 07:08:17 +0000</pubDate>
		<guid isPermaLink="false">http://default.io/?p=154#comment-380</guid>
		<description>Thanks for the catch Onno.

In related good news, percona is now offering a yum repo with the -compat package to address this!  I haven&#039;t had a chance to test it yet but I&#039;ll edit the post when I do.</description>
		<content:encoded><![CDATA[<p>Thanks for the catch Onno.</p>
<p>In related good news, percona is now offering a yum repo with the -compat package to address this!  I haven&#8217;t had a chance to test it yet but I&#8217;ll edit the post when I do.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Onno</title>
		<link>http://default.io/2009/11/working-around-the-percona-mysql-rpm-dependancy-conflict-on-rhelcentos-5/comment-page-1/#comment-361</link>
		<dc:creator>Onno</dc:creator>
		<pubDate>Tue, 24 Nov 2009 10:11:18 +0000</pubDate>
		<guid isPermaLink="false">http://default.io/?p=154#comment-361</guid>
		<description>Thanks for this, but you have a small error in your rpm commands. you use: rpm -Uvh, but that won&#039;t do the trick. It just removes the other &#039;shared-compat&#039; package. So when you install (or more precise update) the MySQL-shared-percona-5.1.39-8.rhel5.x86_64.rpm package, MySQL-shared-compat-5.1.39-0.rhel5.x86_64.rpm will be removed together with the libs where this is all about. ;o)

So just use &#039;rpm -ivh --force&#039; instead of &#039;rpm -Uvh --force&#039; and it will do the job for you.

Thanks!</description>
		<content:encoded><![CDATA[<p>Thanks for this, but you have a small error in your rpm commands. you use: rpm -Uvh, but that won&#8217;t do the trick. It just removes the other &#8217;shared-compat&#8217; package. So when you install (or more precise update) the MySQL-shared-percona-5.1.39-8.rhel5.x86_64.rpm package, MySQL-shared-compat-5.1.39-0.rhel5.x86_64.rpm will be removed together with the libs where this is all about. ;o)</p>
<p>So just use &#8216;rpm -ivh &#8211;force&#8217; instead of &#8216;rpm -Uvh &#8211;force&#8217; and it will do the job for you.</p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Wart</title>
		<link>http://default.io/2009/11/working-around-the-percona-mysql-rpm-dependancy-conflict-on-rhelcentos-5/comment-page-1/#comment-242</link>
		<dc:creator>Wart</dc:creator>
		<pubDate>Thu, 12 Nov 2009 16:50:11 +0000</pubDate>
		<guid isPermaLink="false">http://default.io/?p=154#comment-242</guid>
		<description>thanks for this !

i ran into the same issue and was wondering how to resolve it.

your solution worked perfectly.

cheers !</description>
		<content:encoded><![CDATA[<p>thanks for this !</p>
<p>i ran into the same issue and was wondering how to resolve it.</p>
<p>your solution worked perfectly.</p>
<p>cheers !</p>
]]></content:encoded>
	</item>
</channel>
</rss>
