Return-Path: Delivered-To: apmail-httpd-dev-archive@httpd.apache.org Received: (qmail 25472 invoked by uid 500); 27 Feb 2003 01:01:28 -0000 Mailing-List: contact dev-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: dev@httpd.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list dev@httpd.apache.org Received: (qmail 25459 invoked from network); 27 Feb 2003 01:01:28 -0000 X-Authentication-Warning: shotgun.corp.sgi.com: trev owned process doing -bs Date: Wed, 26 Feb 2003 17:00:33 -0800 From: Trevor Hurst X-X-Sender: trev@shotgun.corp.sgi.com To: dev@httpd.apache.org Subject: Re: Apache 2.0.44 w/ auth_ldap build errors In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N I'm guessing it's basically broken and does not work right. Since it's [experimental]. I've tried everything... no luck here man. Please let me know if I'm doing anything wrong. Thanks for your response, greatly appreciated. -- Trev On Wed, 26 Feb 2003, Trevor Hurst wrote: > > > Because when I run the make I get the following errors: > > make[3]: Entering directory > `/usr/people/trev/src/httpd-2.0.44/modules/experimental' > /bin/sh /usr/people/trev/src/httpd-2.0.44/srclib/apr/libtool --silent > --mode=compile gcc -g -O2 -D_POSIX_THREAD_SAFE_FUNCTIONS > -DAP_HAVE_DESIGNATED_INITIALIZER > -I/usr/people/trev/src/httpd-2.0.44/srclib/apr/include > -I/usr/people/trev/src/httpd-2.0.44/srclib/apr-util/include > -I/usr/local/include -I. -I/usr/people/trev/src/httpd-2.0.44/os/unix > -I/usr/people/trev/src/httpd-2.0.44/server/mpm/prefork > -I/usr/people/trev/src/httpd-2.0.44/modules/http > -I/usr/people/trev/src/httpd-2.0.44/modules/filters > -I/usr/people/trev/src/httpd-2.0.44/modules/proxy > -I/usr/people/trev/src/httpd-2.0.44/include > -I/usr/freeware/lib/openssl/include/openssl > -I/usr/freeware/lib/openssl/include > -I/usr/people/trev/src/httpd-2.0.44/modules/dav/main -prefer-non-pic > -static -c mod_auth_ldap.c && touch mod_auth_ldap.lo > mod_auth_ldap.c:82:2: #error mod_auth_ldap requires APR-util to have LDAP > support built in > mod_auth_ldap.c:104: parse error before "deref_options" > mod_auth_ldap.c:104: warning: no semicolon at end of struct or union > mod_auth_ldap.c:120: parse error before '}' token > mod_auth_ldap.c:120: warning: data definition has no type or storage class > mod_auth_ldap.c:139: parse error before "mod_auth_ldap_config_t" > mod_auth_ldap.c:168: parse error before "mod_auth_ldap_config_t" > mod_auth_ldap.c: In function `mod_auth_ldap_build_filter': > mod_auth_ldap.c:175: `filtbuf' undeclared (first use in this function) > mod_auth_ldap.c:175: (Each undeclared identifier is reported only once > mod_auth_ldap.c:175: for each function it appears in.) > > > Is there another place I should point the --with-apr-util option > inside the apache-2.0.44 tree?? > > Thanks, > > -- Trev > > On > Wed, 26 Feb > 2003, > Cliff Woolley wrote: > > > On Wed, 26 Feb 2003, Trevor Hurst wrote: > > > > > No one wants to take a stab at this eh? > > > I know there must be someone out there > > > amongst the dev community that would know what > > > the problem is? > > > > > > > > I've built and installed both apr 0.9.1 and apr-util 0.9.1. > > > > Why did you build and install apr and apr-util rather than using the ones > > bundled with Apache? I'm not sure that version 0.9.1 had the APU_BINDIR > > variable (I'd have to check... Justin would probably know). We're not at > > the point yet where we have declared a particular version number of apr > > and apr-util to work with Apache 2.0.44 (or any other 2.0.x release) other > > than the one bundled with it. > > > > --Cliff > > > > >