[Trac] Re: osx .5 leopard

2007-11-04 Thread Graham Dumpleton
On Nov 4, 3:17 pm, Alex da Franca [EMAIL PROTECTED] wrote: Am 04.11.2007 um 04:43 schrieb Graham Dumpleton: $: file /usr/libexec/apache2/mod_wsgi.so $: /usr/libexec/apache2/mod_wsgi.so: Mach-O bundle i386 For good measure, do a 'make distclean', rerun configure, and then only modify

[Trac] Re: osx .5 leopard

2007-11-04 Thread Alex da Franca
Am 04.11.2007 um 11:47 schrieb Graham Dumpleton: Hmmm, very odd. I may have misinterpreted what I was told by person who got it working. They said: mod_wsgi was easier. I actually built it as a universal binary: CPPFLAGS = -Wc,-arch ppc -Wc,-arch i386 -Wc,-arch x86_64 -I/

[Trac] Re: osx .5 leopard

2007-11-04 Thread Alex da Franca
mod_python doesn't seem to work still. I get: apachectl configtest httpd: Syntax error on line 121 of /private/etc/apache2/httpd.conf: Can't locate API module structure `python_module' in file /usr/libexec/ apache2/mod_python.so: dlsym(0x100218cc0, python_module): symbol not found This is

[Trac] Re: osx .5 leopard

2007-11-04 Thread Graham Dumpleton
On Nov 5, 1:38 am, Alex da Franca [EMAIL PROTECTED] wrote: mod_python doesn't seem to work still. I get: apachectl configtest httpd: Syntax error on line 121 of /private/etc/apache2/httpd.conf: Can't locate API module structure `python_module' in file /usr/libexec/ apache2/mod_python.so:

[Trac] Re: osx .5 leopard

2007-11-03 Thread Graham Dumpleton
On Nov 3, 12:51 am, Alex da Franca [EMAIL PROTECTED] wrote: Am 02.11.2007 um 14:37 schrieb Emmanuel Blot: I understood most of the Trac requirements were already provided OOB on Leopard: http://www.cmlenz.net/blog/2007/10/python-on-leopa.html thanks for the link. interesting stuff.

[Trac] Re: osx .5 leopard

2007-11-03 Thread Graham Dumpleton
On Nov 4, 11:08 am, Alex da Franca [EMAIL PROTECTED] wrote: Am 03.11.2007 um 23:04 schrieb Graham Dumpleton: The Leopard compilation problems have already been dealt with elsewhere. For mod_wsgi at least, the required workaround is documented in:

[Trac] Re: osx .5 leopard

2007-11-03 Thread Alex da Franca
Am 04.11.2007 um 04:43 schrieb Graham Dumpleton: $: file /usr/libexec/apache2/mod_wsgi.so $: /usr/libexec/apache2/mod_wsgi.so: Mach-O bundle i386 For good measure, do a 'make distclean', rerun configure, and then only modify Makefile and rebuild/install, it should work. I acted on a

[Trac] Re: osx .5 leopard

2007-11-02 Thread Alex da Franca
Am 02.11.2007 um 14:37 schrieb Emmanuel Blot: I understood most of the Trac requirements were already provided OOB on Leopard: http://www.cmlenz.net/blog/2007/10/python-on-leopa.html thanks for the link. interesting stuff. so far I am very pleased with leopard, as the underlying unix has

[Trac] Re: osx .5 leopard

2007-11-02 Thread Emmanuel Blot
I understood most of the Trac requirements were already provided OOB on Leopard: http://www.cmlenz.net/blog/2007/10/python-on-leopa.html do you really need mod_fcgi (vs. mod_python) ? Cheers, Manu On 11/2/07, Alex da Franca [EMAIL PROTECTED] wrote: I am having a hard time to compile apache