linux - OpenLDAP Installation - Build Configure for LDIF -
i want build openldap on linux, aix, , sun solaris. require openldap utilize in regression tests on these machines. purpose need ldif. want avoid potential licensing problems , expenses related oracle berkeley db.
i have downloaded ftp tar file openldap-2.4.40.tgz linux machine. ran, tar -zxvf openldap-2.4.40.tgz cd openldap-2.4.40
to configure source ready build, ./configure --enable-ldif=yes
the log ended in;
... checking gethostbyaddr_r... yes checking number of arguments of ctime_r... 2 checking number of arguments of gethostbyname_r... 6 checking number of arguments of gethostbyaddr_r... 8 checking db.h usability... no checking db.h presence... no checking db.h... no configure: error: bdb/hdb: berkeleydb not available
can openldap built ldif, or @ to the lowest degree not depended on oracle berkeley db? how?
there no enable-ldif alternative anymore. ldif format default. disable berkeleydb
./configure --enable-bdb=no --enable-hdb=no create depend create install
for purposes found --prefix alternative useful.
so far have been able build on linux, solaris, , aix.
but on aix build static libraries. question.
linux openldap ldif
No comments:
Post a Comment