habe zuhause einen kleinen Heimserver - mittlerweile ein Pentium Pro mit Woody drauf. Pakete sind eigentlich exakt gleich wie auf meinem Rootserver, da ich (bis auf mittlerweile 2.6.1er Kernel und bluez-utils) auf identische Software geachtet habe.
Was mir schleierhaft ist:
Ein Apache-Compile auf dem Rootserver läuft einwandfrei durch, auf dem Heimrechner allerdings ist bei Version 2.0.45 Schluß, alle höheren Versionen brechen beim exakt gleichen Configure mit Fehlermeldung ab:
Configure ist folgender:gawk -f /usr/src/httpd-2.0.48/build/make_exports.awk `cat export_files` > /usr/src/httpd-2.0.48/server/exports.c
/usr/src/httpd-2.0.48/srclib/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -DAP_HAVE_DESIGNATED_INITIALIZER -I/usr/src/httpd-2.0.48/srclib/apr/include -I/usr/src/httpd-2.0.48/srclib/apr-util/include -I/usr/local/include -I. -I/usr/src/httpd-2.0.48/os/unix -I/usr/src/httpd-2.0.48/server/mpm/worker -I/usr/src/httpd-2.0.48/modules/http -I/usr/src/httpd-2.0.48/modules/filters -I/usr/src/httpd-2.0.48/modules/proxy -I/usr/src/httpd-2.0.48/include -I/usr/src/httpd-2.0.48/modules/dav/main -prefer-non-pic -static -c /usr/src/httpd-2.0.48/server/exports.c && touch /usr/src/httpd-2.0.48/server/exports.lo
/usr/src/httpd-2.0.48/server/exports.c:254: `ap_is_recursion_limit_exceeded' undeclared here (not in a function)
/usr/src/httpd-2.0.48/server/exports.c:455: `ap_unescape_url_keep2f' undeclared here (not in a function)
/usr/src/httpd-2.0.48/server/exports.c:461: `ap_escape_logitem' undeclared here (not in a function)
/usr/src/httpd-2.0.48/server/exports.c:644: `apr_bucket_alloc_create_ex' undeclared here (not in a function)
/usr/src/httpd-2.0.48/server/exports.c:988: `apr_file_mtime_set' undeclared here (not in a function)
/usr/src/httpd-2.0.48/server/exports.c`apr_temp_dir_get' undeclared here (not in a function)
/usr/src/httpd-2.0.48/server/exports.c`apr_socket_atmark' undeclared here (not in a function)
/usr/src/httpd-2.0.48/server/exports.c`apr_os_pipe_put_ex' undeclared here (not in a function)
/usr/src/httpd-2.0.48/server/exports.c`apr_proc_mutex_lockfile' undeclared here (not in a function)
/usr/src/httpd-2.0.48/server/exports.c`apr_table_compress' undeclared here (not in a function)
make[2]: *** [/usr/src/httpd-2.0.48/server/exports.lo] Error 1
Code: Select all
--with-mpm=worker
--enable-modules="so http"
--enable-mods-shared="info status cern_meta usertrack asis include autoindex
cgid imap alias auth auth_anon auth_digest access cache mem_cache file-cache
cgi dir env ext_filter expires headers file_cache log_config mime mime_magic
negotiation rewrite speling actions userdir setenvif"
--prefix=/usr/local
--enable-static-support
Grüße,
flo.
