[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
Re: ./configure error on solaris 7
<quote who="Kushal Lala">
> Hi:
>
> Whenever i try to run ./configure it gives the error:
>
> configure: warning: could not find suitable LDBM backend
> configure: error: select appropriate LDBM options or disable
install db4 (www.sleepycat.com) and/or GDBM
(metalab.unc.edu/pub/gnu/gdbm)
i usually install db4 to /usr/local/db
then i have to set
C_INCLUDE_PATH="/usr/local/db/include"
and
LIBRARY_PATH="/usr/local/db/lib"
before configure detects db4. i did this last night and
it worked good on solaris 7
nate