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:Mike Jackson (jack@ssh.com)
Date:Sep 27, 2000 6:05:56 am
List:net.sourceforge.lists.courier-users

On Wed, 27 Sep 2000, you wrote:

Sorry to be such a pain and spamming the list, but I've been working on this for a couple days straight and no luck.

No problem. We all have those days :-)

When I do that I get:

checking whether make sets ${MAKE}... (cached) yes checking for working aclocal... missing checking for working autoconf... missing checking for working automake... missing checking for working autoheader... missing checking for working makeinfo... missing checking for gawk... (cached) nawk checking for gcc... (cached) /usr/local/bin/gcc checking whether the C compiler (/usr/local/bin/gcc -L/usr/local/lib -lldap) works... no configure: error: installation or configuration problem: C compiler cannot create executables. [laurence@cypher authlib]$

There is your problem. Configure can't find aclocal, autoconf, autoheader or makeinfo. Download autoconf and automake from sunfreeware.com and make symbolic links to /usr/bin or someplace that is in your path while you are compiling. If you get further errors, post them and let's take it from there.

Also, I had a similar problem after I had originally installed openldap, then I also installed iplanet directory server for testing purposes running on a different port... Iplanet replaced the ldap libraries with files of the same name in the same location, but different sizes and functions. I recompiled openldap, then the courier compile went fine.

Hope this helps.

Mike