Solaris 8...
I've installed OpenLdap, and configure works fine.. this is a snippet of it: checking for lber.h... yes checking for ldap.h... yes checking for sasl_encode in -lsasl... no checking for DH_new in -lcrypto... no checking for SSL_new in -lssl... no checking for ber_init in -llber... yes checking for ldap_initialize in -lldap_r... yes But when I do a make, I get a fatal error in the LDAP module.. /usr/ccs/bin/ld -G -h rlm_ldap.so.0 -o .libs/rlm_ldap.so.0.0.0 rlm_ldap.lo -llber -lldap_r -lnsl -lresolv -lsocket -lrt -lpthread -lrt -lc ld: fatal: library -llber: not found ld: fatal: library -lldap_r: not found ld: fatal: File processing errors. No output written to .libs/rlm_ldap.so.0.0.0 make[6]: *** [rlm_ldap.la] Error 1 Why is it not able to find those libraries? It says in the configure that it sees them fine, right? The only odd thing I've done (perhaps odd?) is that when I installed OpenLDAP, I did a ./configure --enable-slapd=no, since I didn't really need the daemon and I didn't want to install a DBLM backend. Help appreciated... Jeff - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
