[Date Prev][Date Next] [Chronological] [Thread] [Top]

Re: openldap on Linux/alpha (ITS#295)



Ben Collins wrote:
> 
> On Sat, Sep 18, 1999 at 03:10:35AM +0000, Kurt@OpenLDAP.org wrote:
> > At 03:03 AM 9/18/99 GMT, jeffgus@zimage.com wrote:
> > >> I believe this is caused by using an incompatible version of
> > >> BerkeleyDB.  OpenLDAP requires BerkeleyDB 2.7.5 or later
> > >> (available from http://www.sleepycat.com/).
> > >>
> > >
> > >     Hmmm.  I'll try it.  I'm using RH6.0 and OpenLDAP works fine on
> > >the Intel version.  It's only when I tried to run it on the Alpha did I
> > >have this problem.  I assumed the db versions would be the same since I'm
> > >running RH6.0 on both Intel and Alpha.
> >
> > Or they might just fail in different ways...  If 2.7.5 (or later)
> > should work.  If not, we'll have to dig a little.
> 
> More than likely, both of these systems are using the db2 included with glibc
> 2.1.x. But the problem is that db2 can also be installed with the glibc ones.
> Can you just check the ldd output on both slapd's and send those?

And grep for DB_VERSION_STRING in any <db.h> in your include path...