[mod_python] Compiling on a Debian Potato with Apache binary (and apache-dev)

Martin Jenssen martin at src.no
Sun Jul 9 15:27:12 EST 2000


On Sun, Jul 09, 2000 at 11:54:56AM +0200, Morten W. Petersen wrote:

| gaffel:/tmp/mod_python-2.4.1/src# gcc -DLINUX=2 -DUSE_HSREGEX -fpic \
| 	-DSHARED_MODULE -I/usr/include/apache-1.3 \
| 	-I/usr/include/python1.5 -c mod_python.c
| mod_python.c:418: structure has no member named `vlist_validator'
| mod_python.c:418: initializer element for `request_memberlist[29].offset'
| is not constant

It seems that you are using an older collection of the apache C header
files.  Check if your /usr/include/apache-1.3/httpd.h have a line
defining vlist_validator.


Martin Jenssen




More information about the Mod_python mailing list