Hi Darryl, "Darryl L. Pierce" wrote: > > I have installed Debian 2.2-r2 on my workstation at the office. I also > installed > the NIS package, since our network uses NIS and I want to share the resources > on > my machine with my co-workers. > > The problem that I'm hitting is that, when I try to log into the machine as > any > user other than root, the machine complains about not having GLIBC_2.2, and > the > login fails. root has no problems, though. > > It's my understanding that 2.2-r2 is GLIBC_2.1, not 2.2. How do I fix this? > Any > help is appreciated. > I'm running stable on my laptop using NIS to log into a Red Hat 7.1 server. The first thing I'd try is upgrading to 2.2-r3. As root enter the commands:
#apt-get update #apt-get dist-upgrade I bet that does the trick. Alternatively you could download the .deb for libc6 and use dpkg to install it. I'd stay away from doing this though because you could break your system. just for completeness here's the info on the libc6 that I'm running: $apt-cache show libc6 Package: libc6 Priority: required Section: base Installed-Size: 9568 Maintainer: Ben Collins <[EMAIL PROTECTED]> Architecture: i386 Source: glibc Version: 2.1.3-18 Replaces: timezone, timezones, libc6-dev (<< 2.0.110-1), libc6-bin, locales (<< 2.1.3-5), gconv-modules Provides: gconv-modules Pre-Depends: ldso (>= 1.9.11-2.1) Recommends: locales Suggests: glibc-doc Conflicts: libc5 (<< 5.4.33-7), libpthread0 (<< 0.7-10), timezone, timezones, li bwcsmbs, libc6-doc, libtricks, apt (<< 0.3.0), libglib1.2 (<< 1.2.1-2), libc6-bi n, gconv-modules Filename: dists/potato/main/binary-i386/base/libc6_2.1.3-18.deb Size: 1900744 MD5sum: 475e89be25ea793a65b8377bef9d2218 Description: GNU C Library: Shared libraries and Timezone data Contains the standard libraries that are used by nearly all programs on the system. This package includes shared versions of the standard C library and the standard math library, as well as many others. Timezone data is also included. installed-size: 5505 source: glibc hth, Andy