15 messages in net.sourceforge.lists.courier-usersRe: [courier-users] Problem with the ...
FromSent OnAttachments
Pablo SabatinoSep 20, 2000 1:47 pm 
Pablo SabatinoSep 20, 2000 2:27 pm 
Mike JacksonSep 21, 2000 4:53 am 
Pablo SabatinoSep 21, 2000 1:58 pm 
Chad Leigh, Shire.Net LLCSep 21, 2000 2:54 pm 
Pablo SabatinoSep 21, 2000 4:19 pm 
Mike JacksonSep 22, 2000 12:24 am 
John HorneSep 22, 2000 3:58 am 
Mike JacksonSep 22, 2000 5:02 am 
John HorneSep 22, 2000 5:34 am 
Mike JacksonSep 25, 2000 3:24 am 
Mike JacksonSep 25, 2000 7:54 am 
Scott BiskerSep 25, 2000 11:53 am 
Mike JacksonSep 25, 2000 8:45 pm 
Pablo SabatinoSep 28, 2000 7:11 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] Problem with the AuthLdap instalation.Actions...
From:Chad Leigh, Shire.Net LLC (ch@shire.net)
Date:Sep 21, 2000 2:54:08 pm
List:net.sourceforge.lists.courier-users

Hi

I had this exact same problem on FreeBSD4. What I did to solve it was to totally delete my courier-imap directory and unpack it again from the tarball and start from scratch with a new configure statement so that nothing is left over from previous attempts.

On FreeBSD under tcsh I used

% env CPPFLAGS="-I/usr/local/include" LDFLAGS="-L/usr/local/lib" ./configure [options]

I included --with-authldap in my options to make sure.

that fixed it Chad

--On Thursday, September 21, 2000 11:59 PM +0300 Pablo Sabatino <pab@elsitio.net> wrote:

Hello Sam. I'd readed the http://www.inter7.com/courierimap/FAQ.html#libs and the http://openldap.org documentation.

I'd intaled the OpenLdap, Version "OpenLdap-1.2.10" Before that I'd configure the $./configure [options] CPPFLAGS="-I/usr/local/include" and the LDFLAGS="-L/usr/local/lib"

I'd configure the CPPFLAGS="-I/usr/local/include" and the LDFLAGS="-L/usr/local/lib" too, before the ./configure [options] del courier-imap-1.0.

looking the configure, the result was this

checking for ldap.h... (cached) yes checking for lber.h... (cached) yes checking for syslog.h... (cached) yes checking for ber_scanf in -llber... (cached) yes checking for ldap_open in -lldap... (cached) no checking for ldap_search_st... (cached) no checking for shadow.h... (cached) yes checking for getspent in -lshadow... (cached) no checking for getspent... (cached) yes

bash-2.03# ./authinfo AUTHENTICATION_MODULES="" SASL_AUTHENTICATION_MODULES="LOGIN"

The LDAP module isn't instaled.

What I'm doing wrong?

How can i resolve it?

Pablo Sabatino.

Sam Varshavchik wrote:

On Thu, 21 Sep 2000, Pablo Sabatino wrote:

Hi, Sam. I'd compiled courier-1 on Solaris 7 machine using gcc. I'd used LDAP authentication. I'd installed Openldap 1.2 in the system but when y exectuted "authlid " the machine show me no ldap installed. So the "authldap" module isn't installed.

I tryed to add LDADD=/usr/local/lib but the problem persist.

How can i resolve it?

See http://www.inter7.com/courierimap/FAQ.html#libs