Gentoo Archives: gentoo-user

From: Leandro Melo de Sales <leandroal@×××××.com>
To: gentoo-user@l.g.o
Subject: [gentoo-user] Re: Missing back_ldbm.la file
Date: Sat, 17 Jun 2006 18:27:20
Message-Id: 5bc4c4570606171053o20e2a4eas480a15804474c923@mail.gmail.com
1 My ./configure:
2
3 ./configure --prefix=/usr --host=x86_64-pc-linux-gnu
4 --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share
5 --sysconfdir=/etc --localstatedir=/var/lib --enable-static
6 --enable-shared --libexecdir=/usr/lib64/openldap --enable-slapd
7 --enable-slurpd --enable-ldbm --enable-bdb --with-ldbm-api=berkeley
8 --enable-hdb=mod --enable-passwd=mod --enable-phonetic=mod
9 --enable-dnssrv=mod --enable-ldap --enable-meta=mod
10 --enable-monitor=mod --enable-null=mod --enable-shell=mod
11 --enable-perl=mod --disable-sql --enable-syncprov --enable-crypt
12 --enable-slp --enable-rewrite --enable-rlookups --enable-aci
13 --enable-modules --enable-cleartext --enable-slapi --with-lmpasswd
14 --enable-dyngroup --enable-proxycache --enable-syslog --enable-dynamic
15 --enable-local --enable-proctitle --disable-ipv6 --enable-readline
16 --with-cyrus-sasl --enable-spasswd --enable-wrappers --with-tls
17 --disable-overlays --libdir=/usr/lib64 --build=x86_64-pc-linux-gnu
18
19 2006/6/17, Leandro Melo de Sales <leandroal@×××××.com>:
20 > Hi,
21 >
22 > I configured my openldap and I run slaptest and got this:
23 >
24 > # slaptest -d 10
25 > lt_dlopenext failed: (back_ldbm.la) file not found
26 > slaptest: bad configuration file!
27 >
28 > How can I get back_ldbm.la file? The openldap version is 2.3.24-r1.
29 >
30 > Thank you,
31 >
32 > Leandro.
33 >
34 > --------------
35 >
36 > slapd.conf
37 >
38 > include /etc/openldap/schema/core.schema
39 > include /etc/openldap/schema/cosine.schema
40 > include /etc/openldap/schema/inetorgperson.schema
41 > include /etc/openldap/schema/nis.schema
42 >
43 > password-hash {md5}
44 > pidfile /var/run/openldap/slapd.pid
45 > argsfile /var/run/openldap/slapd.args
46 >
47 > modulepath /usr/lib64/openldap/openldap
48 > moduleload back_ldbm.la
49 >
50 > TLSCertificateFile /etc/ssl/ldap.pem
51 > TLSCertificateKeyFile /etc/openldap/ssl/ldap.pem
52 > TLSCACertificateFile /etc/ssl/ldap.pem
53 >
54 > database ldbm
55 > suffix "dc=my,dc=domain"
56 > directory /var/lib/openldap-ldbm
57 > index objectClass eq
58 > rootdn "cn=Manager,dc=my,dc=domain"
59 > rootpw {MD5}xxxxxxxx
60 >
61
62
63 --
64 Leandro Melo de Sales.
65 Computer Science Student
66 Laboratório de Sistemas Distribuídos - www.lsd.ufcg.edu.br
67 Laboratório de Sistemas Embarcados e Computação Pervasiva -
68 www.embeddedacademy.org
69 Universidade Federal de Campina Grande - UFCG
70 Campina Grande - PB - Brasil
71
72 --
73 gentoo-user@g.o mailing list