Jorey Bump
list at joreybump.com
Sat Jun 4 09:26:46 EDT 2005
Jorey Bump wrote: > I've just installed apache 2.1.3-beta, and installed mod_python 3.1.4. > When I try to start apache, I get this error: > > httpd: Syntax error on line 282 of /usr/local/apache2/conf/httpd.conf: > Cannot load /usr/local/apache2/modules/mod_python.so into server: > /usr/local/apache2/modules/mod_python.so: undefined symbol: > APR_STATUS_IS_SUCCESS > > Is mod_python incompatible with this version of apache? From apache 2.1.3-beta CHANGES: *) Remove deprecated/removed APR_STATUS_IS_SUCCESS(). [Justin Erenkrantz] So I removed the references in the following mod_python source files: dist/src/filterobject.c dist/src/connobject.c Everything seems to work fine, now.
|