From owner-freebsd-x11@freebsd.org Sun Oct 28 22:31:32 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 9465C10E3B65 for ; Sun, 28 Oct 2018 22:31:32 +0000 (UTC) (envelope-from andy@neu.net) 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 39D0E73537 for ; Sun, 28 Oct 2018 22:31:32 +0000 (UTC) (envelope-from andy@neu.net) Received: by mailman.ysv.freebsd.org (Postfix) id EF34710E3B63; Sun, 28 Oct 2018 22:31:31 +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 DC23410E3B62 for ; Sun, 28 Oct 2018 22:31:31 +0000 (UTC) (envelope-from andy@neu.net) Received: from mail.neu.net (neu.net [104.225.8.138]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "freebsd-11-64", Issuer "freebsd-11-64" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 7BEEC73531; Sun, 28 Oct 2018 22:31:31 +0000 (UTC) (envelope-from andy@neu.net) Received: from neu.net (neu.net [104.225.8.138]) by mail.neu.net (8.15.2/8.15.2) with ESMTPS id w9SMVO4E038034 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Sun, 28 Oct 2018 18:31:25 -0400 (EDT) (envelope-from andy@neu.net) Date: Sun, 28 Oct 2018 18:31:24 -0400 (EDT) From: AN To: Jan Beich cc: x11@FreeBSD.org, se@freebsd.org Subject: Re: startx fails after upgrade to 13-current In-Reply-To: <1s89-vhrx-wny@FreeBSD.org> Message-ID: References: <1s89-vhrx-wny@FreeBSD.org> User-Agent: Alpine 2.21.9999 (BSF 287 2018-06-16) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed X-Spam-Status: No, score=0.0 required=2.9 tests=URIBL_BLOCKED autolearn=unavailable autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on mail.neu.net 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:31:32 -0000 On Sun, 28 Oct 2018, Jan Beich wrote: > 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 > Thanks for that. Ok, now X starts. However the mouse does not work, the vm won't take mouse input.