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

Re: Openldap in Solaris 8.



<quote who="Gabriel E. GaitXn L.">
>
> Hi all,
>
> I'm trying to install Openldap 2.0.23 in Solaris 8 SPARC box ..
> The configure is ok .. the make depend too, but the make command
> fail ... Anyone can help me?? I followed this instructions ...
> http://www.openldap.org/doc/admin/install.html
>

do you need cyrus or sasl support? if not, disable them.
these are the options i use for configure on solaris 7:

		--enable-debug --enable-syslog --enable-proctitle \
		--enable-cache --enable-referrals  \
		--enable-local --with-readline  \
		--with-threads --enable-slapd --enable-cleartext \
		--enable-crypt --enable-passwd \
		--enable-multimaster --enable-phonetic
--enable-rlookups \
		--enable-wrappers --enable-dynamic --disable-dnssrv \
		--enable-ldap --enable-ldbm --enable-shell
--enable-sql \
		--enable-slurpd --enable-shared --with-tls \
		--prefix=/usr/local/openldap


if you do need them you'll probably need cyrus dev
files installed. cyrus is an IMAP/POP/NNTP server. I use it
on most of my servers, but do not need LDAP support with
cyrus.

nate