From owner-freebsd-stable@freebsd.org Wed Oct 19 08:38:37 2016 Return-Path: Delivered-To: freebsd-stable@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 34EB4C18C09 for ; Wed, 19 Oct 2016 08:38:37 +0000 (UTC) (envelope-from 000.fbsd@quip.cz) Received: from mailman.ysv.freebsd.org (unknown [127.0.1.3]) by mx1.freebsd.org (Postfix) with ESMTP id 20084180 for ; Wed, 19 Oct 2016 08:38:37 +0000 (UTC) (envelope-from 000.fbsd@quip.cz) Received: by mailman.ysv.freebsd.org (Postfix) id 1CA6CC18C08; Wed, 19 Oct 2016 08:38:37 +0000 (UTC) Delivered-To: stable@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 1AA25C18C07 for ; Wed, 19 Oct 2016 08:38:37 +0000 (UTC) (envelope-from 000.fbsd@quip.cz) Received: from elsa.codelab.cz (elsa.codelab.cz [94.124.105.4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id CF24117F for ; Wed, 19 Oct 2016 08:38:36 +0000 (UTC) (envelope-from 000.fbsd@quip.cz) Received: from elsa.codelab.cz (localhost [127.0.0.1]) by elsa.codelab.cz (Postfix) with ESMTP id F16FF28412; Wed, 19 Oct 2016 10:38:26 +0200 (CEST) Received: from illbsd.quip.test (ip-86-49-16-209.net.upcbroadband.cz [86.49.16.209]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by elsa.codelab.cz (Postfix) with ESMTPSA id 1CCB228411; Wed, 19 Oct 2016 10:38:26 +0200 (CEST) Subject: Re: 11.0 Install Question To: Jonathan Haack , Christopher Hall Cc: stable@FreeBSD.org References: <53CC5785-5ABC-4235-9E3B-ECF6A9E0A74B@mac.com> <20161019144953.34e63e30@gmail.com> From: Miroslav Lachman <000.fbsd@quip.cz> Message-ID: <58073101.2000203@quip.cz> Date: Wed, 19 Oct 2016 10:38:25 +0200 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:42.0) Gecko/20100101 Firefox/42.0 SeaMonkey/2.39 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Oct 2016 08:38:37 -0000 Jonathan Haack wrote on 2016/10/19 10:09: > Awe geez ... pkg won't work ... says "shared object "libssl.so.7" not found, required by "pkg" Do not panic, just run pkg-static to upgrade pkg it-self /usr/local/sbin/pkg-static install -f pkg Miroslav Lachman