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 -- [email protected] +49 171 3101372 One year to go ! _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "[email protected]"
