M.D. DeWar
mark at s-wit.net
Fri Oct 3 14:31:11 EST 2003
Hello, I installed python 2.3.1 (or whatever is the latest from the site) I d/l the mod_python 3.03 I have apache 2.0.47 running. I did as per each README for each isntall. Apache is running. python seemed to install ok. There were no errors. I ./configured --with-apxs=/usr/local/apache2/bin/apxs for mod_python. That seemed okay. make gives me this error: google search brought up nothing on it. (last 2 lines). I did the ./httpd -DONE_PROCESS also. python2.3 -c -o requestobject.lo requestobject.c && touch requestobject.slo requestobject.c: In function `getreq_recmbr_off': requestobject.c:1055: `LONG_LONG' undeclared (first use in this function) requestobject.c:1055: (Each undeclared identifier is reported only once requestobject.c:1055: for each function it appears in.) requestobject.c:1056: syntax error before `l' requestobject.c:1057: `l' undeclared (first use in this function) requestobject.c: At top level: requestobject.c:1270: warning: initialization from incompatible pointer type apxs:Error: Command failed with rc=65536 . *** Error code 1 Stop in /temp/mod_python-3.0.3/src. *** Error code 1 Mark DeWar
|