From owner-freebsd-current@freebsd.org Thu Oct 25 16:47:58 2018 Return-Path: Delivered-To: freebsd-current@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 213F4107FABD for ; Thu, 25 Oct 2018 16:47:58 +0000 (UTC) (envelope-from bwidawsk@freebsd.org) Received: from smtp.freebsd.org (smtp.freebsd.org [96.47.72.83]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "smtp.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id CA0E48E351; Thu, 25 Oct 2018 16:47:57 +0000 (UTC) (envelope-from bwidawsk@freebsd.org) Received: from smtp.freebsd.org (unknown [134.134.139.92]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) (Authenticated sender: bwidawsk) by smtp.freebsd.org (Postfix) with ESMTPSA id 3B88A15C79; Thu, 25 Oct 2018 16:47:57 +0000 (UTC) (envelope-from bwidawsk@freebsd.org) Date: Thu, 25 Oct 2018 09:47:55 -0700 From: Ben Widawsky To: "Pieper, Jeffrey E" Cc: Kurt Jaeger , Per Gunnarsson , freebsd-current Subject: Re: pkg problem on FreeBSD 13.0-CURRENT Message-ID: <20181025164755.uypkous3cat3hmf6@smtp.freebsd.org> References: <67b03ad1-9b9c-5b5c-f6b6-3bbc716daf55@yahoo.com> <20181025125732.GG28382@home.opsec.eu> <8352d047-f75f-50f9-e322-443401a7b16f@freebsd.org> <20181025161545.GH28382@home.opsec.eu> <52EFEA27-9BF1-47D5-BDFF-2B5E86F15018@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <52EFEA27-9BF1-47D5-BDFF-2B5E86F15018@intel.com> User-Agent: NeoMutt/20180716-415-c1edc0 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 25 Oct 2018 16:47:58 -0000 You'll need to update base first, and ideally update all your packages before make delete-old and make delete-old-libs On 18-10-25 16:29:59, Pieper, Jeffrey E wrote: > I'm seeing: > > Installing pkg-1.10.5_5... > Extracting pkg-1.10.5_5: 100% > ld-elf.so.1: Shared object "libssl.so.9" not found, required by "pkg" > > Thanks, > Jeff > > On 10/25/18, 9:18 AM, "owner-freebsd-current@freebsd.org on behalf of Kurt Jaeger" wrote: > > Hi! > > > On 10/25/18 5:19 PM, Sean Bruno wrote: > > > pkg-static install -f pkg > > > > It works better now, but there are some complaints. > > If it's only the certificate issue, try this: > > cd /usr/local/etc > cp pkg.conf.sample pkg.conf > vi pkg.conf > ------------- > PKG_ENV : { > SSL_NO_VERIFY_PEER: 1 > } > ------------- > > -- > pi@FreeBSD.org +49 171 3101372 2 years to go ! > _______________________________________________ > freebsd-current@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/freebsd-current > To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org" > > > _______________________________________________ > freebsd-current@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/freebsd-current > To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org"