Peter Oram writes:
authdaemond problem with ldap I have installed courier-authlib-0.61.0 onto my Solaris 10 server, which is configured with OpenLDAP and Sun's Directory Server.Aug 11 15:24:30 hades authdaemond: [ID 702911 mail.info] ld.so.1: authdaemond: fatal: relocation error: file /usr/local/lib/courier-authlib/libauthldap.so: symbol ldap_initialize: referenced symbol not foundWhy?
The module wasn't built properly. You probably have OpenLDAP installed in some non-standard directory that's not searched by default, by the runtime loader.
Try putting a -R option into LDFLAGS, when running configure, ./configure [options] LDFLAGS="-R /directory/path/to/openldap/libraries"
pgpUatzmnOags.pgp
Description: PGP signature
------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________ courier-users mailing list [email protected] Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users
