Hi, I'm compiling apache 2.2.11 and ends without errors but the modules are not built...what I done wrong? my configure command was: ./configure --prefix=/usr/local/apache2 --with-mpm=worker --enable-module=shared --with-apxs=/usr/local/apache2/bin but then test:~ # ls -la /usr/local/apache2/modules/ total 19752 drwxr-xr-x 2 root root 4096 Jul 1 14:42 . drwxr-xr-x 16 root root 4096 Jul 1 10:44 .. -rw-r--r-- 1 root root 8960 Jul 1 13:16 httpd.exp my platform is Suse 11.1 x86_64 : test:~ # uname -a Linux test 2.6.27.7-9-default #1 SMP 2008-12-04 18:10:04 +0100 x86_64 x86_64 x86_64 GNU/Linux Thanks for your help