[mod_python] Compiling on a Debian Potato with Apache binary
(and apache-dev)
Morten W. Petersen
morten at src.no
Sun Jul 9 11:54:56 EST 2000
> To compile this, I just did it via the method mentioned in the
> documentation (as a Apache DSO):
>
> apxs -I /usr/include/python1.5 -c mod_python.c \
> /usr/lib/python1.5/config/libpython1.5.a -lpthread
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
----
And now I'm a bit off. (...) Any ideas?
Regards, Morten
More information about the Mod_python
mailing list