[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
Re: installation problems (ITS#128)
Sihem Amer-Yahia wrote:
> didi_troy>echo $LDFLAGS
> -L/n/fs052/didi/db-2.7.3/libdb_java
libdb_java? Try LDFLAGS="-L/n/fs052/didi/db-2.7.3/lib"
> ABOUT THE COMMAND LINE :
> didi_troy>./configure --without-threads
>
> ABOUT THE ERROR MESSAGE:
> checking for Berkeley DB2... no
> checking for Berkeley DB library... checking for dbopen... no
> checking for dbopen in -ldb... no
> no
> checking for db_185.h... yes
> checking for Berkeley DB... no
> checking for GDBM library... checking for gdbm_open... no
> checking for gdbm_open in -lgdbm... no
> no
> checking for gdbm.h... yes
> checking for db... no
> configure: warning: skipping automatic checking for NDBM, must be manually enabled.
> configure: warning: could not find suitable LDBM backend
> configure: error: select appropriate LDBM options or disable
You must have 'make depend' using a prior, stale configuration. If you
change your environment, you MUST do a 'make veryclean'
(or 'rm config.cache') before rerunning configure.
Kurt