[mod_python] Apache 2.0.42

Piet van Oostrum piet at cs.uu.nl
Sat Oct 5 13:03:33 EST 2002


>>>>> Neo Eureka <neo at https.ru> (NE) writes:

NE> Hi !

NE>   It seems, BETA2 of mod_python 3 is not compatible with
NE> Apache-2.0.42. It builds successfully, but when apache is asked to
NE> test new configuration it complains about undefined symbol "openpty"
NE> while trying to load mod_python into the server.

Maybe this previous post will help:

----- Original Message -----
From: "Carl C." <cc at carlc.com>
Subject: Re: [mod_python] Compiling a DSO module for RedHat Linux on ALPHA
64bit.
Guess, what... I FIXED IT...
I had to edit the mod_python's src/Makefile and change the
LIBS=-lm  /usr/src/Python-2.2-no-threads/libpython2.2.a
to
LIBS=-lm  /usr/src/Python-2.2-no-threads/libpython2.2.a -lutil
That -lutil was the magic!
Carl

-- 
Piet van Oostrum <piet at cs.uu.nl>
URL: http://www.cs.uu.nl/~piet [PGP]
Private email: P.van.Oostrum at hccnet.nl





More information about the Mod_python mailing list