hi I already tried to install several versions of apache on mac os x leopard and always get a load of errors: .... gawk -f /temp/httpd-2.2.2/build/make_exports.awk `cat export_files` > exports.c /opt/local/share/apr-1/build/libtool --silent --mode=compile /usr/bin/gcc-4.0 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp -I/temp/httpd-2.2.2/srclib/pcre -I. -I/temp/httpd-2.2.2/os/unix -I/temp/httpd-2.2.2/server/mpm/prefork -I/temp/httpd-2.2.2/modules/http -I/temp/httpd-2.2.2/modules/filters -I/temp/httpd-2.2.2/modules/proxy -I/temp/httpd-2.2.2/include -I/temp/httpd-2.2.2/modules/generators -I/temp/httpd-2.2.2/modules/mappers -I/temp/httpd-2.2.2/modules/database -I/opt/local/include/apr-1 -I/usr/include/apr-1 -I/temp/httpd-2.2.2/modules/proxy/../generators -I/temp/httpd-2.2.2/modules/ssl -I/temp/httpd-2.2.2/modules/dav/main -prefer-non-pic -static -c exports.c && touch exports.lo exports.c:1306: error: redefinition of 'ap_hack_apr_allocator_create' exports.c:152: error: previous definition of 'ap_hack_apr_allocator_create' was here exports.c:1307: error: redefinition of 'ap_hack_apr_allocator_destroy' exports.c:153: error: previous definition of 'ap_hack_apr_allocator_destroy' was here exports.c:1308: error: redefinition of 'ap_hack_apr_allocator_alloc' exports.c:154: error: previous definition of 'ap_hack_apr_allocator_alloc' was here exports.c:1309: error: redefinition of 'ap_hack_apr_allocator_free' exports.c:155: error: previous definition of 'ap_hack_apr_allocator_free' was here .... 1. I work in a non symlinked path directly under root: "/temp"./ 2. I've cleaned everything: sudo find /temp -iname "apache*" -exec rm -rf {} \; sudo find /usr -iname "apache*" -exec rm -rf {} \; sudo find /usr -iname "httpd*" -exec rm -rf {} \; 3. I already tried it with several versions 2.8, 2.7, 2.2, but always the same errors. I didnt configure something special. Just plain "./configure" - no options. thanks for any help ben --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See <URL:http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx