|
From: Matti P. T. J. <mp...@ik...> - 2007-05-31 01:59:18
|
Hi Christian, > apache2: Syntax error on line 185 of /etc/apache2/apache2.conf: Syntax error > on line 1 of /etc/apache2/mods-enabled/httpbl.load: Cannot load > /usr/lib/apache2/modules/mod_httpbl.so into server: > /usr/lib/apache2/modules/mod_httpbl.so: undefined symbol: > apr_socket_create_ex I ran into the same problem. It seems that the code does not support some of the more recent versions of libapr -- my Debian etch system comes with 1.2.7-8.2. Specifically, according to apr 0.9 documentation, apr_socket_create_ex and apr_lstat are deprecated. Both are missing from version 1.2. I wrote a short patch to fix these issues, although I haven't really tested it (so I may have missed something). It is available at http://enneu.net/files/mod_httpbl_apr.patch :mpj |