11 messages in net.sourceforge.lists.courier-usersRe: [courier-users] CourierIMAP + Ope...
FromSent OnAttachments
Laurence BrockmanSep 26, 2000 2:16 pm 
Mike JacksonSep 27, 2000 12:21 am 
Laurence BrockmanSep 27, 2000 2:16 am 
Anand BuddhdevSep 27, 2000 3:40 am 
Laurence BrockmanSep 27, 2000 4:12 am 
Laurence BrockmanSep 27, 2000 4:15 am 
Mike JacksonSep 27, 2000 6:05 am 
Michael S. FischerSep 27, 2000 9:15 am 
Hiroki TanikawaSep 27, 2000 7:53 pm 
Laurence BrockmanSep 28, 2000 7:16 am 
Laurence BrockmanSep 29, 2000 8:53 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:Re: [courier-users] CourierIMAP + OpenLDAP on Solaris 2.6Actions...
From:Anand Buddhdev (ar@anand.org)
Date:Sep 27, 2000 3:40:03 am
List:net.sourceforge.lists.courier-users

On Wed, Sep 27, 2000 at 03:16:41AM -0600, Laurence Brockman wrote:

Already tried that (And tried it again). I've got (Run from Courier-IMAP-1.0 directory_:

CPPFLAGS="-I/usr/local/include" --> Location of LDAP headers LDFLAGS="-L/usr/local/lib" -> Location of LDAP library export CPPFLAGS LDFLAGS ./configure --with-authldap --with-waitfunc=wait3 --without-authpam make

There are no errors, but none of the LDAP authentication stuff is compiled

Try changing your LDFLAGS to:

LDFLAGS="-L/usr/local/lib -lldap"