[CentOS] openldap package compilation flags?

Johnny Hughes johnny at centos.org
Wed Jul 16 22:30:24 UTC 2008


tblader wrote:
> Hello All.
> How do I find out what flags were used to compile
> the Centos openldap-2.3.27-8.el5_2.4 rpm package?
> I'm specifically wondering if it was compiled with
> --enable-lmpasswd
> 
> Thanks!
> 
If you download the SRPM and install it, then you can look at the spec file.

Server is built like this:

         --enable-plugins \
         --enable-slapd \
         --enable-slurpd \
         --enable-multimaster \
         --enable-bdb \
         --enable-hdb \
         --enable-ldap \
         --enable-ldbm \
         --with-ldbm-api=%{ldbm_backend} \
         --enable-meta \
         --enable-monitor \
         --enable-null \
         --enable-shell \
         --enable-sql=mod \
         --disable-perl \
         --disable-shared \
         --disable-dynamic \
         --enable-static \
         --with-kerberos=k5only

Client like this:

        --disable-slapd \
         --disable-slurpd \
         --enable-shared \
         --enable-dynamic \
         --enable-static \
         --without-kerberos \
         --with-pic



-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 251 bytes
Desc: OpenPGP digital signature
URL: <http://lists.centos.org/pipermail/centos/attachments/20080716/f41463cd/attachment.sig>


More information about the CentOS mailing list