From owner-freebsd-stable Tue May 21 12:54:57 2002 Delivered-To: freebsd-stable@freebsd.org Received: from mail.gactr.uga.edu (smtpgw.gactr.uga.edu [128.192.37.25]) by hub.freebsd.org (Postfix) with ESMTP id CC93637B40A for ; Tue, 21 May 2002 12:54:48 -0700 (PDT) Received: (qmail 77203 invoked from network); 21 May 2002 19:54:47 -0000 Received: from unknown (HELO georgiacenter.org) ([10.10.100.125]) (envelope-sender ) by smtpgw.servers.nat (qmail-ldap-1.03) with SMTP for ; 21 May 2002 19:54:47 -0000 Message-ID: <3CEAA607.4000507@georgiacenter.org> Date: Tue, 21 May 2002 15:54:47 -0400 From: Robin Blanchard Organization: Georgia Center for Continuing Education User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:0.9.4.1) Gecko/20020508 Netscape6/6.2.3 X-Accept-Language: en-us MIME-Version: 1.0 To: nik@FreeBSD.org, stable@freebsd.org Subject: auth_ldap-1.6.0 port Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Banging my head on the wall for hours finally lead to a revelation.... 1) auth_ldap-1.6.0 port is still broken 2) the patch I'd sent you last time (dealing with LIBS) was only half the fix. using only that patch, starting apache yields: Can't locate API module structure `ldap_module' in file /usr/local/libexec/apache/auth_ldap.so: Undefined symbol "ldap_module" 3) the "real" fix: in httpd.conf, change: LoadModule ldap_module libexec/apache/auth_ldap.so to LoadModule auth_ldap_module libexec/apache/auth_ldap.so and change: AddModule mod_ldap.c to AddModule auth_ldap.c done. I imagine these changes can be effected via flags to apxs? Hope this is useful. -- ---------------------------------------- Robin P. Blanchard Systems Design and Support Georgia Center for Continuing Education fon: 706.542.2404 <> fax: 706.542.6546 ---------------------------------------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message