From owner-freebsd-questions@FreeBSD.ORG Thu Apr 10 16:48:50 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2C5C037B401 for ; Thu, 10 Apr 2003 16:48:50 -0700 (PDT) Received: from mx1.au.itouchnet.net (nat2.au.itouchnet.net [144.135.23.100]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0DE1643F3F for ; Thu, 10 Apr 2003 16:48:49 -0700 (PDT) (envelope-from andrew.thomson@itouch.com.au) Received: from nobody by mx1.au.itouchnet.net with scanned_ok (Exim 3.36 #1) id 193lzf-000106-00 for freebsd-questions@freebsd.org; Fri, 11 Apr 2003 10:02:11 +1000 X-TLS: TLSv1:DES-CBC3-SHA:168 athomson.prv.au.itouchnet.net -> mx1.au.itouchnet.net Received: from athomson.prv.au.itouchnet.net ([192.168.13.55]) by mx1.au.itouchnet.net with esmtp (TLSv1:DES-CBC3-SHA:168) (Exim 3.36 #1) id 193lzf-0000zx-00 for freebsd-questions@freebsd.org; Fri, 11 Apr 2003 10:02:11 +1000 Received: from ajt by athomson.prv.au.itouchnet.net with local (Exim 4.12) id 193lmL-0001GJ-00 for freebsd-questions@freebsd.org; Fri, 11 Apr 2003 09:48:25 +1000 Date: Fri, 11 Apr 2003 09:48:25 +1000 From: Andrew Thomson To: freebsd-questions@freebsd.org Message-ID: <20030410234825.GG32115@athomson.prv.au.itouchnet.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.1i Sender: X-Checked: Scanned for any viruses and unauthorized attachments at mx1.au.itouchnet.net X-iScan-ID: 3844-1050019331-25919@mx1.au.itouchnet.net version $Name: REL_2_0_2 $ Subject: apache and auth_ldap X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Apr 2003 23:48:50 -0000 the auth_ldap faq does mention my problem, however not sure what I need to do.. I'm also suprised that I have a problem given I installed everything from ports.. I thought they would have sorted everything out for me! ;) I've installed the following: apache-1.3.27_4 auth_ldap-1.6.0_1 openldap20-2.0.25_3 Now auth_ldap even put the entries into my httpd.conf for me LoadModule ldap_module libexec/apache/auth_ldap.so AddModule mod_ldap.c However on restart of apache.... /usr/local/etc/rc.d/apache.sh start Syntax error on line 237 of /usr/local/etc/apache/httpd.conf: Can't locate API module structure `ldap_module' in file /usr/local/libexec/apache/auth_ldap.so: Undefined symbol "ldap_module" clonk. ajt.