Graham Dumpleton
grahamd at dscpl.com.au
Thu Jun 29 06:43:37 EDT 2006
You can't use Apache 2.2.2 with mod_python 3.2.8. You can only use Apache 2.0.47 < Apache 2.1. Apache 2.2 support will be in mod_python 3.2.9, which is going through process of final testing. If you really want to try out the mod_python 3.2.9 release candidate see: http://people.apache.org/~jgallacher/mod_python/dist/ You would be better off perhaps waiting though. Graham On 29/06/2006, at 5:11 PM, Andrew Steele wrote: > I am also having problems compiling mod_python 3.2.8 against httpd > 2.2.2 on Redhat Linux 7.3 with an updated version of flex and > Python 2.4.3 > > Here are the last few lines > > > /usr/local/apache2/build/libtool --silent --mode=link gcc -o > mod_python.la -rpath /usr/local/apache2/modules -module -avoid- > version hlistobject.lo hlist.lo filterobject.lo connobject.lo > serverobject.lo util.lo tableobject.lo requestobject.lo > _apachemodule.lo mod_python.lo -L/usr/local/lib/python2.4/config - > Xlinker -export-dynamic -lm -lpython2.4 -lpthread -ldl -lutil -lm - > Wl,--rpath -Wl, -L -ldb-4.4 > > /usr/bin/ld: cannot open mod_python.so: No such file or directory > collect2: ld returned 1 exit status > apxs:Error: Command failed with rc=65536 > . > make[1]: *** [mod_python.so] Error 1 > make[1]: Leaving directory `/home/misc/python-packages/ > mod_python-3.2.8/src' > make: *** [do_dso] Error 2 > > > > Andrew > _______________________________________________ > Mod_python mailing list > Mod_python at modpython.org > http://mailman.modpython.org/mailman/listinfo/mod_python
|