

![]() | Start a set with this search |
![]() | Include this search in one of my sets |
![]() | Exclude this search from one of my sets |
![]() | Permalink to these results Paste this link in email or IM: |
| Atom feed for tracking future search results Paste this URL into your reader: |
11 messages in net.sourceforge.lists.courier-usersRE: [courier-users] CourierIMAP + Ope...| From | Sent On | Attachments |
|---|---|---|
| Laurence Brockman | Sep 26, 2000 2:16 pm | |
| Mike Jackson | Sep 27, 2000 12:21 am | |
| Laurence Brockman | Sep 27, 2000 2:16 am | |
| Anand Buddhdev | Sep 27, 2000 3:40 am | |
| Laurence Brockman | Sep 27, 2000 4:12 am | |
| Laurence Brockman | Sep 27, 2000 4:15 am | |
| Mike Jackson | Sep 27, 2000 6:05 am | |
| Michael S. Fischer | Sep 27, 2000 9:15 am | |
| Hiroki Tanikawa | Sep 27, 2000 7:53 pm | |
| Laurence Brockman | Sep 28, 2000 7:16 am | |
| Laurence Brockman | Sep 29, 2000 8:53 am |

![]() | Permalink for this message Paste this link in email or IM: |
![]() | Permalink for this thread 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.6 | Actions... |
|---|---|---|
| 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
-- Laurence Brockman Unix Administrator Videon Cablesystems Alberta Inc 10450-178 St. Edmonton, AB T5S 1S2 l.br...@videon.ca (780) 486-6527
-----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 :-)
Mike
_______________________________________________ courier-users mailing list cour...@lists.sourceforge.net http://lists.sourceforge.net/mailman/listinfo/courier-users







