Hi Marc, Sorry for my many questions, perhaps we can make a WikI Page how to compile dbmail from source? I will try it like you from svn . I have downloaded svn-head to /usr/src :
======================================================== debian:/usr/src/dbmail_snapshot# debian/rules binary mkdir stamps test -d debian/patched || install -d debian/patched dpatch apply-all dpatch cat-all >>patch-stampT mv -f patch-stampT patch-stamp autoreconf -i Putting files in AC_CONFIG_AUX_DIR, `buildtools'. automake: configure.in: installing `buildtools/install-sh' automake: configure.in: installing `buildtools/mkinstalldirs' automake: configure.in: installing `buildtools/missing' Makefile.am:104: invalid unused variable name: `AM_LDFLAGS' modules/Makefile.am:28: invalid unused variable name: `AM_LDFLAGS' autoreconf: automake failed with exit status: 1 make: *** [stamps/configure] Fehler 1 debian:/usr/src/dbmail_snapshot# ======================================================== Looks like i have a too old autoconf. Installed autoconf 1.9 now i had this errors: ======================================================== debian:/usr/src/dbmail_snapshot# debian/rules binary autoreconf -i aclocal: configure.in: 37: macro `AM_ENABLE_SHARED' not found in library aclocal: configure.in: 38: macro `AM_ENABLE_STATIC' not found in library autoreconf: aclocal failed with exit status: 1 make: *** [stamps/configure] Fehler 1 debian:/usr/src/dbmail_snapshot# ======================================================== Hmmm... Digging Can you tell me what I do wrong? Thanks, Jochen
