bug-autoconf
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RH7.2, line 3473: $BERKELEY_DB_DIR is referenced while value "yes"


From: Vilius Puidokas
Subject: RH7.2, line 3473: $BERKELEY_DB_DIR is referenced while value "yes"
Date: Mon, 6 May 2002 15:22:14 -0400 (EDT)

RH7.2 comes with db3-3.2.9-4 installed (db3-devel-3.2.9-4) under
/usr/include/db3. What's up with that requirement of having Berkeley db
under /usr/local/BerkeleyDB?
--with-berkeleydb seems to not behave too.. 

had to hardcode /usr/include/ instead of $BERKELEY_DB_DIR which is 
"yes" at this point:

3473c3473
<                 if test -d "/usr/include/$v" ; then
---
>                 if test -d "$BERKELEY_DB_DIR/$v" ; then


+ test -d /usr/local/BerkeleyDB.4.0
+ test -d /usr/BerkeleyDB.4.0
+ test xyes = xyes
+ test -d yes/include/db4
+ test -d yes/include/db3
+ test -d yes/include/db2
+ test -d yes/include/db
+ test x = x
+ test -d yes/db4
+ test -d yes/db3
+ test -d yes/db2
+ test -d yes/db
+ test x = x
+ echo 'configure:3487: error: Cannot find BerkeleyDB'
+ echo 'configure: error: Cannot find BerkeleyDB'
configure: error: Cannot find BerkeleyDB







reply via email to

[Prev in Thread] Current Thread [Next in Thread]