Package: maildrop Version: 2.0.2-11 Severity: grave Maildrop on Etch (at least on AMD64) is unable to run, because installation does not pull in a necessary dependency, namely courier-authlib. Example:
----cut here--- [EMAIL PROTECTED]:~# apt-get install maildrop Reading package lists... Done Building dependency tree... Done The following NEW packages will be installed: maildrop 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. Need to get 364kB of archives. After unpacking 1044kB of additional disk space will be used. Get:1 http://ftp.hu.debian.org etch/main maildrop 2.0.2-11 [364kB] Fetched 364kB in 0s (3462kB/s) Selecting previously deselected package maildrop. (Reading database ... 26657 files and directories currently installed.) Unpacking maildrop (from .../maildrop_2.0.2-11_amd64.deb) ... Setting up maildrop (2.0.2-11) ... [EMAIL PROTECTED]:~# maildrop maildrop: error while loading shared libraries: libcourierauth.so.0: cannot open shared object file: No such file or directory [EMAIL PROTECTED]:~# ldd `which maildrop` libgdbm.so.3 => /usr/lib/libgdbm.so.3 (0x00002ac1cec39000) libcourierauth.so.0 => not found libcrypt.so.1 => /lib/libcrypt.so.1 (0x00002ac1ced43000) libpcre.so.3 => /usr/lib/libpcre.so.3 (0x00002ac1cee77000) libstdc++.so.6 => /usr/lib/libstdc++.so.6 (0x00002ac1cef9d000) libm.so.6 => /lib/libm.so.6 (0x00002ac1cf19b000) libgcc_s.so.1 => /lib/libgcc_s.so.1 (0x00002ac1cf31d000) libc.so.6 => /lib/libc.so.6 (0x00002ac1cf42b000) /lib64/ld-linux-x86-64.so.2 (0x0000555555554000) [EMAIL PROTECTED]:~# dpkg -s maildrop Package: maildrop Status: install ok installed Priority: optional Section: mail Installed-Size: 1020 Maintainer: Josip Rodin <[EMAIL PROTECTED]> Architecture: amd64 Version: 2.0.2-11 Depends: exim4 | mail-transport-agent, libc6 (>= 2.3.5-1), libgcc1 (>= 1:4.1.1-12), libgdbm3, libpcre3 (>= 4.5), libstdc++6 (>= 4.1.1-12) Conflicts: suidmanager (<< 0.50) Conffiles: /etc/maildroprc f97d85cda57fe701561547a20de9a827 Description: mail delivery agent with filtering abilities maildrop is a replacement for your local mail delivery agent. maildrop reads a mail message from standard input, then delivers the message to your mailbox. maildrop knows how to deliver mail to mbox-style mailboxes, and maildirs (a mail storing format introduced by Qmail). . maildrop can optionally read instructions from a file on how to filter incoming mail, and, based upon the instructions, deliver mail to alternate mailboxes, or forward it to somewhere else, like procmail. Unlike procmail, maildrop uses a structured filtering language that's a bit easier on the eyes. [EMAIL PROTECTED]:~# ----cut here---- Regards, Gábor