Apacheのインストール インストール手順(1) 新規インストール時は以下の手順で問題なし。 $ tar zxf httpd-2.2.3.tar.gz $ cd httpd-2.2.3 $ ./configure --with-ldap --enable-ldap --enable-authnz-ldap $ make # make install インストール手順(2) 既にApacheをインストール済みで、make時に #error mod_authnz_ldap requires APR-util to have LDAP support built in. To fix add --with-ldap to ./configure. と言われて mod_authnz_ldap.c のコンパイルで失敗する場合は、configure に "--with-included-apr" オ