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

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



> My gdbm files sit in /home/gregor/local/gdbm
> 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?

Don't.

> Would it be possible to add a configure option where I can just add the gdbm
> directory?

env CPPFLAGS="-I/home/gregor/local/gdbm" LDFLAGS="-L/home/gregor/local/gdbm" ./configure

-- 
Hallvard