[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
Re: Building openldap 2.0.7 with Berkeley DB 2.7.7 on BSDI 4.1
Hi Randy,
I think I have problem in disable the default Berkeley DB of
BSDI 4.1, therefore, the "make test" fail.
I have install Berkeley DB 2.7.7 in /usr/local/Berkeley-2.7.7. I
already add the -I/usr/local/Berkeley-2.7.7/BerkeleyDB/include and
-L/usr/local/Berkeley-2.7.7/BerkeleyDB/lib in configure stage. However,
I think ldap still find the default libdb.a of BSDI 4.1.
May I know how do you build your openldap 2.0.7 with BSDI 4.1 ?
Thank you.
Regards,
CK
On Wed, 11 Apr 2001, Randy Kunkee wrote:
> CK Cheung wrote:
>
> > Hi,
> >
> > I want to build openldap 2.0.7 with Berkeley DB 2.7.7 on
> > BSDI 4.1. I can ./configure, make depend and make successfully.
> > However, when I do "make test", the test halt.
> > Does any one know the problem ?
> > Thank you.
> >
> > ----------------------------------------------------------------------------
> > cd tests; make test
> > ln: ./data: File exists
> > *** Error code 1 (ignored)
> > ln: ./schema: File exists
> > *** Error code 1 (ignored)
> > Initiating LDAP tests for LDBM...
> > >>>>> Executing all LDAP tests...
> > >>>>> Test Directory: .
> > >>>>> Backend: ldbm
> > >>>>> Starting test000-rootdse ...
> > running defines.sh . ldbm
> > Datadir is ./data
> > Cleaning up in ./test-db...
> > Starting slapd on TCP/IP port 9009...
> > Using ldapsearch to retrieve all the entries...
> > ---------------------------------------------------------------------------
> >
> > Regards,
> >
> > CK
>
> Looks fine to me (so far).
>
> Randy
>
>