I found a different file to build BerkeleyDB and built it successfully:
/usr/ports/databases/p5-BerkeleyDB
Then I rebuilt OpenLDAP from here:
/usr/ports/net/openldap23-server
Following the OpenLDAP tutorial, I edited slapd.conf and created an
example.ldif file. Then I ran:
ldapadd -x -D "cn=admin,
On 9/8/06, Ted Johnson <[EMAIL PROTECTED]> wrote:
Hi;
I tried to install OpenLDAP, but it needs Berkeley-DB and complained that the
version installed was incompatible. I tried compiling it without Berkeley
(using GNU instead) but it wouldn't. I tried installing Berkeley DB without
Java (for s
Hi;
I tried to install OpenLDAP, but it needs Berkeley-DB and complained that the
version installed was incompatible. I tried compiling it without Berkeley
(using GNU instead) but it wouldn't. I tried installing Berkeley DB without
Java (for simplicity's sake), but that didn't work. I tried mov