<?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>Nicholas Ramblings</title>
	<atom:link href="http://athera.com/blog/?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://athera.com/blog</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Mon, 23 Nov 2009 00:03:55 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Compiling php 5.2 on CentOS 5.4 part 2 rebuilding the RPMs</title>
		<link>http://athera.com/blog/?p=22</link>
		<comments>http://athera.com/blog/?p=22#comments</comments>
		<pubDate>Mon, 23 Nov 2009 00:02:25 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[centos]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://athera.com/blog/?p=22</guid>
		<description><![CDATA[After doing all yesterday I realized that the buildrpm program recompiles based on the SPEC and ignores the binaries that i build so we need to edit the SPEC and try again.
So we start with editing the SPEC
#nano /usr/src/redhat/SPECS/php.spec
Need to find the line that startswith
%configure \
following are all the options we make what ever changes ]]></description>
		<wfw:commentRss>http://athera.com/blog/?feed=rss2&amp;p=22</wfw:commentRss>
		<slash:comments>175</slash:comments>
		</item>
		<item>
		<title>compiling php 5.2 on CentOS 5.4</title>
		<link>http://athera.com/blog/?p=15</link>
		<comments>http://athera.com/blog/?p=15#comments</comments>
		<pubDate>Sun, 22 Nov 2009 06:44:32 +0000</pubDate>
		<dc:creator>nicholas</dc:creator>
				<category><![CDATA[Server Development]]></category>
		<category><![CDATA[centos]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://athera.com/blog/?p=15</guid>
		<description><![CDATA[I need to have more options turned on than what the 5.4 distribution comes with like phpDOM XML mySQL GD to mention a few so&#8230;
My current build looks like this (if you don&#8217;t know what your current build looks like google phpinf.cgi)
&#8216;./configure&#8217; &#8216;&#8211;host=x86_64-redhat-linux-gnu&#8217; &#8216;&#8211;build=x86_64-redhat-linux-gnu&#8217; &#8216;&#8211;target=x86_64-redhat-linux&#8217; &#8216;&#8211;program-prefix=&#8217; &#8216;&#8211;prefix=/usr&#8217; &#8216;&#8211;exec-prefix=/usr&#8217; &#8216;&#8211;bindir=/usr/bin&#8217; &#8216;&#8211;sbindir=/usr/sbin&#8217; &#8216;&#8211;sysconfdir=/etc&#8217; &#8216;&#8211;datadir=/usr/share &#8216; &#8216;&#8211;includedir=/usr/include&#8217; &#8216;&#8211;libdir=/usr/lib64&#8242; ]]></description>
		<wfw:commentRss>http://athera.com/blog/?feed=rss2&amp;p=15</wfw:commentRss>
		<slash:comments>65</slash:comments>
		</item>
		<item>
		<title>How to get the Development enviroment on a CentOS server</title>
		<link>http://athera.com/blog/?p=3</link>
		<comments>http://athera.com/blog/?p=3#comments</comments>
		<pubDate>Thu, 19 Nov 2009 16:49:10 +0000</pubDate>
		<dc:creator>nicholas</dc:creator>
				<category><![CDATA[Server Development]]></category>

		<guid isPermaLink="false">http://athera.com/blog/?p=3</guid>
		<description><![CDATA[Well that is an easy one
#  yum groupinstall 'Development Tools'
what comes next is gonna be the pain
Off to install PHP
&#8230;&#8230;&#8230;&#8230;&#8230;..gone for ten minutes&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;
Well back so soon ?? Yes
Just to say  You need to also do 
yum install up2date gcc 
because it &#8216;ll never find the compiler
And yes first attempt on php failed so ]]></description>
		<wfw:commentRss>http://athera.com/blog/?feed=rss2&amp;p=3</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Hello world!</title>
		<link>http://athera.com/blog/?p=1</link>
		<comments>http://athera.com/blog/?p=1#comments</comments>
		<pubDate>Thu, 19 Nov 2009 09:46:59 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://athera.com/blog/?p=1</guid>
		<description><![CDATA[Welcome to my WordPress. This is my first post. So here I go blogging!
]]></description>
		<wfw:commentRss>http://athera.com/blog/?feed=rss2&amp;p=1</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
