From owner-freebsd-stable Mon Sep 20 2:48:34 1999 Delivered-To: freebsd-stable@freebsd.org Received: from ady.warpnet.ro (ady.warpnet.ro [194.102.224.1]) by hub.freebsd.org (Postfix) with ESMTP id 682A414C57 for ; Mon, 20 Sep 1999 02:48:26 -0700 (PDT) (envelope-from ady@freebsd.ady.ro) Received: from localhost (ady@localhost) by ady.warpnet.ro (8.9.3/8.9.3) with ESMTP id MAA18044; Mon, 20 Sep 1999 12:52:15 +0300 (EEST) (envelope-from ady@freebsd.ady.ro) Date: Mon, 20 Sep 1999 12:52:15 +0300 (EEST) From: Adrian Penisoara X-Sender: ady@ady.warpnet.ro To: Steven Honson Cc: freebsd-stable@FreeBSD.ORG Subject: Re: 3.3-R: passwd dependencies In-Reply-To: <3.0.5.32.19990920190849.007dd8a0@blackhole.ths.tased.edu.au> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, On Mon, 20 Sep 1999, Steven Honson wrote: > Ive just got a CD off a friend that was burnt off the ISO, how can i tell > if i have a faulty(passwd broken) version without installing it. > -Steven Just mount the CD, extract "passwd" from the bin distributib with smth. like this: $ cd /tmp $ cat /cdrom/bin/bin.?? | tar xvfz - usr/bin/passwd Then check the liraries it's been linked with: $ ldd usr/bin/passwd and if you get libkrb inside the output then you're affected. Hope it helps, Ady (@freebsd.ady.ro) > > At 02:52 PM 9/19/99 -0700, you wrote: > > The kerberos dependencies were an error on Jordan's part during the > >cutting of the release that lasted all of 9 hours, then was subsequently > >fixed. If you're still having trouble, download a new copy and reinstall. > >If not, congratulations. :) > > > >Good luck, > > > >Doug > > > >Adam Szilveszter wrote: > >> > >> On Sun, 19 Sep 1999, Mark Murray wrote: > >> > >> > > /usr/bin/passwd from bin packages of 3.3-RELEASE wants libraries: > >> > > libkadm.so.3 > >> > > libkrb.so.3 > >> > > libdes.so.3 > >> > > > >> > > Is it correct? ;( > >> > > >> > Only if you have set you system to compile with Kerberos. > >> > > >> > Alternatively, you may have blindly selected _everything_ for > >> > an install. This includes kerberos. > >> Hi! > >> > >> I'm afraid I will have to beg to differ on this one... I installed > >> 3.3-RELEASE with the option 'all' today and I got asked if I wanted > >> Kerberos... I chose no. BTW I did not experience the error... To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message