2010/3/10 Юрий Горшков <[email protected]>: > 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
Read: http://code.google.com/p/modwsgi/wiki/InstallationIssues#Undefined_Thread_Functions_on_FreeBSD Same issue. Graham -- 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.
