<?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: Installing Java on RedHat Linux by building your own RPM</title>
	<atom:link href="http://nicklothian.com/blog/2008/12/07/installing-java-on-redhat-linux-by-building-your-own-rpm/feed/" rel="self" type="application/rss+xml" />
	<link>http://nicklothian.com/blog/2008/12/07/installing-java-on-redhat-linux-by-building-your-own-rpm/</link>
	<description>My Blog, Take 4</description>
	<lastBuildDate>Wed, 02 Dec 2009 22:44:57 -0800</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Dating Guy</title>
		<link>http://nicklothian.com/blog/2008/12/07/installing-java-on-redhat-linux-by-building-your-own-rpm/comment-page-1/#comment-615</link>
		<dc:creator>Dating Guy</dc:creator>
		<pubDate>Tue, 13 Jan 2009 00:21:49 +0000</pubDate>
		<guid isPermaLink="false">http://nicklothian.com/blog/?p=346#comment-615</guid>
		<description>@Mark Wielaard thanks for the tip :) Just been messing around with the so called official way on centos.org and was about to try nick&#039;s way when i saw your comment... Thanks!</description>
		<content:encoded><![CDATA[<p>@Mark Wielaard thanks for the tip :) Just been messing around with the so called official way on centos.org and was about to try nick&#8217;s way when i saw your comment&#8230; Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rf</title>
		<link>http://nicklothian.com/blog/2008/12/07/installing-java-on-redhat-linux-by-building-your-own-rpm/comment-page-1/#comment-533</link>
		<dc:creator>rf</dc:creator>
		<pubDate>Fri, 12 Dec 2008 00:23:45 +0000</pubDate>
		<guid isPermaLink="false">http://nicklothian.com/blog/?p=346#comment-533</guid>
		<description>I already had rpmbuild and jpackage installed, so I didn&#039;t encounter that issue.  But, regardless, following the instructions here...

http://www.centos.org/modules/newbb/viewtopic.php?topic_id=17599&amp;forum=38

... worked correctly, correcting for jdk6.  I think the &quot;priority&quot; field in the spec file needs to be set to 1611 for alternatives to work, probably because I already had a jpackage version of java installed.  The &quot;Release:&quot; field doesn&#039;t seem to do much except to tell rpm what version of the rpm is newest.

Anyway, thanks for getting me going in the right direction.  At the time I was looking, your site had a google monopoly on &quot;jpackage 6u11&quot;</description>
		<content:encoded><![CDATA[<p>I already had rpmbuild and jpackage installed, so I didn&#8217;t encounter that issue.  But, regardless, following the instructions here&#8230;</p>
<p><a href="http://www.centos.org/modules/newbb/viewtopic.php?topic_id=17599&amp;forum=38" rel="nofollow">http://www.centos.org/modules/newbb/viewtopic.php?topic_id=17599&amp;forum=38</a></p>
<p>&#8230; worked correctly, correcting for jdk6.  I think the &#8220;priority&#8221; field in the spec file needs to be set to 1611 for alternatives to work, probably because I already had a jpackage version of java installed.  The &#8220;Release:&#8221; field doesn&#8217;t seem to do much except to tell rpm what version of the rpm is newest.</p>
<p>Anyway, thanks for getting me going in the right direction.  At the time I was looking, your site had a google monopoly on &#8220;jpackage 6u11&#8243;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nick Lothian</title>
		<link>http://nicklothian.com/blog/2008/12/07/installing-java-on-redhat-linux-by-building-your-own-rpm/comment-page-1/#comment-529</link>
		<dc:creator>Nick Lothian</dc:creator>
		<pubDate>Thu, 11 Dec 2008 04:08:32 +0000</pubDate>
		<guid isPermaLink="false">http://nicklothian.com/blog/?p=346#comment-529</guid>
		<description>Hmm.. well that would be bad. I tried it on a 64 bit CentOS 5 system, and &quot;yum install yum-utils jpackage-utils rpm-build &quot; failed because of a missing dependency: 
Error: Unable to satisfy dependencies
Error: Package rpm-libs needs rpm = 4.4.2-47.el5, this is not available.

Sorry that I can&#039;t help more than that.</description>
		<content:encoded><![CDATA[<p>Hmm.. well that would be bad. I tried it on a 64 bit CentOS 5 system, and &#8220;yum install yum-utils jpackage-utils rpm-build &#8221; failed because of a missing dependency:<br />
Error: Unable to satisfy dependencies<br />
Error: Package rpm-libs needs rpm = 4.4.2-47.el5, this is not available.</p>
<p>Sorry that I can&#8217;t help more than that.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rf</title>
		<link>http://nicklothian.com/blog/2008/12/07/installing-java-on-redhat-linux-by-building-your-own-rpm/comment-page-1/#comment-528</link>
		<dc:creator>rf</dc:creator>
		<pubDate>Thu, 11 Dec 2008 04:01:49 +0000</pubDate>
		<guid isPermaLink="false">http://nicklothian.com/blog/?p=346#comment-528</guid>
		<description>Just FYI:  I tried this on x86_64 centos 5.2 and it broke the alternatives system. I previously had gcj and jdk 6u6 installed and working using an existing jpackge rpm.  After doing this with 6u11, all mention of sun-java-1.6.0 has been removed in /var/lib/alternatives.</description>
		<content:encoded><![CDATA[<p>Just FYI:  I tried this on x86_64 centos 5.2 and it broke the alternatives system. I previously had gcj and jdk 6u6 installed and working using an existing jpackge rpm.  After doing this with 6u11, all mention of sun-java-1.6.0 has been removed in /var/lib/alternatives.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nick Lothian</title>
		<link>http://nicklothian.com/blog/2008/12/07/installing-java-on-redhat-linux-by-building-your-own-rpm/comment-page-1/#comment-520</link>
		<dc:creator>Nick Lothian</dc:creator>
		<pubDate>Tue, 09 Dec 2008 02:29:31 +0000</pubDate>
		<guid isPermaLink="false">http://nicklothian.com/blog/?p=346#comment-520</guid>
		<description>Sometimes you need those damn proprietary binaries though...</description>
		<content:encoded><![CDATA[<p>Sometimes you need those damn proprietary binaries though&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark Wielaard</title>
		<link>http://nicklothian.com/blog/2008/12/07/installing-java-on-redhat-linux-by-building-your-own-rpm/comment-page-1/#comment-519</link>
		<dc:creator>Mark Wielaard</dc:creator>
		<pubDate>Mon, 08 Dec 2008 12:11:51 +0000</pubDate>
		<guid isPermaLink="false">http://nicklothian.com/blog/?p=346#comment-519</guid>
		<description>When using CentOS you might want to use EPEL http://fedoraproject.org/wiki/EPEL (Extra Packages for Enterprise Linux). Then installing IcedTea/OpenJDK is as simple as:

$ su -c &quot;rpm -Uvh http://download.fedora.redhat.com/pub/epel/5/i386/epel-release-5-2.noarch.rpm&quot;

$ su -c &quot;yum install java-1.6.0-openjdk&quot;

Also that is build from GPLed Free Software source, not repackaged proprietary binaries.</description>
		<content:encoded><![CDATA[<p>When using CentOS you might want to use EPEL <a href="http://fedoraproject.org/wiki/EPEL" rel="nofollow">http://fedoraproject.org/wiki/EPEL</a> (Extra Packages for Enterprise Linux). Then installing IcedTea/OpenJDK is as simple as:</p>
<p>$ su -c &#8220;rpm -Uvh <a href="http://download.fedora.redhat.com/pub/epel/5/i386/epel-release-5-2.noarch.rpm" rel="nofollow">http://download.fedora.redhat.com/pub/epel/5/i386/epel-release-5-2.noarch.rpm</a>&#8221;</p>
<p>$ su -c &#8220;yum install java-1.6.0-openjdk&#8221;</p>
<p>Also that is build from GPLed Free Software source, not repackaged proprietary binaries.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.518 seconds -->
