Gregory (Grisha) Trubetskoy
grisha at modpython.org
Fri Oct 3 15:16:26 EST 2003
Check this out: http://www.modpython.org/FAQ/faqw.py?req=all#4.2 On Fri, 3 Oct 2003, M.D. DeWar wrote: > 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 > > _______________________________________________ > Mod_python mailing list > Mod_python at modpython.org > http://mailman.modpython.org/mailman/listinfo/mod_python >
|