Painful apache compilation

Oleg Broytmann phd at phd.pp.ru
Thu Mar 21 15:19:48 EST 2002


On Thu, Mar 21, 2002 at 09:07:22PM +0100, Giuseppe Ricioppo wrote:
> I am attempting to compile apache+mod_perl+php+mod_python.
> When I run make the result is...
> #####################
> ......snipped for brevity.....
> ...........................................
> /usr/src/Python-2.2/libpython2.2.a(thread.o): In function
> `PyThread_start_new_thread':
> /usr/src/Python-2.2/Python/thread_pthread.h:174: undefined reference to
> `pthread_sigmask'

   Ever tried to read mod_python instllation instructions? You are trying
to compile thred-enabled python with nonthreaded Apache. Don't do that.
Recompile python without threads.

Oleg.
-- 
     Oleg Broytmann            http://phd.pp.ru/            phd at phd.pp.ru
           Programmers don't die, they just GOSUB without RETURN.




More information about the Python-list mailing list