Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 28 Oct 2018 15:52:46 -0700
From:      Steve Kargl <sgk@troutmask.apl.washington.edu>
To:        Graham Perrin <grahamperrin@gmail.com>
Cc:        FreeBSD Current <freebsd-current@freebsd.org>
Subject:   Re: Waterfox: shared object "libicui18n.so.62" not found, required by "libxul.so"
Message-ID:  <20181028225246.GA31798@troutmask.apl.washington.edu>
In-Reply-To: <5f99c2a6-7626-7457-65e1-bbca99fc343b@gmail.com>
References:  <5f99c2a6-7626-7457-65e1-bbca99fc343b@gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sun, Oct 28, 2018 at 10:33:31PM +0000, Graham Perrin wrote:
> $ waterfox
> XPCOMGlueLoad error for file /usr/local/lib/waterfox/libxul.so:
> Shared object "libicui18n.so.62" not found, required by "libxul.so"
> Couldn't load XPCOM.
> $ date ; uname -v
> Sun 28 Oct 2018 22:31:00 GMT
> FreeBSD 13.0-CURRENT r339737 GENERIC-NODEBUG
> $
> 
> ----
> 
> Is there any easy-ish way to work around this?
> 

ls /usr/local/lib/libicui*
vi /etc/libmap.conf
libicui18n.so.62 libicui18n.so.XXX

where XXX is the number found from the ls command.

-- 
Steve



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