From owner-freebsd-questions Fri Jan 25 9: 3:34 2002 Delivered-To: freebsd-questions@freebsd.org Received: from dns2.s.bonet.se (dns2.s.bonet.se [212.181.54.3]) by hub.freebsd.org (Postfix) with ESMTP id CEF7C37B416 for ; Fri, 25 Jan 2002 09:03:30 -0800 (PST) Received: from there (as9-2-1.bi.s.bonet.se [217.215.7.177]) by dns2.s.bonet.se (8.11.2/8.9.3) with SMTP id g0PGvJU27597 for ; Fri, 25 Jan 2002 17:57:20 +0100 (CET) (envelope-from peo@intersonic.se) Message-Id: <200201251657.g0PGvJU27597@dns2.s.bonet.se> Content-Type: text/plain; charset="iso-8859-1" From: Per olof Ljungmark Organization: Intersonic AB To: freebsd-questions@FreeBSD.ORG Subject: auth_ldap Date: Fri, 25 Jan 2002 18:03:28 +0100 X-Mailer: KMail [version 1.3.2] MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Does anybody here know the right procedure for building and installing the auth_ldap Apache module on FreeBSD? If I do a 'make install clean' in the ports tree Apache refuses to start: Cannot load /usr/local/libexec/apache/auth_ldap.so into server: /usr/local/libexec/apache/auth_ldap.so: Undefined symbol "ldap_get_dn" Also, during configuration, I noted the following "no's" from configure: creating cache ./config.cache checking for apxs... apxs checking whether apxs works... yes checking for ber_init in -llber... no < checking for ldap_init in -lldap... no < checking how to run the C preprocessor... cc -E checking for ANSI C header files... yes checking for working const... yes checking for vprintf... yes checking for strdup... yes checking for strerror... yes updating cache ./config.cache creating ./config.status creating Makefile This is FreeBSD 4.5-RC Thanks, To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message