Package: inn2 Version: 2.4.2-3 Severity: normal Tags: patch When trying to use ckpasswd with the "-d" option you get "invalid option -- d" errors. This is due to a bug in the configure script not including gdbm-compat as a library. This can easily be fixed by applying the following patch:
--- configure 2006-07-31 16:43:37.797769029 +0200 +++ configure-patched 2006-07-31 16:43:18.422742811 +0200 @@ -7741,7 +7741,7 @@ cat conftest.$ac_ext >&5 fi rm -f conftest* -test "$ac_cv_search_dbm_open" = "no" && for i in ndbm dbm; do +test "$ac_cv_search_dbm_open" = "no" && for i in gdbm_compat ndbm dbm; do LIBS="-l$i $ac_func_search_save_LIBS" cat > conftest.$ac_ext <<EOF #line 7748 "configure" Cheers Nicki -- System Information: Debian Release: 3.1 Architecture: i386 (i686) Kernel: Linux 2.6.17.6 Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8) Versions of packages inn2 depends on: ii cron 3.0pl1-86 management of regular background p ii debconf [debco 1.4.30.13 Debian configuration management sy ii exim [mail-tra 3.36-16 An MTA (Mail Transport Agent) ii inn2-inews 2.4.2-3 NNTP client news injector, from In ii libc6 2.3.2.ds1-22sarge3 GNU C Library: Shared libraries an ii libdb4.3 4.3.27-2 Berkeley v4.3 Database Libraries [ ii libperl5.8 5.8.4-8sarge4 Shared Perl library ii perl 5.8.4-8sarge4 Larry Wall's Practical Extraction ii perl-base [per 5.8.4-8sarge4 The Pathologically Eclectic Rubbis ii procps 1:3.2.3-0.backports.org.1 The /proc file system utilities ii time 1.7-21 The GNU time program for measuring -- debconf information: inn2/preinst-upgrade1: false inn2/postinst-cannot-start: inn2/preinst-upgrade-largefiles: false
--- configure 2006-07-31 16:43:37.797769029 +0200 +++ configure-patched 2006-07-31 16:43:18.422742811 +0200 @@ -7741,7 +7741,7 @@ cat conftest.$ac_ext >&5 fi rm -f conftest* -test "$ac_cv_search_dbm_open" = "no" && for i in ndbm dbm; do +test "$ac_cv_search_dbm_open" = "no" && for i in gdbm_compat ndbm dbm; do LIBS="-l$i $ac_func_search_save_LIBS" cat > conftest.$ac_ext <<EOF #line 7748 "configure"