OpenLDAP Faq-O-Matic : OpenLDAP Software FAQ : Installation : Why did 'cd tests; make test' fail? : Did you check master.log for hints? | |
slapd(8) can fail to start for many reasons, such as a bad execution environment. Examine master.log (found in the tests/test-db directory) for hints as why slapd failed to start.
| |
The most common problem is "error while loading shared libraries" because they are not installed on the default runtime linker search path. See the
How do I specify additional compiler include/lib search directories?
for how to resolve this.
| |
In 2.2.11, there is no such directory as tests/test-db and no such file as master.log. The closest thing I've been able to come up with is tests/testrun/slapd.1.log. hippoman@potamuses.net | |
[Append to This Answer] |
Previous: | make test failed with "ldap_bind: Can't contact LDAP server" |
Next: | Do you have enough disk space? |
|