[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
repeated warning
I discovered this in my logs:
May 17 13:09:22 hp3com2 slapd[5325]: ldbm: ==> set_cachesize: method meaningless in shared environment
May 17 13:09:31 hp3com2 slapd[5325]: ldbm: ==> set_cachesize: method meaningless in shared environment
May 17 13:09:32 hp3com2 above message repeats 103 times
May 17 13:09:32 hp3com2 slapd[5325]: ldbm: ==> set_cachesize: method meaningless in shared environment
May 17 13:14:50 hp3com2 slapd[5325]: ldbm: ==> set_cachesize: method meaningless in shared environment
May 17 13:14:51 hp3com2 above message repeats 3231 times
May 17 13:14:51 hp3com2 slapd[5325]: ldbm: ==> set_cachesize: method meaningless in shared environment
....
The config is BerkeleyDB 3.2.9, OpenLDAP 2.0.8, HP-UX 11
openldap config:
./configure --without-cyrus-sasl --enable-kpasswd --without-threads
I could remove the set_cachesize in libraries/libldbm/ldbm.c, but I'm supposing
maybe it should be removed based on a configuration setting. Does anyone know
what conditional that should be?
Thanks.