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