|
mod_python problems: msg#00077python.apple
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> |
|---|---|---|
| Previous by Date: | Re: Embedded Interpreter not initilized? Version mismatch?: 00077, Bobby Mozumder |
|---|---|
| Next by Date: | Re: PIL and jpeg on MacOS X: 00077, Drew McCormack |
| Previous by Thread: | Embedded Interpreter not initilized? Version mismatch?i: 00077, Bobby Mozumder |
| Next by Thread: | Broken link at python.org breaks packman: 00077, William Hesse |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
| News | FAQ | advertise |