[EMAIL PROTECTED] configure ldap

2006-04-04 Thread haipeng du
I try to use ldap authentication in http server. I config it with --with-ldap --enable-ldap. It told me that there is no ldap library. I checked the requirement from website. There is no any ldap library required. What kind of extra package I need to install? Thanks a lot.-- Haipeng DuSoftware Engi

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

2005-12-20 Thread Fenlason, Josh
> 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

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

2005-12-20 Thread Arthur DiSegna
e.org 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, >>

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 can

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

2005-12-20 Thread g.spellauge
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 for using ldap support. the compilation failed with the followi

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

[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 ./con