<?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"
	>
<channel>
	<title>Comments on: mod_python on Leopard</title>
	<atom:link href="http://mike.crute.org/blog/2007/11/08/mod_python-on-leopard/feed/" rel="self" type="application/rss+xml" />
	<link>http://mike.crute.org/blog/2007/11/08/mod_python-on-leopard/</link>
	<description>import random; return random.shuffle(mike_crute.thoughts)</description>
	<pubDate>Tue, 07 Oct 2008 00:43:06 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>By: kev</title>
		<link>http://mike.crute.org/blog/2007/11/08/mod_python-on-leopard/#comment-60898</link>
		<dc:creator>kev</dc:creator>
		<pubDate>Wed, 27 Aug 2008 04:05:16 +0000</pubDate>
		<guid isPermaLink="false">http://mike.crute.org/blog/2007/11/08/mod_python-on-leopard/#comment-60898</guid>
		<description>I'm getting the same results - SIGTERM. I don't know why, but the build is still coming from the "copying build/lib.macosx-10.5-i386-2.5/mod_python/util.py -&#62; /Library/Python/2.5/site-packages/mod_python" and I suspect that's the issue. Any help would be much appreciated!</description>
		<content:encoded><![CDATA[<p>I&#8217;m getting the same results - SIGTERM. I don&#8217;t know why, but the build is still coming from the &#8220;copying build/lib.macosx-10.5-i386-2.5/mod_python/util.py -&gt; /Library/Python/2.5/site-packages/mod_python&#8221; and I suspect that&#8217;s the issue. Any help would be much appreciated!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ken</title>
		<link>http://mike.crute.org/blog/2007/11/08/mod_python-on-leopard/#comment-60881</link>
		<dc:creator>ken</dc:creator>
		<pubDate>Tue, 22 Jul 2008 21:57:19 +0000</pubDate>
		<guid isPermaLink="false">http://mike.crute.org/blog/2007/11/08/mod_python-on-leopard/#comment-60881</guid>
		<description>Following these instructions I still get the sigterm when apache starts up under leopard. Any ideas?</description>
		<content:encoded><![CDATA[<p>Following these instructions I still get the sigterm when apache starts up under leopard. Any ideas?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sewi</title>
		<link>http://mike.crute.org/blog/2007/11/08/mod_python-on-leopard/#comment-48509</link>
		<dc:creator>sewi</dc:creator>
		<pubDate>Fri, 07 Mar 2008 22:43:52 +0000</pubDate>
		<guid isPermaLink="false">http://mike.crute.org/blog/2007/11/08/mod_python-on-leopard/#comment-48509</guid>
		<description>Perfect idea. When I modify  the Makefile I get this response:

/usr/sbin/apxs -I/Users/petr/Desktop/mod_python-3.3.1/src/include -I/usr/include/apache2 -I/System/Library/Frameworks/Python.framework/Versions/2.5/include/python2.5 -c -Wc,”-arch x86_64? mod_python.c _apachemodule.c requestobject.c tableobject.c util.c serverobject.c connobject.c filterobject.c hlist.c hlistobject.c finfoobject.c -arch x86_64,-Wl,-framework,Python  -u _PyMac_Error -framework Python   -Wl,-F. -lm  -framework  Python    -ldl                     
/usr/share/apr-1/build-1/libtool --silent --mode=compile gcc    -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp  -I/usr/include/apache2  -I/usr/include/apr-1   -I/usr/include/apr-1  ”-arch -I/Users/petr/Desktop/mod_python-3.3.1/src/include -I/usr/include/apache2 -I/System/Library/Frameworks/Python.framework/Versions/2.5/include/python2.5  -c -o mod_python.lo mod_python.c &#38;&#38; touch mod_python.slo
i686-apple-darwin9-gcc-4.0.1: ”-arch: No such file or directory
mod_python.c: In function 'python_init':
mod_python.c:826: warning: initialization from incompatible pointer type
apxs:Error: Command failed with rc=65536

I suppose it has something to do with LDFLAGS and i've tried almost all combinations but it is not working. Any ideas?</description>
		<content:encoded><![CDATA[<p>Perfect idea. When I modify  the Makefile I get this response:</p>
<p>/usr/sbin/apxs -I/Users/petr/Desktop/mod_python-3.3.1/src/include -I/usr/include/apache2 -I/System/Library/Frameworks/Python.framework/Versions/2.5/include/python2.5 -c -Wc,”-arch x86_64? mod_python.c _apachemodule.c requestobject.c tableobject.c util.c serverobject.c connobject.c filterobject.c hlist.c hlistobject.c finfoobject.c -arch x86_64,-Wl,-framework,Python  -u _PyMac_Error -framework Python   -Wl,-F. -lm  -framework  Python    -ldl<br />
/usr/share/apr-1/build-1/libtool &#8211;silent &#8211;mode=compile gcc    -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp  -I/usr/include/apache2  -I/usr/include/apr-1   -I/usr/include/apr-1  ”-arch -I/Users/petr/Desktop/mod_python-3.3.1/src/include -I/usr/include/apache2 -I/System/Library/Frameworks/Python.framework/Versions/2.5/include/python2.5  -c -o mod_python.lo mod_python.c &amp;&amp; touch mod_python.slo<br />
i686-apple-darwin9-gcc-4.0.1: ”-arch: No such file or directory<br />
mod_python.c: In function &#8216;python_init&#8217;:<br />
mod_python.c:826: warning: initialization from incompatible pointer type<br />
apxs:Error: Command failed with rc=65536</p>
<p>I suppose it has something to do with LDFLAGS and i&#8217;ve tried almost all combinations but it is not working. Any ideas?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jacob</title>
		<link>http://mike.crute.org/blog/2007/11/08/mod_python-on-leopard/#comment-45270</link>
		<dc:creator>Jacob</dc:creator>
		<pubDate>Fri, 15 Feb 2008 19:30:23 +0000</pubDate>
		<guid isPermaLink="false">http://mike.crute.org/blog/2007/11/08/mod_python-on-leopard/#comment-45270</guid>
		<description>Never mind, I just had to blow away the dist directory and start over.</description>
		<content:encoded><![CDATA[<p>Never mind, I just had to blow away the dist directory and start over.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jacob</title>
		<link>http://mike.crute.org/blog/2007/11/08/mod_python-on-leopard/#comment-45230</link>
		<dc:creator>Jacob</dc:creator>
		<pubDate>Fri, 15 Feb 2008 05:51:16 +0000</pubDate>
		<guid isPermaLink="false">http://mike.crute.org/blog/2007/11/08/mod_python-on-leopard/#comment-45230</guid>
		<description>Thanks for the tip. No problems compiling and installing, but when I add the module to httpd.conf (LoadModule python_module /usr/libexec/apache2/mod_python.so) I get "caught SIGTERM, shutting down" from Apache when I try to start it. Any ideas?</description>
		<content:encoded><![CDATA[<p>Thanks for the tip. No problems compiling and installing, but when I add the module to httpd.conf (LoadModule python_module /usr/libexec/apache2/mod_python.so) I get &#8220;caught SIGTERM, shutting down&#8221; from Apache when I try to start it. Any ideas?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
