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

Re: gdbm not found in configure (ITS#113)



gregor@mcs.anl.gov wrote:

> Full_Name: Gregor von Laszewski
> Version: 1.2
> OS: Solaris
> URL: ftp://ftp.openldap.org/incoming/
> Submission from: (NULL) (140.221.16.44)
>
> I do not have root priveledges.
>
> My gdbm files sit in /home/gregor/local/gdbm

do this at ldap/

rm -fr config.cache
setenv LDFLAGS "-L/home/gregor/local/gdbm/lib"
setenv CPPFLAGS "-I/home/gregor/local/gdbm/include"
./configure --with-ldbm-api=gdbm
make depend
make

This should do the trick, please let me know if this works for you
so I can update the IT

> My ldap files sit in /home/gregor/local/ldap
>
> How can I modify the configure script in such a way that during autoconfigure
>
> the /home/gregor/local/gdbm directory is searched for the components related to
> ndbm?
>
> Would it be possible to add a configure option where I can just add the gdbm
> directory?
>
> Thanks
>
> Gregor