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



Attachment: signature.asc
Description: OpenPGP digital signature

_______________________________________________
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos

Reply via email to