On Wed, Oct 13, 1999 at 05:53:34PM -0700, aphro wrote: > Is it just me or is there something wrong with t his picture: > > Unpacking replacement libpam0g ... > dpkg: dependency problems prevent configuration of libpam0g: > libpam0g depends on libpam0g-util (>= 0.65-0.9); however: > Package libpam0g-util is not configured yet. > dpkg: error processing libpam0g (--install): > dependency problems - leaving unconfigured > > > Unpacking libpam0g-util (from libpam0g-util_0.65-0.9.deb) ... > dpkg: dependency problems prevent configuration of libpam0g-util: > libpam0g-util depends on libpam0g (>= 0.65-0.9); however: > Package libpam0g is not configured yet. > libpam0g-util depends on libpam0g (>= 0.65-0); however: > Package libpam0g is not configured yet. > dpkg: error processing libpam0g-util (--install): > dependency problems - leaving unconfigured > > > i'm just gonna --force it and hope it works ..ive had problems like this > in the past but i figure i should report it this time. both packages i > *just* downloaded offa debian.org for slink.
Don't, just install both on the same command line: dpkg -i libpam0g-util_0.65-0.9.deb libpam0g_0.65-0.9.deb That will allow dpkg to resolve the deps properly. Ben