hi
When I try to start apache 1.3 on my OpenBSD with mod_wsgi take error:

#apachectl start
/usr/sbin/httpd:/usr/local/lib/libpython2.6.so.1.0: undefined symbol
'pthread_cond_signal'
/usr/sbin/httpd:/usr/local/lib/libpython2.6.so.1.0: undefined symbol
'pthread_attr_destroy'
/usr/sbin/httpd:/usr/local/lib/libpython2.6.so.1.0: undefined symbol
'pthread_create'
/usr/sbin/httpd:/usr/local/lib/libpython2.6.so.1.0: undefined symbol
'pthread_attr_init'
/usr/sbin/httpd:/usr/local/lib/libpython2.6.so.1.0: undefined symbol
'pthread_detach'
/usr/sbin/httpd:/usr/local/lib/libpython2.6.so.1.0: undefined symbol
'pthread_attr_setstacksize'
/usr/sbin/httpd:/usr/local/lib/libpython2.6.so.1.0: undefined symbol
'pthread_cond_init'
/usr/sbin/httpd:/usr/local/lib/libpython2.6.so.1.0: undefined symbol
'pthread_mutex_unlock'
/usr/sbin/httpd:/usr/local/lib/libpython2.6.so.1.0: undefined symbol
'pthread_self'
/usr/sbin/httpd:/usr/local/lib/libpython2.6.so.1.0: undefined symbol
'pthread_mutex_destroy'
/usr/sbin/httpd:/usr/local/lib/libpython2.6.so.1.0: undefined symbol
'pthread_mutex_lock'
/usr/sbin/httpd:/usr/local/lib/libpython2.6.so.1.0: undefined symbol
'pthread_cond_wait'
/usr/sbin/httpd:/usr/local/lib/libpython2.6.so.1.0: undefined symbol
'pthread_cond_destroy'
/usr/sbin/httpd:/usr/local/lib/libpython2.6.so.1.0: undefined symbol
'pthread_mutex_init'
/usr/sbin/apachectl start: httpd started

How I can fix this problem? Thanks

-- 
You received this message because you are subscribed to the Google Groups 
"modwsgi" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/modwsgi?hl=en.

Reply via email to