> > Date: Thu, 12 Sep 1996 11:19:55 -0400 > > From: "Brian C. White" <[EMAIL PROTECTED]> > > > > Apparently, until "ld.so" is configured "libc5" won't install, and if > > "libc5" insn't configured then perl breaks. After which nothing will > > install. > > Am I right in assuming that this is an upgrade from 0.93 to 1.1 ? > I can't think of another reason that libc5 would not be installed.
No. This was a recent upgarde of a few packages in unstable on a right-up-to-date system. As I understand it, what happened was approximately this... dpkg --install .../ldso* .../libc5* .../<other packages> the results were unpack ldso unpack libc5 (error "perl: cannot find libdl.so.1") unpack <others> (error "perl: cannot find libdl.so.1" occasionally) Apperently it never configured ldso before proceeding to the remaining packages. Configuring ldso and libc5 and then installing everything again was successful. (Note that this is from memory and so may not be entirely accurate.) Brian ( [EMAIL PROTECTED] ) ------------------------------------------------------------------------------- In theory, theory and practice are the same. In practice, they're not.