logo       

mod_python problems: msg#00077

python.apple

Subject: mod_python problems

Hi fellow pythonians,

I've got some weird problems with mod_python on 10.3:
When starting apache2, it crashes and I find the following in the error.log
---
[notice] mod_python: Creating 32 session mutexes based on 150 max processes and 0 max threads.
dyld: /opt/local/apache2/bin/httpd Undefined symbols:
_CFStringConvertEncodingToIANACharSetName
_CFStringGetCStringPtr
_CFStringGetSystemEncoding
_FSMakeFSSpec
_FSRefMakePath
_FSpMakeFSRef
_GetResource
_HLock
_HUnlock
_ReleaseResource
---

my python lib and the mod_python.so seem to be linked against the right version of python:

$ otool -L /opt/local/apache2/modules/mod_python.so
/opt/local/apache2/modules/mod_python.so:
/usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current version 71.0.0)
/opt/local/lib/libpython2.3.dylib (compatibility version 2.3.0, current version 2.3.0)
$ otool -L /opt/local/lib/libpython2.3.dylib
/opt/local/lib/libpython2.3.dylib:
/opt/local/lib/libpython2.3.dylib (compatibility version 2.3.0, current version 2.3.0)
/usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current version 71.0.0)

when using Apples python instead, it wont not crash. Is there a way to find out if my
python23.dylib is working at all? Suggestions to solve this are welcome...


thanks,

Markus

---
Markus W. Weissmann
http://www.mweissmann.de/
http://www.opendarwin.org/~mww/


_______________________________________________
Pythonmac-SIG maillist - Pythonmac-SIG@xxxxxxxxxx
http://mail.python.org/mailman/listinfo/pythonmac-sig



<Prev in Thread] Current Thread [Next in Thread>
Google Custom Search

News | FAQ | advertise