[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
Building ldap with back-sql
Hello,
I'm a newbie at this so take it easy if I am asking a stupid question.
configuration:
SunOS release 5.6
openladp-2.0.11
OOB 1.0.0.25
I am trying to install back-sql and followed this posted response:
http://www.openldap.org/lists/openldap-software/200103/msg00701.html
4. Compile / Install OpenLDAP
$ export
LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/local/easysoft/lib:/usr/local/easysoft
/oob/client:/usr/local/easysoft/unixODBC/lib
$ CFLAGS="-I/usr/local/easysoft/unixODBC/include -I/usr/local/include"
LDFLAGS=-L/usr/local/easysoft/unixODBC/lib ./configure --enable-sql
$ make depends
> $ make
> $ make install
>
>
> I got to the step 4 --> ./configure --enable-sql
> and this resulted in:
>
> ...
> [stuff deleted]
> ...
checking for db... no
configure: warning: could not find suitable LDBM backend
configure: error: select appropriate LDBM options or disable
> One solution that was mentioned was to
> "Okay, now you need a database, such as Sleeplycat's db-2.7.7. Get it and
> build it, then point your configure script to it.
> http://www.openldap.org/lists/openldap-bugs/200004/msg00069.html "
>
But as I mentioned, my intention was to use back-sql thus skipping the DB
aspect.
> How do I get around this error?
>
> Thanks,
>
> - Vic