From: Mark W. <mew...@un...> - 2000-08-01 19:13:52
|
You're attempting to use a C Apache module. You should contact the module's author. This list is for support of the pure Perl Net::LDAP module. If you have mod_perl installed on your Apache server, you can use my Apache::AuthNetLDAP module which is a mod_perl module that does LDAP authentication but uses our pure Perl Net::LDAP module instead of a C backend. It's known to work with openLDAP, Netscape and Novell (it should work with any other LDAP server as well, but those are the only ones I've known people have tested with). Mark On Tue, 1 Aug 2000, Paul Key wrote: > Apologies if this is a little off topic! > > I am trying to dynamically load the auth_ldap module into apache 1.3.12 > under solaris 7 and I get the following error message. > > # /usr/local/apache_1.3.12/bin/apachectl start > Syntax error on line 245 of /usr/local/apache_1.3.12/conf/httpd.conf: > Cannot load /usr/local/apache_1.3.12/libexec/auth_ldap.so into server: > ld.so.1: > /usr/local/apache_1.3.12/bin/httpd: fatal: relocation error: file > /usr/local/apa > che_1.3.12/libexec/auth_ldap.so: symbol ldap_enable_cache: referenced > symbol not > found > > I have installed openldap-1.2.11 and am not sure how to get aropund the > ldap_enable_cache error. > > Any help/ideas gladly received! > > Cheers > > Paul > -- > > > |