We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
download WiredTiger from here
$ ./configure --prefix=/usr/local/wiredtiger $ make # make install # echo '/usr/local/wiredtiger/lib/' > /etc/ld.so.conf.d/wt.conf # ldconfig
$ git clone git@github.com:osstech-jp/openldap.git $ cd openldap $ ./configure --prefix=/usr/local/openldap --enable-wt PKG_CONFIG_PATH=/usr/local/wiredtiger/lib/pkgconfig/ $ make $ make install STRIP=""
database wt ~~