Mark J. Andrews
markand at mac.com
Sun Feb 20 14:18:43 EST 2005
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
|