"libicuuc.so.61" not found, required by "libephymisc.so" on RPi2

Kurt Jaeger pi at freebsd.org
Fri Apr 12 15:59:19 UTC 2019


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 at opsec.eu            +49 171 3101372                    One year to go !


More information about the freebsd-ports mailing list