<?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>Jim Walker&#039;s Blog &#187; Uncategorized</title>
	<atom:link href="http://datawalke.com/category/uncategorized/feed/" rel="self" type="application/rss+xml" />
	<link>http://datawalke.com</link>
	<description>PHP, PBBGs, and Business</description>
	<lastBuildDate>Thu, 11 Aug 2011 18:06:33 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.2</generator>
		<item>
		<title>Installing DBSlayer with XAMPP</title>
		<link>http://datawalke.com/uncategorized/installing-dbslayer-with-xampp/</link>
		<comments>http://datawalke.com/uncategorized/installing-dbslayer-with-xampp/#comments</comments>
		<pubDate>Sat, 02 Jan 2010 01:19:29 +0000</pubDate>
		<dc:creator>Jim Walker</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://datawalke.com/?p=16</guid>
		<description><![CDATA[DBSlayer is an awesome lightweight database abstraction layer that is used under high-load websites. While nothing I am working on is necessarily high-load I am going to be using DBSlayer to work on a few projects using Node.js (Which deserves a post of its own.) Installing the DBSlayer requires the following other libraries must be [...]]]></description>
			<content:encoded><![CDATA[<p>DBSlayer is an awesome lightweight database abstraction layer that is used under high-load websites. While nothing I am working on is necessarily high-load I am going to be using DBSlayer to work on a few projects using Node.js (Which deserves a post of its own.) Installing the DBSlayer requires the following other libraries must be installed first:</p>
<ul>
<li> the Apache Portable Runtime (APR) library (1.0 or above)</li>
<li>the Apache Portable Runtime Utility (APU) library (1.0 or above)</li>
<li>the MySQL 5 client libraries (5.0 or above)</li>
</ul>
<p>While somewhat basic you may run into an issue with this if you already have XAMPP installed on your machine.  XAMPP keeps all of these files located in the /xamppfiles/bin/ folder. Therefore you need to modify your ./configure line when installing DBSlayer.</p>
<p><script src="http://gist.github.com/267330.js?file=gistfile1.sh"></script></p>
<p>Not rocket science but it took me a few minutes to debug. Hopefully this saves someone some time.</p>
]]></content:encoded>
			<wfw:commentRss>http://datawalke.com/uncategorized/installing-dbslayer-with-xampp/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

