I am working on openldap-2.3.33 and have compiled it on RHEL4 with the following:
--enable-crypt \ --enable-cleartext \ --enable-debug \ --enable-meta=yes \ --enable-monitor=yes \ --enable-relay=yes \ --enable-ldap=yes \ --enable-rewrite=yes \ --enable-overlays=yes
(I have prefix, exec-prefix and BerkleyDB 4.5.20 NC in there also).
My config file uses bdb and I have several of those in there. After all those, I have the monitor database then:
database relay suffix "dc=old,dc=us" relay "dc=new,dc=gpc,dc=edu'
When I start the server up, I get:
Jan 25 19:31:54 mldap slapd[14401]: @(#) $OpenLDAP: slapd 2.3.33 (Jan 25 2007 18 :43:37) $ root@mldap.gpc.edu:/var/lib/ldap/src/openldap-2.3.33/servers/sla pd Jan 25 19:31:54 mldap slapd[14402]: WARNING: No dynamic config support for datab ase relay. Jan 25 19:31:54 mldap slapd[14402]: WARNING: No dynamic config support for overl ay rwm. Jan 25 19:31:54 mldap slapd[14402]: WARNING: The converted cn=config directory is incomplete and may not work. Jan 25 19:31:54 mldap slapd[14402]: slapd starting
Where should I be looking concerning these error messages. I hope the info. I gave is enough, if not, please let me know what else I can include. Thanks!