[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
Re: RE24 (2.4.15) slapd consuming large amounts of CPU
Russell Jackson wrote:
> # pkg_info | grep openldap
> openldap-sasl-client-2.4.15_1 Open source LDAP client implementation with SASL2 support
> openldap-sasl-server-2.4.15 Open source LDAP server implementation
>
> # ldd /usr/local/libexec/slapd | grep libdb
> libdb-4.6.so.0 => /usr/local/lib/libdb-4.6.so.0 (0x800abd000)
It seems you're using pre-built binaries. Are you?
Are you sure Berkeley-DB was built with all the relevant patches?
Take note of the links (number of patches) on this page and grab the
patches relevant for your version of BDB:
http://www.oracle.com/technology/software/products/berkeley-db/db/index.html
Ciao, Michael.