<?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>Coherent Ramblings &#187; osx</title>
	<atom:link href="http://plathrop.tertiusfamily.net/blog/tag/osx/feed/" rel="self" type="application/rss+xml" />
	<link>http://plathrop.tertiusfamily.net/blog</link>
	<description>My thoughts on everything from Operations through Parenting and beyond.</description>
	<lastBuildDate>Thu, 03 Jun 2010 17:12:31 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Getting python-ldap installed on OS X</title>
		<link>http://plathrop.tertiusfamily.net/blog/2008/07/07/getting-python-ldap-installed-on-os-x/</link>
		<comments>http://plathrop.tertiusfamily.net/blog/2008/07/07/getting-python-ldap-installed-on-os-x/#comments</comments>
		<pubDate>Mon, 07 Jul 2008 23:13:25 +0000</pubDate>
		<dc:creator>plathrop</dc:creator>
				<category><![CDATA[Python]]></category>
		<category><![CDATA[Quick Tips]]></category>
		<category><![CDATA[ldap]]></category>
		<category><![CDATA[osx]]></category>

		<guid isPermaLink="false">http://plathrop.tertiusfamily.net/blog/?p=29</guid>
		<description><![CDATA[If you want to use Fink, and build a bunch of crap you don&#8217;t need, follow these instructions.
If you are like me and prefer to use the libraries that are already installed, just do this:

If you haven&#8217;t already, install XCode.
Download python-ldap
 and extract it.
Edit setup.cfg. The relevant lines are below: 

library_dirs = /Developer/SDKs/MacOSX10.5.sdk/usr/lib/
include_dirs = /Developer/SDKs/MacOSX10.5.sdk/usr/include/ [...]]]></description>
			<content:encoded><![CDATA[<p>If you want to use Fink, and build a bunch of crap you don&#8217;t need, follow <a href="http://vanrees.org/weblog/getting-python-ldap-running-on-osx-fink">these instructions</a>.</p>
<p>If you are like me and prefer to use the libraries that are already installed, just do this:</p>
<ol>
<li>If you haven&#8217;t already, install XCode.
<li><a href="http://python-ldap.sourceforge.net/download.shtml">Download</a> python-ldap</li>
<p> and extract it.</p>
<li>Edit <samp>setup.cfg</samp>. The relevant lines are below: 

<div class="wp_syntax"><div class="code"><pre class="python" style="font-family:monospace;">library_dirs = /Developer/SDKs/MacOSX10.5.<span style="color: black;">sdk</span>/usr/lib/
include_dirs = /Developer/SDKs/MacOSX10.5.<span style="color: black;">sdk</span>/usr/include/ /Developer/SDKs/MacOSX10.5.<span style="color: black;">sdk</span>/usr/include/sasl</pre></div></div>

</li>
<li><samp>sudo python setup.py install</samp></li>
<p>That&#8217;s all!</p>
]]></content:encoded>
			<wfw:commentRss>http://plathrop.tertiusfamily.net/blog/2008/07/07/getting-python-ldap-installed-on-os-x/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
