From owner-freebsd-questions@freebsd.org Fri Apr 15 12:29:21 2016 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0EC3AADA24B for ; Fri, 15 Apr 2016 12:29:21 +0000 (UTC) (envelope-from odhiambo@gmail.com) Received: from mail-wm0-x22e.google.com (mail-wm0-x22e.google.com [IPv6:2a00:1450:400c:c09::22e]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id A543D10CC; Fri, 15 Apr 2016 12:29:20 +0000 (UTC) (envelope-from odhiambo@gmail.com) Received: by mail-wm0-x22e.google.com with SMTP id u206so30013778wme.1; Fri, 15 Apr 2016 05:29:20 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=OuynnwEC1Ey8vz2DbunZvAWGvSntQYyIZXES7WQOV5U=; b=uCXKLlVUz01g0xSG4PRgKPITggfS1BjF2RyOd61J9NUVR6t1GO7F3xsAOgrb9pWvsa /GKm7sLzFpJdVvsR7AQO2unWdOKOylbwPppffyXsJ5CIL8ZMV/P+iw30Tm3jc1zZU98c w7UAV+zhPsrRC3zMT5GAsAtE3/6SKWsSgRRwReDWrXVRM0yxl6Olv0qiG8fSE6LDN9Se 6lg6fS3PkLh1j+VMUtu9G+N2WZQw3lm+kcdppAcAm7X8WL74qXbqOMg2NTw04EY/eSIY gFNF2NyNI0qYHV8dhNs6PsEajIJQUAR+523X1OyJ5EWVx1j6Ywof5P0DbN5m2dpNdE/H RkzQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=OuynnwEC1Ey8vz2DbunZvAWGvSntQYyIZXES7WQOV5U=; b=Ous1b9Revng8W25mV2Qshpk/sI/Sv7PhXLBFgXMXhIyjFSOdXtbHwJnR3c2vDQAyNb DfgRfHKuU9zay7bI5Uo5H4oTqqRWjaCyZn+xg8k6Zvm8iFIVKkFR3eAAm3mVNbio38Ul 31WIz0vrryWDYRadFWeOxtYWsate26lANPXaS3yZIcnW3tjZVz+OC9U84edmBjNl/h5e moAqtvlHnNaXyTN75aYQ7w0Jq12s7vyhwJ8kIZMJr6FquybqkMKlAEZeVO8Hoc7xSkfd Cy5ImFyAaJ2Iq+lz+PYf8A16+1hQu/fAPtKTnmTLNQ83HB0zoPrmC9RMmv5qKhLDbTFc NUiQ== X-Gm-Message-State: AOPr4FUEBdXu+Le00aGdcfxUHmZpsnZKuKHTiVENkybOC2m7MlpeaPKlyZT7iWmT2UtOqjtKYFRaer1omXUdow== X-Received: by 10.28.73.66 with SMTP id w63mr4345106wma.53.1460723359283; Fri, 15 Apr 2016 05:29:19 -0700 (PDT) MIME-Version: 1.0 Received: by 10.194.103.233 with HTTP; Fri, 15 Apr 2016 05:28:39 -0700 (PDT) In-Reply-To: <47955a01-7a20-05bb-670c-63c2dc2a7b9c@freebsd.org> References: <47955a01-7a20-05bb-670c-63c2dc2a7b9c@freebsd.org> From: Odhiambo Washington Date: Fri, 15 Apr 2016 15:28:39 +0300 Message-ID: Subject: Re: Getting rid of old-libs after upgrade from 8.x -> 9.x To: Matthew Seaman Cc: User Questions Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.21 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 15 Apr 2016 12:29:21 -0000 On 15 April 2016 at 15:01, Matthew Seaman wrote: > On 04/15/16 12:46, Odhiambo Washington wrote: > > Hi guys, > > > > How do I ensure that the Kerberos / krb5 libraries available on my system > > are up to date ??? > > I need to ensure ALL old libraries are updated. Do I have to do > portupgrade > > -a to achieve that? It's scary on a production box! > > Are you using Kerberos from ports, or from the base system? > > If the former, then as part of the major version update, you should be > reinstalling all of your ports anyhow. > > If the latter, then the step in the upgrade which deletes old 8.x shlibs > will have you covered. (That's 'make delete-old-libs' if compiling the > OS from source, or the final invocation of freebsd-update if you used > that method.) > > Cheers, > > Matthew > Hello Matthew, To be honest, I am unable to tell whether it's from the base system or the ports. How do I differentiate? I'd rather clean everything to do with the ports and use the one in the base system. I updated from source using the guidelines from https://people.freebsd.org/~rse/upgrade/freebsd-upgrade-8x-9x.txt. and yes, I did the 'make delete-old-libs' but problem still abound. How do I get rid of all instances of krb5 and gssapi and rely on base system ones, if that sounds like a sane question? -- Best regards, Odhiambo WASHINGTON, Nairobi,KE +254 7 3200 0004/+254 7 2274 3223 "Oh, the cruft."