From owner-freebsd-x11@freebsd.org Sun Oct 28 22:16:38 2018 Return-Path: Delivered-To: freebsd-x11@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 E10D810E31A6 for ; Sun, 28 Oct 2018 22:16:38 +0000 (UTC) (envelope-from jbeich@freebsd.org) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id 7D52172CF7 for ; Sun, 28 Oct 2018 22:16:38 +0000 (UTC) (envelope-from jbeich@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id 4216C10E31A2; Sun, 28 Oct 2018 22:16:38 +0000 (UTC) Delivered-To: x11@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 3115210E31A1 for ; Sun, 28 Oct 2018 22:16:38 +0000 (UTC) (envelope-from jbeich@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2610:1c1:1:6074::16:84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (Client CN "freefall.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id DF0F672CF5; Sun, 28 Oct 2018 22:16:37 +0000 (UTC) (envelope-from jbeich@freebsd.org) Received: by freefall.freebsd.org (Postfix, from userid 1354) id A4E2CCDC4; Sun, 28 Oct 2018 22:16:37 +0000 (UTC) From: Jan Beich To: AN Cc: x11@FreeBSD.org Subject: Re: startx fails after upgrade to 13-current References: Date: Sun, 28 Oct 2018 23:16:34 +0100 In-Reply-To: (AN's message of "Sun, 28 Oct 2018 18:02:46 -0400 (EDT)") Message-ID: <1s89-vhrx-wny@FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Oct 2018 22:16:39 -0000 AN writes: > Hi: > > After upgrading to 13-current startx fails with: > > ld-elf.so.1: Shared object "libcrypto.so.9" not found, required by "X" > xinit: giving up > xinit: unable to connect to X server: Connection refused > xinit: server error > > Any ideas to fix this? Should I file bug report? Rebuild every OpenSSL consumer installed from ports. See https://svnweb.freebsd.org/changeset/base/339709 Or use the following workaround: $ cat >>/etc/libmap.conf libcrypto.so.9 libcrypto.so.111 libssl.so.9 libssl.so.111