|
From: jesse k. <je...@te...> - 2007-05-02 21:45:02
|
Hi, ihr seid ja Deutsche ;-) I'll try in english as I'm not sure which is the official language here. My problem is that I just tried to compile http://httpbl.cvs.sourceforge.net/.../mod_httpbl.c?revision=1.1 with apxs2 which results in $ /usr/sbin/apxs2 -c -i -a /opt/mod_httpbl.c /usr/bin/libtool --silent --mode=compile x86_64-pc-linux-gnu-gcc -prefer-pic -O3 -march=athlon64 -falign-functions=64 -fomit-frame-pointer -pipe -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE -pthread -I/usr/include/apache2 -I/usr/include/apr-1 -I/usr/include/apr-1 -I/usr/include/db4.5 -c -o /opt/mod_httpbl.lo /opt/mod_httpbl.c && touch /opt/mod_httpbl.slo /opt/mod_httpbl.c: In function 'make_simple_http_request': /opt/mod_httpbl.c:5201: warning: passing argument 4 of 'apr_socket_create' makes integer from pointer without a cast /opt/mod_httpbl.c:5201: error: too few arguments to function 'apr_socket_create' /opt/mod_httpbl.c: In function 'replace_email_filter': /opt/mod_httpbl.c:7311: error: expected ';' before '{' token apxs:Error: Command failed with rc=65536 Some debugging information: $ apache2 -l Compiled in modules: core.c prefork.c http_core.c mod_so.c $ apache2 -V Server version: Apache/2.2.4 (Unix) Server built: Apr 20 2007 16:50:54 Server's Module Magic Number: 20051115:4 Server loaded: APR 1.2.8, APR-Util 1.2.8 Compiled using: APR 1.2.8, APR-Util 1.2.8 Architecture: 64-bit Server MPM: Prefork threaded: no forked: yes (variable process count) Server compiled with.... -D APACHE_MPM_DIR="server/mpm/prefork" -D APR_HAS_SENDFILE -D APR_HAS_MMAP -D APR_HAVE_IPV6 (IPv4-mapped addresses enabled) -D APR_USE_SYSVSEM_SERIALIZE -D APR_USE_PTHREAD_SERIALIZE -D SINGLE_LISTEN_UNSERIALIZED_ACCEPT -D APR_HAS_OTHER_CHILD -D AP_HAVE_RELIABLE_PIPED_LOGS -D DYNAMIC_MODULE_LIMIT=128 -D HTTPD_ROOT="/usr" -D SUEXEC_BIN="/usr/sbin/suexec2" -D DEFAULT_PIDLOG="/var/run/httpd.pid" -D DEFAULT_SCOREBOARD="logs/apache_runtime_status" -D DEFAULT_LOCKFILE="/var/run/accept.lock" -D DEFAULT_ERRORLOG="logs/error_log" -D AP_TYPES_CONFIG_FILE="/etc/mime.types" -D SERVER_CONFIG_FILE="/etc/httpd.conf" I tried it on a friend's server (debian/testing) just for the heck of it (apache 2.2.3): mod_httpbl.c:7635: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'httpbl_module' apxs:Break: Command failed with rc=1 Thanks in advance! |