1 message in net.sourceforge.lists.courier-maildrop[maildropl] Problems with make in mai...
FromSent OnAttachments
Andres NourianSep 6, 2004 11:08 am 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:[maildropl] Problems with make in maildrop-1.7.0Actions...
From:Andres Nourian (an@nourian.com.ar)
Date:Sep 6, 2004 11:08:45 am
List:net.sourceforge.lists.courier-maildrop

Hi, I have the following problem when I put --enable-maildropldap

export CPPFLAGS="-I/usr/local/xxx/openldap/include" export LDFLAGS="-L/usr/local/xxx/openldap/lib"

/home/andy/maildrop-1.7.0 # ./configure --prefix=/usr/local/xxx/maildrop-1.7.0 --enable-maildirquota --disable-maildropmysql --enable-maildropldap --enable-maildrop-uid=xxx --enable-maildrop-gid=xxx

/home/andy/maildrop-1.7.0 # make

/usr/local/xxx/openldap/lib/libldap.so: undefined reference to `__dn_expand' /usr/local/xxx/openldap/lib/libldap.so: undefined reference to `__res_query' collect2: ld returned 1 exit status make[2]: *** [maildrop] Error 1 make[2]: Leaving directory `/home/andy/maildrop-1.7.0/maildrop' make[1]: *** [all] Error 2 make[1]: Leaving directory `/home/andy/maildrop-1.7.0/maildrop' make: *** [all-recursive] Error 1

Where is the problem? Thanks. Andrés.