[EMAIL PROTECTED] configure ldap support 4 apache 2.2

2005-12-20 Thread g.spellauge
hello, i just tried to compile apache-2.2 for using ldap support. the compilation failed with the following error: mod_authnz_ldap.c:40:2: #error mod_authnz_ldap requires APR-util to have LDAP support built in. To fix add --with-ldap to ./configure. apache was configured (simplified) as

Re: [EMAIL PROTECTED] configure ldap support 4 apache 2.2

2005-12-20 Thread Nick Kew
On Tuesday 20 December 2005 14:45, g.spellauge wrote: hello, i just tried to compile apache-2.2 for using ldap support. the compilation failed with the following error: mod_authnz_ldap.c:40:2: #error mod_authnz_ldap requires APR-util to have LDAP support built in. To fix add --with-ldap to

Re: [EMAIL PROTECTED] configure ldap support 4 apache 2.2

2005-12-20 Thread Nick Kew
On Tuesday 20 December 2005 15:48, g.spellauge wrote: how should i download/compile/install apr/aprutil ? it appears that this was not necc. before apache 2.2 It's bundled with apache. But apache's configure will use an already-installed APR if it finds a sufficiently uptodate version. I

RE: [EMAIL PROTECTED] configure ldap support 4 apache 2.2

2005-12-20 Thread Arthur DiSegna
Subject: Re: [EMAIL PROTECTED] configure ldap support 4 apache 2.2 how should i download/compile/install apr/aprutil ? it appears that this was not necc. before apache 2.2 thnx, g. Nick Kew wrote: On Tuesday 20 December 2005 14:45, g.spellauge wrote: hello, i just tried to compile apache-2.2

RE: [EMAIL PROTECTED] configure ldap support 4 apache 2.2

2005-12-20 Thread Fenlason, Josh
PROTECTED] Sent: Tuesday, December 20, 2005 1:31 PM To: users@httpd.apache.org Subject: RE: [EMAIL PROTECTED] configure ldap support 4 apache 2.2 Try this: ./configure --prefix=/usr/local/apache2 --enable-authnz-ldap --enable-authz-user --enable-ldap --with-ldap --with-ldap