Using -stable branch, included apache source, and recommended build process.
I can't get Python 1.6 and 1.5.2 to build, complains of undefined _PyEval_InitThreads symbol.
Hacked out some changes (versions, manually setting #include paths, rename alloc.h to ap_alloc.h in Makefile, etc) to get a compile, but having odd errors.
Scripts will execute, but the httpd process that ran the .py will begin to eat up CPU and dump a threading error in the httpd log as follows. Will probably try building vs standard Apache source next. Suggestions welcome in the meantime.
Happens often:
Fatal error '_waitq_insert: Already in queue' at line 280 in file /usr/src/lib/libc_r/uthread/uthread_priority_queue.c (errno = 35)
Only seen once:
Fatal error '_pq_insert_tail: Already in priority queue' at line 196 in file /usr/src/lib/libc_r/uthread/ut
hread_priority_queue.c (errno = 4)
Can post more information if needed, or by email. Thanks.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Using -stable branch, included apache source, and recommended build process.
I can't get Python 1.6 and 1.5.2 to build, complains of undefined _PyEval_InitThreads symbol.
Hacked out some changes (versions, manually setting #include paths, rename alloc.h to ap_alloc.h in Makefile, etc) to get a compile, but having odd errors.
Scripts will execute, but the httpd process that ran the .py will begin to eat up CPU and dump a threading error in the httpd log as follows. Will probably try building vs standard Apache source next. Suggestions welcome in the meantime.
Happens often:
Fatal error '_waitq_insert: Already in queue' at line 280 in file /usr/src/lib/libc_r/uthread/uthread_priority_queue.c (errno = 35)
Only seen once:
Fatal error '_pq_insert_tail: Already in priority queue' at line 196 in file /usr/src/lib/libc_r/uthread/ut
hread_priority_queue.c (errno = 4)
Can post more information if needed, or by email. Thanks.
BTW: Using pyApache 4.26.