--- webalizer-2.01-10-RB25/configure.in 2008-03-31 17:54:46.000000000 +0200 +++ configure.in 2010-05-16 10:38:14.000000000 +0200 @@ -87,7 +87,7 @@ if test "$HAVE_DB" = ""; then AC_CHECK_FUNCS(dbopen) if test $ac_cv_func_dbopen = no; then - AC_SEARCH_LIBS(dbopen, db db1, OPTS="-DUSE_DNS ${OPTS}"; HAVE_DB="yes") + AC_SEARCH_LIBS(__db185_open_4001,db-4.7, OPTS="-DUSE_DNS ${OPTS}"; HAVE_DB="yes") if test "$HAVE_DB" = ""; then AC_MSG_WARN(You must have a V1.85 compatable DB library!) AC_MSG_WARN(DNS lookup code will be disabled...)