Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 12 Apr 2019 17:59:20 +0200
From:      Kurt Jaeger <pi@freebsd.org>
To:        bob prohaska <fbsd@www.zefox.net>
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>
In-Reply-To: <20190412153257.GA88171@www.zefox.net>
References:  <20190412153257.GA88171@www.zefox.net>

next in thread | previous in thread | raw e-mail | index | archive | help
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 !



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20190412155920.GJ72200>