<?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>Chris Irish &#124; Ruby, Rails, Javascript Developer &#124; Phoenix, AZ &#187; Sphinx</title>
	<atom:link href="http://www.christopherirish.com/tag/sphinx/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.christopherirish.com</link>
	<description>Ruby, Rails, Javascript, all things web development related</description>
	<lastBuildDate>Mon, 19 Jan 2026 07:43:50 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>How to install Sphinx on OS X</title>
		<link>http://www.christopherirish.com/2010/08/10/how-to-install-sphinx-on-os-x/</link>
		<comments>http://www.christopherirish.com/2010/08/10/how-to-install-sphinx-on-os-x/#comments</comments>
		<pubDate>Tue, 10 Aug 2010 15:00:54 +0000</pubDate>
		<dc:creator>Irish</dc:creator>
				<category><![CDATA[Installation]]></category>
		<category><![CDATA[OS X]]></category>
		<category><![CDATA[Sphinx]]></category>

		<guid isPermaLink="false">http://www.christopherirish.com/?p=413</guid>
		<description><![CDATA[Getting a local development environment setup to run Sphinx on your Mac is pretty easy. You can boil it down to the following quick commands. $ wget http://www.sphinxsearch.com/downloads/sphinx-0.9.9.tar.gz$ tar xvzf sphinx-0.9.9.tar.gz$ cd sphinx-0.9.9$ ./configure$ make$ sudo make install This assumes you&#8217;re using a default MySQL installation. If however you&#8217;re like me and using MySQL installed [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>Getting a local development environment setup to run Sphinx on your Mac is pretty easy.  You can boil it down to the following quick commands.</p>

<div class="wp-terminal">$ wget http://www.sphinxsearch.com/downloads/sphinx-0.9.9.tar.gz<br/>$ tar xvzf sphinx-0.9.9.tar.gz<br/>$ cd sphinx-0.9.9<br/>$ ./configure<br/>$ make<br/>$ sudo make install<br/></div>

<p>This assumes you&#8217;re using a default MySQL installation.  If however you&#8217;re like me and using MySQL installed from macports, you&#8217;ll need to pass the location of the MySQL configuration directories to Sphinx.  The configure command would then change like so:</p>

<div class="wp-terminal">$ ./configure<br/></div>


<div class="wp-terminal">$ ./configure --with-mysql-includes=/opt/local/include/mysql5/mysql/ --with-mysql-libs=/opt/local/lib/mysql5/mysql/<br/></div>

<p>On a side note, Sphinx 1.10-beta has also just recently been released (July 10&#8242;).  This release has real-time indexes support, a welcome addition I have been waiting for.  Definately check it out.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.christopherirish.com/2010/08/10/how-to-install-sphinx-on-os-x/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
