<?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>The Linux Anthology</title>
	<atom:link href="http://www.linuxanthology.org/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.linuxanthology.org</link>
	<description>From My Experiences to You</description>
	<lastBuildDate>Fri, 30 Jul 2010 16:22:54 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Tripwire &#8211; Platform not supported</title>
		<link>http://www.linuxanthology.org/2010/07/30/tripwire-platform-not-supported/</link>
		<comments>http://www.linuxanthology.org/2010/07/30/tripwire-platform-not-supported/#comments</comments>
		<pubDate>Fri, 30 Jul 2010 16:22:54 +0000</pubDate>
		<dc:creator>EdStafford</dc:creator>
				<category><![CDATA[Linux - All]]></category>

		<guid isPermaLink="false">http://www.linuxanthology.org/?p=20</guid>
		<description><![CDATA[So I built a new RHEL 5 system and applied all necessary updates on it. This takes it up to version 5.5, but Tripwire&#8217;s server doesn&#8217;t want to install due to the version being too high. Though I REALLY wish 3PD&#8217;s would embrace the concept of &#8220;if $ver => 5.3&#8243;&#8230; Anyhow, they DID put a [...]]]></description>
			<content:encoded><![CDATA[<p>So I built a new RHEL 5 system and applied all necessary updates on it.  This takes it up to version 5.5, but Tripwire&#8217;s server doesn&#8217;t want to install due to the version being too high.  Though I REALLY wish 3PD&#8217;s would embrace the concept of &#8220;if $ver => 5.3&#8243;&#8230;   </p>
<p>Anyhow, they DID put a flag in to fix this little annoyance.  To fix it:</p>
<p>./install-server-linux-amd64.bin -DIgnoreOSVersion=true</p>
<p>Thank gods someone thought ahead!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.linuxanthology.org/2010/07/30/tripwire-platform-not-supported/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Building a Cross-Compiler with Linux</title>
		<link>http://www.linuxanthology.org/2010/07/29/building-a-cross-compiler-with-linux/</link>
		<comments>http://www.linuxanthology.org/2010/07/29/building-a-cross-compiler-with-linux/#comments</comments>
		<pubDate>Thu, 29 Jul 2010 16:44:11 +0000</pubDate>
		<dc:creator>EdStafford</dc:creator>
				<category><![CDATA[Linux - All]]></category>
		<category><![CDATA[Linux - i386/x86_64]]></category>

		<guid isPermaLink="false">http://www.linuxanthology.org/?p=5</guid>
		<description><![CDATA[So I&#8217;ve decided I wanted to build a cross compiler on x86_64 install of Linux (RHEL 5) and have run into nothing but old-arse documents except for the Fine folks at Linux From Scratch where I find they have documentation on the process, but it requires some of their patches/setup to make it happen. So [...]]]></description>
			<content:encoded><![CDATA[<p>So I&#8217;ve decided I wanted to build a cross compiler on x86_64 install of Linux (RHEL 5) and have run into nothing but old-arse documents except for the <a href="http://www.linuxfromscratch.org">Fine folks at Linux From Scratch</a> where I find they have documentation on the process, but it requires some of their patches/setup to make it happen.  So I&#8217;m attempting to make it so that you can do it from scratch without any outside scripts/etc.</p>
<p>(Work in progress)</p>
<p>This will be for building 32-bit SPARC code on an x86_64 system:<br />
<code><br />
<strong>Compile Binutils for Cross Compilation</strong><br />
tar jxvf binutils-*.tar.bz2<br />
mkdir binutils-build<br />
cd binutils-build<br />
AR=ar AS=as ../binutils-2*/configure --prefix=/opt/cross-compiler --host=x86_64 --target=sparc-linux --with-lib-path=/cross-compiler/lib --disable-nls --enable-shared<br />
make configuration-host<br />
make<br />
make check<br />
make install<br />
</code><br />
<code><br />
<strong>Build GMP as prereq for gcc</strong><br />
</code><br />
<code><br />
<strong>Build MPFR as prereq for gcc</strong><br />
</code><br />
<code><br />
<strong>Build MCP as prereq for gcc</strong><br />
</code></p>
]]></content:encoded>
			<wfw:commentRss>http://www.linuxanthology.org/2010/07/29/building-a-cross-compiler-with-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

