Dear All I encountered some problem while i tried to configure Dovecot with LDAP. configuration directory: /usr/local/src/dovecot-1.0.beta8 configure command: ./configure CPPFLAGS=-I/usr/local/include LDFLAGS=-L/usr/local/lib --with-ldap /usr/local/include# ls -F lber.h lber_types.h ldap.h ldap_cdefs.h ldap_features.h ldap_schema.h ldap_utf8.h openssl/ slapi-plugin.h /usr/local/lib# ls *.a libcrypto.a liblber.a libldap.a libldap_r.a libssl.a My configure output: Install prefix ...................... : /usr/local File offsets ........................ : 64bit I/O loop method ..................... : poll File change notification method ..... : dnotify Building with SSL support ........... : no Building with IPv6 support .......... : yes Building with pop3 server ........... : yes Building with GSSAPI support ........ : no Building with user database modules . : static prefetch passwd passwd-file checkpassword (modules) Building with password lookup modules : passwd passwd-file shadow pam checkpassword (modules) Building with SQL drivers ............: It does not seem to have LDAP configured. Did i miss out something on the configure options? or is there any PATH that i need to specify? Hope to hear from you soon! Thanking in advance. Joshua -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://dovecot.org/pipermail/dovecot/attachments/20060626/ce18444a/attachment-0002.html>
On Jun 26, 2006, at 11:42 AM, hpmysql wrote:> configure command: > ./configure CPPFLAGS=-I/usr/local/include LDFLAGS=-L/usr/local/lib > --with-ldapI don't think that works? The way I always do it is: CPPFLAGS=... LDFLAGS=... ./configure --with-ldap If that doesn't help check config.log for the exact error messages. -------------- next part -------------- A non-text attachment was scrubbed... Name: PGP.sig Type: application/pgp-signature Size: 186 bytes Desc: This is a digitally signed message part URL: <http://dovecot.org/pipermail/dovecot/attachments/20060626/237b4047/attachment.bin>