[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[cobalt-users] mod_auth_ldap on RAQ XTR
- Subject: [cobalt-users] mod_auth_ldap on RAQ XTR
- From: "Steven Nisbet" <S.Nisbet@xxxxxxxxx>
- Date: Wed Dec 18 05:53:01 2002
- List-id: Mailing list for users to share thoughts on Sun Cobalt products. <cobalt-users.list.cobalt.com>
Hi folks,
can't find anything like this in the archive, forgive please if I have missed it.
I have a RAQ XTR, and am trying to add Ldap authentication to the server. I have a copy of Muhammad A Muquit's
mod_auth_ldap code.
I've managed to get apxs to sort out the module, and have sorted out the pathing in httpd.conf. When I restart the
httpd demon, which refuses to start, I get the following error in the error log:
Cannot load /etc/httpd/modules/mod_auth_ldap.so into server: /etc/httpd/modules/mod_auth_ldap.so: undefined symbol:
ldap_memfree
I did get some warnings whilst using APXS, this is the output below
/usr/sbin/apxs -I/usr/include -L/usr/lib -lldap -llber -i -a -c mod_auth_ldap.c
cc -O2 -m486 -fno-strength-reduce -DLINUX=22 -I/usr/include/db1 -DMOD_SSL=208104 -DMOD_PERL -DUSE_PERL_SSI -Dbool=char
-DHAS_BOOL -DEAPI -DBIG_SECURITY_HOLE -DCOBALT_RAQ_LED -fpic -DSHARED_MODULE -I/usr/include/apache -I/usr/include -c
mod_auth_ldap.c
mod_auth_ldap.c: In function `ldap_authenticate_basic_user':
mod_auth_ldap.c:709: warning: passing arg 3 of `ldap_simple_bind_s' discards qualifiers from pointer target type
mod_auth_ldap.c: In function `ldap_check_user_access':
mod_auth_ldap.c:1178: warning: passing arg 4 of `ldap_compare_s' discards qualifiers from pointer target type
gcc -shared -o mod_auth_ldap.so mod_auth_ldap.o -L/usr/lib -lldap -llber
Anyone got any ideas how to proceed, or has anyone successfully managed to add mod_auth_ldap to a RAQ XTR?