我需要在MIPS平台上运行OPENLDAP,在交叉编译之后,我得到了slapd
:
slapd: ELF 32-bit MSB executable, MIPS, MIPS64 version 1 (SYSV), dynamically linked (uses shared libs), for GNU/Linux 2.6.0, not stripped
但是,当我在工具模式和调试级别运行slapd
时,
有些事情:
5630387c => bdb_last_id: get failed: DB_BUFFER_SMALL: User memory too small for return value (-30999)
5630387c bdb_db_open: database "dc=zkc,dc=cn": last_id(/usr/local/openldap/var/openldap-data) failed: DB_BUFFER_SMALL: User memory too small for return value (-30999).
5630387c backend_startup_one (type=bdb, suffix="dc=zkc,dc=cn"): bi_db_open failed! (-30999)
slap_startup failed (test would succeed using the -u switch)
如何解决这个问题?