[OSX] pthread problem

rdack rdacker at pacbell.net
Wed Feb 6 14:41:53 EST 2002


osx 10.1.2, sendmail-8.12.2, milter-0.3.9, python2.1

when i try to run the sample.py milter i get:
dyld: python Undefined symbols:
_pthread_sigmask
_sigwait

i see postings saying pthread support is built-in to osx, but they say
support for those two symbols is missing. it looks like python itself
is referencing those symbols. i don't those symbols referenced
anywhere in the module code.

i don't think rebuilding with -lpthread will help. pthreads exist in
general, just not those two symbols. i don't know what to change to
get it to run.



More information about the Python-list mailing list