On 8/16/06, Graham Dumpleton <[EMAIL PROTECTED]> wrote:
> > Do you have more than one version of Python installed?
>
> Nope.  I just have Python from /usr/bin/python.  Nothing special.

Strange.

What does your LINKFORSHARED variable have?  See
/System/Library/Frameworks/Python.framework/Versions/2.3/lib/python2.3/config/Makefile.

Again I have:

LINKFORSHARED=-u __dummy -u _PyMac_Error -framework System
$(PYTHONFRAMEWORKDIR)/Versions/$(VERSION)/$(PYTHONFRAMEWORK)
-framework CoreServices -framework Foundation

Would what you have in mind address the following in any way:

  https://issues.apache.org/jira/browse/MODPYTHON-20

Or is that a separate unrelated problem?

The issue is whether mod_python should compile with Python's flags or
httpd's flags.  Typically, when there's a conflict like that, goofy
things that happen.  But, yah, we could switch to getting compile
flags from apxs instead of trying to determine them ourselves or using
what Python has.  When I take a pass at fixing my build issues, I'll
commit what works for me and we can see how that fares...  -- justin

Reply via email to