Graham Dumpleton
grahamd at dscpl.com.au
Sun Feb 20 15:31:26 EST 2005
Make changes as detailed in: http://www.modpython.org/pipermail/mod_python/2004-August/015994.html To be thorough, also change "configure" script and rerun it as well: #if test "$PyTHREADS" = "1"; then if test "$PyTHREADS" = "True"; then I think that this only results in a warning that can be ignored. Graham On 21/02/2005, at 6:18 AM, Mark J. Andrews wrote: > Hi, I am looking for binaries or source for mod_python for OS X 10.3.8 > and Apache 1.3.33. I tried downloading and compiling the source for > mod_python-2.7.11, but compilation fails as follows: > > Compiling for DSO. For static, do "make static" > > /usr/sbin/apxs -I/Users/markand/mod_python-2.7.11/src/include > -I/usr/include/httpd > -I/System/Library/Frameworks/Python.framework/Versions/2.3/include/ > python2.3 -c mod_python.o _apachemodule.o requestobject.o > tableobject.o util.o serverobject.o connobject.o -lm > /System/Library/Frameworks/Python.framework/Versions/2.3/lib/ > python2.3/config/libpython2.3.a -ldl > cc -bundle -undefined suppress -flat_namespace -Wl,-bind_at_load -o > mod_python.so mod_python.o _apachemodule.o requestobject.o > tableobject.o util.o serverobject.o connobject.o -lm > /System/Library/Frameworks/Python.framework/Versions/2.3/lib/ > python2.3/config/libpython2.3.a -ldl > cc: > /System/Library/Frameworks/Python.framework/Versions/2.3/lib/ > python2.3/config/libpython2.3.a: No such file or directory > apxs:Break: Command failed with rc=1 > make[1]: *** [mod_python.so] Error 1 > make: *** [do_dso] Error 2 > > I looked for libpython2.3.a and can't find it. Hints are greatly > appreciated. > > Mark > > _______________________________________________ > Mod_python mailing list > Mod_python at modpython.org > http://mailman.modpython.org/mailman/listinfo/mod_python
|