* drew@phg.mc.vanderbilt.edu (Drew Raines): [...] > If I run the server with debugging output, any attempts to connect to it > from the Solaris client result in no activity. It seems like it is a > configuration problem in /etc/ldap.conf, but I've set all the > host/port/uri options. The solution to this problem was to look at the linking of the PADL /lib/nss_ldap.so.1 binary. It turns out that when compiling the module, the configure script couldn't find the BerkeleyDB lib. Since it didn't yell at me, I didn't have any clue. Upon inspection of an `ldd /lib/nss_ldap.so.1`, the problem was apparent. I reconfigured, compiled, copied the new binary over, and, voila. Part of the problem was that I installed the Companion CD's Berkeley lib, which installed to /opt/sfw/lib. configure then couldn't find the library because of the non-standard path. I think it should have complained, though. -- Drew _______________________________________________ sunmanagers mailing list sunmanagers@sunmanagers.org http://www.sunmanagers.org/mailman/listinfo/sunmanagersReceived on Tue Nov 6 13:28:15 2001
This archive was generated by hypermail 2.1.8 : Thu Mar 03 2016 - 06:42:27 EST