Jim Gallacher
jpg at jgassociates.ca
Fri Apr 7 10:28:15 EDT 2006
3.2.8 does not support Apache 2.2. Support is scheduled in the 3.2.9 bugfix release (real soon now ;) ). In the mean time you can grab a copy of the stable branch from the subversion repository: svn co http://svn.apache.org/repos/asf/httpd/mod_python/branches/3.2.x Or, if you want to be a little more cutting edge you could try the development branch. svn co http://svn.apache.org/repos/asf/httpd/mod_python/trunk Jim clemens herschel wrote: > > This is on a development system. To eliminalte apr_table_compress error, > I upgraded apache. I have this new apr_socketaddr_port_get error > Thanks for any help, Clem > > > apr_socketaddr_port_get > > mod_python 3.2.8 > python 2.4 > Apachee 2.2 > > Red Hat Linux 9 > > > > [root at herschelenterprises apache2]# bin/httpd > httpd: Syntax error on line 231 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_sockaddr_port_get > [root at herschelenterprises apache2]# bin/httpd -X > httpd: Syntax error on line 231 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_sockaddr_port_get > > _______________________________________________ > Mod_python mailing list > Mod_python at modpython.org > http://mailman.modpython.org/mailman/listinfo/mod_python >
|