[mod_python] Missing library in Makefile

Neo Eureka neo at https.ru
Sat Oct 5 23:43:24 EST 2002


  Dank U wel !

  This was it!

I think all the problems in configure/make stuff should be corrected
before any other bugs, because such problems prevent not very
experienced users (like me, at the moment) from testing the software
itself.


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.

PvO> Maybe this previous post will help:

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

---
Neo Eureka / mailto:neo at https.ru




More information about the Mod_python mailing list