|
From: Jasper <ja...@ti...> - 2007-05-16 13:09:56
|
Hello everybody,
I tried to compile the module but it gave me an error, after installing
the libs it compiled ok.
libpcre3 libpcre3-dev
(debian sarge)
After compiling the module, edited the config:
<IfModule !mod_httpbl.c>
HTTPBLRBLEnabled On
HTTPBLLogDir /usr/local/apache2/logs/
HTTPBLTestingURL /httpbl_testing/
HTTPBLDefaultAction allow
HTTPBLAccessKey mykey
</IfModule>
and put an directory with the following:
<Directory ~ /.*>
HTTPBLRBLEnabled On
HTTPBLRBLReqHandler 255:0-255:0-255:255 deny
</Directory>
configtest tells me the following:
httpd: Syntax error on line 70 of /usr/local/apache2/conf/httpd.conf:
Cannot load /usr/local/apache2/modules/mod_httpbl.so into server:
/usr/local/apache2/modules/mod_httpbl.so: undefined symbol:
apr_socket_create_ex
Any idea's on what i missed here?
Thanks,
Regards,
Jasper Wonnink
Tiscomhosting.nl
|