Date: Tue, 21 May 2002 15:54:47 -0400 From: Robin Blanchard <Robin_Blanchard@georgiacenter.org> To: nik@FreeBSD.org, stable@freebsd.org Subject: auth_ldap-1.6.0 port Message-ID: <3CEAA607.4000507@georgiacenter.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3CEAA607.4000507>