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

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



jeffgus@zimage.com wrote:
> 
> On Sat, 18 Sep 1999, Kurt D. Zeilenga wrote:
> 
> > Apply this patch and let me know if things improve...
> >
> > http://www.openldap.org/devel/cvsweb.cgi/libraries/libldbm/ldbm.c.diff?r1=1.3.2.3.2.8&r2=1.3.2.3.2.9
> >
> >
> 
>         I tried that originally.  I just tried it again with the LDFLAG
> stuff and still no go.
> 
>                                 ...Jeff

Only thing I can suggest is to use ldd to verify that slapd is linked against
the appropriate dynamic library.  You might even add a call db_version()
to verify you got the right stuff.

	fprintf(stderr, "db.h:\t%s\n-ldb:\t%s\n",
		DB_VERSION_STRING, db_version(NULL,NULL,NULL) );

Kurt