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:Laurence Brockman (L.Br@videon.ca)
Date:Sep 27, 2000 4:12:07 am
List:net.sourceforge.lists.courier-users

That's just it. There is no compile error. It works... It just ignores the --with-authldap it seems. It goes and compiles the other authentication libraries and not the ldap one. I could paste it for you if you like but there's no error to see. I will post the ./configure though (Which may be of some use).

Relavent portions are below.

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

[laurence@cypher authlib]$ ./configure --with-authldap --with-waitfunc=wait3 --without-authpam --without-authshadow --without-authpasswd --without-authmysql

...

checking whether -lsocket is needed for socket... yes checking for ldap.h... yes checking for lber.h... yes checking for syslog.h... yes checking for ber_scanf in -llber... yes checking for ldap_open in -lldap... no <-- does this mean that it's not finding the checking for ldap_search_st... no ldap library, or just that ldap_open isn't checking for shadow.h... yes a function in the library?

...

I can then go on and compile with make and everything seems happy. There is no mention of ldap or authldap in the output from make... It just seems to ignore it. ldap libraries are stored in /usr/local/lib and header files are in /usr/local/include.

Thanks, Laurence

-----Original Message----- From: Mike Jackson [mailto:jack@ssh.com] Sent: Wednesday, September 27, 2000 1:21 AM To: cour@lists.sourceforge.net Subject: Re: [courier-users] CourierIMAP + OpenLDAP on Solaris 2.6

On Wed, 27 Sep 2000, you wrote:

any other binaries (LDAP will be running on another server). When I specifically try to compile authldap I get an error (I figure that it's actually supposed to be compile into the auth library, but I've tried to force that too and just can't seem to get it to work). I've tried issuing the gcc command myself and also hacking the Makefile after running configure in the authlib directory.

Any ideas or pointers would be lovely.

A pasted copy of the exact compile error you are getting would also be lovely :-)