Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

auth_ldap-1.6.0 port

2 views
Skip to first unread message

Robin_B...@georgiacenter.org

unread,
May 21, 2002, 3:55:22 PM5/21/02
to
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 majo...@FreeBSD.org
with "unsubscribe freebsd-stable" in the body of the message

0 new messages