From owner-freebsd-questions@freebsd.org Tue Nov 3 07:16:33 2015 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 390C2A24929 for ; Tue, 3 Nov 2015 07:16:33 +0000 (UTC) (envelope-from gibblertron@gmail.com) Received: from mail-lf0-x236.google.com (mail-lf0-x236.google.com [IPv6:2a00:1450:4010:c07::236]) (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 B8CA61A3B for ; Tue, 3 Nov 2015 07:16:32 +0000 (UTC) (envelope-from gibblertron@gmail.com) Received: by lffz202 with SMTP id z202so7470698lff.3 for ; Mon, 02 Nov 2015 23:16:31 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=d+EeC1vB0thxeKgTN0fTmGWYjXMAvgQ2SIE04rEJ6y8=; b=u+3pmxtR8AewaU5itEegRdHNHxRqlVc5bGEnTaIT7wh8I9gSx5xLCIqlGfTTW2xiRX mlxZqMpMqM/Z2JOYVlNbKAuD+nZ1pn/xLS51wrXgrq9wnsOc6dQQX+sTMmRb+N5k6MQY OTu7YtRz1AS6UiWAiJBeprJOc0B6YcFZUKOs67Ggxs27lWiUvFk8NLi/6aCwFTeXKkTh 1SeMxAsrXGn82jpDoh7TrAw5RVHVkT0aeBPtiaDx7Z1Uj2Log5gAvHu9dkGJPY9StF6s pTau7aSoEJGrJ7Uv2tMPN136FriyEOQU5heHkLIC+GfEGaPKqrNTCfolh51idVV/e/Ad ZYEA== MIME-Version: 1.0 X-Received: by 10.25.139.68 with SMTP id n65mr3171098lfd.81.1446534990945; Mon, 02 Nov 2015 23:16:30 -0800 (PST) Received: by 10.25.164.15 with HTTP; Mon, 2 Nov 2015 23:16:30 -0800 (PST) Date: Mon, 2 Nov 2015 23:16:30 -0800 Message-ID: Subject: /usr/sbin/pkg broken after 10.1 to 10.2 upgrade From: Patrick Gibson To: FreeBSD Questions Mailing List Content-Type: text/plain; charset=UTF-8 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 Nov 2015 07:16:33 -0000 After doing what I believed to be a problem free update from 10.1 to 10.2, I get the following error when running pkg: $ pkg Shared object "libucl.so.1" not found, required by "pkg" I could only find one other person who had this issue (https://forums.freebsd.org/threads/pkg-broken-after-ugrading-freebsd-from-10-1-to-10-2.52817/), and one commenter stated that if libucl.so.1 is not found in /usr/lib/private, the system it seriously broken and a reinstall from scratch is recommended. Is there a tarball distribution of base software I could extract to achieve this? (Running /usr/local/sbin/pkg works fine.) Thanks, Patrick