Hi, I'm compiling Samba 2.2.3a on Solaris 8. I run ./configure --with-ldapsam option and the script bombs out with the message "configure: error: summary failure. Aborting config". If I run it without that option it completes just fine.
I tailed the config.log and found: configure:13019: gcc -o conftest -O -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c -lldap -llber -lresolv -lsec -lgen -lsocket -lnsl -ldl 1>&5 ld: fatal: library -llber: not found ld: fatal: File processing errors. No output written to conftest collect2: ld returned 1 exit status configure: failed program was: #line 13015 "configure" #include "confdefs.h" #include "./tests/summary.c" The library lber.h is in /usr/include along with ldap.h. It appers to find one but not the other. I don't know why this is so. Or even if this is the root of the error. Any suggestions??? Sean
