From owner-freebsd-ports@freebsd.org Fri Apr 12 15:59:19 2019 Return-Path: Delivered-To: freebsd-ports@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 B5829158022E for ; Fri, 12 Apr 2019 15:59:19 +0000 (UTC) (envelope-from pi@freebsd.org) Received: from home.opsec.eu (home.opsec.eu [IPv6:2001:14f8:200::1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4B4238129D for ; Fri, 12 Apr 2019 15:59:19 +0000 (UTC) (envelope-from pi@freebsd.org) Received: from pi by home.opsec.eu with local (Exim 4.92 (FreeBSD)) (envelope-from ) id 1hEyaG-000AE5-2T; Fri, 12 Apr 2019 17:59:20 +0200 Date: Fri, 12 Apr 2019 17:59:20 +0200 From: Kurt Jaeger To: bob prohaska Cc: freebsd-ports@freebsd.org Subject: Re: "libicuuc.so.61" not found, required by "libephymisc.so" on RPi2 Message-ID: <20190412155920.GJ72200@home.opsec.eu> References: <20190412153257.GA88171@www.zefox.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20190412153257.GA88171@www.zefox.net> X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Apr 2019 15:59:19 -0000 Hi! > Can anybody tell me how to fix an error reported by www/epiphany on an RPi2, > "libicuuc.so.61" not found, required by "libephymisc.so" with the system > at 11.2-STABLE #2 r345473 and ports at 498696 ? > > Both epiphany and icu are up to date, there was no deliberate deletion > of old libraries but apparently it happened anyway. > > Thank for reading, and any guidance! Try this messy workaround: cd /usr/local/lib ls -l libicuuc* Then symlink the available libicuuc.so.NN to the requested: ln -s libicuuc.so.NN libicuuc.so.61 -- pi@opsec.eu +49 171 3101372 One year to go !