[Date Prev][Date Next] [Chronological] [Thread] [Top]

Re: Install failure on AIX of openldap-2.1.30



On Thursday, June 3, 2004, at 12:41 PM, Bennett, Tony - CNF wrote:
I just downloaded, configured, made, and installed 2.1.30.

It appears that libtool is not correctly building
executables, on AIX 5.1. 
...

./configure --with-cyrus-sasl  \
            --enable-bdb       \
            --with-kerberos

If shared libraries aren't essential for some reason, I would --disable-shared --enable-static

I actually do this for all platforms, but particularly on AIX
that's going to avoid an extra set of problems that I have
no interest in resolving.  It may also be interesting, if you're
more interested in it, to edit link commands from your log and
re-issue them.  Remove the usual duplicate liblber.a, for
example, or any parameter that seems gratuitous or whose
purpose is not obvious.

For what it's worth, I also --disable-ipv6, and I suppose you
know that --with-kerberos isn't needed for GSSAPI-Kerberos
SASL authentication.

	Donn Cave, donn@u.washington.edu