Not *quite* sure if this is a buglet or not...figured I'd run it by you guys first before I file a big report on it.
Tracking unstable/woody (mostly unstable ;) ) I get the following when attempting to install courier-imap: ------------------- # apt-get install courier-imap Reading Package Lists... Done Building Dependency Tree... Done Some packages could not be installed. This may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of Incoming. Since you only requested a single operation it is extremely likely that the package is simply not installable and a bug report against that package should be filed. The following information may help to resolve the situation: Sorry, but the following packages have unmet dependencies: courier-imap: Depends: libssl095a but it is not installable E: Sorry, broken packages ------------------- A little poking involving libssl produces this: ------------------- # apt-get -s install libssl Reading Package Lists... Done Building Dependency Tree... Done Package libssl has no available version, but exists in the database. This typically means that the package was mentioned in a dependency and never uploaded, has been obsoleted or is not available with the contents of sources.list However the following packages replace it: libssl096 libssl09 # apt-get install libssl096 Reading Package Lists... Done Building Dependency Tree... Done Sorry, libssl096 is already the newest version. 0 packages upgraded, 0 newly installed, 0 to remove and 10 not upgraded. # dpkg -s libssl096 Package: libssl096 Status: install ok installed Priority: optional Section: non-us/main Installed-Size: 1012 Maintainer: Christoph Martin <[EMAIL PROTECTED]> Source: openssl Version: 0.9.6-1 Replaces: libssl, libssl09 Depends: libc6 (>= 2.1.2) Conflicts: ssleay (<< 0.9.2b), libssl Description: SSL shared libraries This package contains Eric Young's ([EMAIL PROTECTED]) implementation of SSL and supporting libraries. . It's the base for SSLtelnet, SSLftp and Apache-SSL. # apt-get install libssl09 Reading Package Lists... Done Building Dependency Tree... Done Sorry, libssl09 is already the newest version. 0 packages upgraded, 0 newly installed, 0 to remove and 10 not upgraded. # dpkg -s libssl09 Package: libssl09 Status: install ok installed Priority: optional Section: non-us/main Installed-Size: 865 Maintainer: Christoph Martin <[EMAIL PROTECTED]> Source: openssl Version: 0.9.4-5 Replaces: libssl Depends: libc6 (>= 2.1.2) Conflicts: ssleay (<< 0.9.2b), libssl Description: SSL shared libraries This package contains Eric Young's ([EMAIL PROTECTED]) implementation of SSL and supporting libraries. . It's the base for SSLtelnet, SSLftp and Apache-SSL. ------------------- Any ideas? -b3