<div>Thanks all for the prompt response!<br><br>I guess the sequence should not matter. <br><br>anyway, i removed the CPPFLAGS and LDFLAGS, <br>using only<br><br>./configure --with-ldap<br><br>The configure output:</div><div>
<span class="q"><br>Install prefix ...................... : /usr/local<br>
File offsets ........................ : 64bit<br>I/O loop method ..................... : poll<br>File change notification method ..... : dnotify<br></span></div><div>Building with SSL support ........... : yes (OpenSSL)</div>
<div><span class="q"><br>Building with IPv6 support .......... : yes
<br>Building with pop3 server ........... : yes<br>Building with GSSAPI support ........ : no<br>Building with user database modules . : static prefetch passwd passwd-file checkpassword (modules)<br>Building with password lookup modules : passwd passwd-file shadow pam checkpassword (modules)
<br>Building with SQL drivers ............:<br><br></span></div><div>Relevant Entry for LDAP:<br><br>configure:28972: checking for ldap_init in -lldap<br>configure:29002:
gcc -o conftest -std=gnu99 -g -O2 -Wall -W -Wmissing-prototypes
-Wmissing-declarations -Wpointer-arith -Wchar-subscripts -Wformat=2
-Wbad-function-cast&nbsp;&nbsp; conftest.c -lldap&nbsp;&nbsp; &gt;&amp;5<br>/usr/local/lib/libldap.so: undefined reference to `dlerror'<br>/usr/local/lib/libldap.so: undefined reference to `dlclose'<br>/usr/local/lib/libldap.so: undefined reference to `dlopen'
<br>
/usr/local/lib/libldap.so: undefined reference to `dlsym'<br>collect2: ld returned 1 exit status<br>configure:29008: $? = 1<br><br>ac_cv_lib_ldap_ldap_init=no</div><br><br><div><span class="gmail_quote">On 6/26/06, <b class="gmail_sendername">
Timo Sirainen</b> &lt;<a href="mailto:tss@iki.fi">tss@iki.fi</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">On Jun 26, 2006, at 11:42 AM, hpmysql wrote:
<br><br>&gt; configure command:<br>&gt; ./configure CPPFLAGS=-I/usr/local/include LDFLAGS=-L/usr/local/lib<br>&gt; --with-ldap<br><br>I don't think that works? The way I always do it is:<br><br>CPPFLAGS=... LDFLAGS=... ./configure --with-ldap
<br><br>If that doesn't help check config.log for the exact error messages.<br><br><br><br></blockquote></div><br>