<?xml version="1.0" encoding="utf-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Install mod_python on Mac OS X</title>
	<atom:link href="http://jordanovski.com/install-mod_python-on-mac-os-x/feed" rel="self" type="application/rss+xml" />
	<link>http://jordanovski.com/install-mod_python-on-mac-os-x</link>
	<description>Homepage of Dusko Jordanovski</description>
	<lastBuildDate>Wed, 12 May 2010 20:12:45 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Cem</title>
		<link>http://jordanovski.com/install-mod_python-on-mac-os-x/comment-page-1#comment-151</link>
		<dc:creator>Cem</dc:creator>
		<pubDate>Thu, 25 Mar 2010 14:11:40 +0000</pubDate>
		<guid isPermaLink="false">http://jordanovski.com/?p=63#comment-151</guid>
		<description>1. Add  -arch x86_64 -arch ppc -arch i386 at the end of LDFLAGS  variable
   2. Add -arch x86_64 -arch ppc -arch i386 at the end of  CFLAGS variable
   3. Modify mod_python.so objective as follows:
      Add -Wc,”-arch x86_64″ -Wc,”-arch ppc” -Wc,”-arch i386″ after the -c
      In my situation: $(APXS) $(INCLUDES) -c -Wc,”-arch x86_64″ -Wc,”-arch ppc” -Wc,”-arch i386″ $(SRCS) $(LDFLAGS) $(LIBS)</description>
		<content:encoded><![CDATA[<p>1. Add  -arch x86_64 -arch ppc -arch i386 at the end of LDFLAGS  variable<br />
   2. Add -arch x86_64 -arch ppc -arch i386 at the end of  CFLAGS variable<br />
   3. Modify mod_python.so objective as follows:<br />
      Add -Wc,”-arch x86_64″ -Wc,”-arch ppc” -Wc,”-arch i386″ after the -c<br />
      In my situation: $(APXS) $(INCLUDES) -c -Wc,”-arch x86_64″ -Wc,”-arch ppc” -Wc,”-arch i386″ $(SRCS) $(LDFLAGS) $(LIBS)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Wylie van den Akker</title>
		<link>http://jordanovski.com/install-mod_python-on-mac-os-x/comment-page-1#comment-133</link>
		<dc:creator>Wylie van den Akker</dc:creator>
		<pubDate>Sat, 23 Jan 2010 22:51:02 +0000</pubDate>
		<guid isPermaLink="false">http://jordanovski.com/?p=63#comment-133</guid>
		<description>See https://bugzilla.redhat.com/show_bug.cgi?id=465246 for a patch to fix the following make error on Snow Leopard macs running apr-util 1.3.4 (like mine =)

[code]
connobject.c:142: error: request for member &#039;next&#039; in something not a structure or union
apxs:Error: Command failed with rc=65536</description>
		<content:encoded><![CDATA[<p>See <a href="https://bugzilla.redhat.com/show_bug.cgi?id=465246" rel="nofollow">https://bugzilla.redhat.com/show_bug.cgi?id=465246</a> for a patch to fix the following make error on Snow Leopard macs running apr-util 1.3.4 (like mine =)</p>
<p>[code]<br />
connobject.c:142: error: request for member 'next' in something not a structure or union<br />
apxs:Error: Command failed with rc=65536</p>
]]></content:encoded>
	</item>
</channel>
</rss>
