Page 18 of 18

Re: Arctic Fox

Posted: Sat Mar 21, 2026 9:18 pm
by xeno74
Hypex wrote: Sat Mar 21, 2026 3:20 pm Then I got it to run this way but it's missing an ICU.

Code: Select all

amigaone@ubuntu:~/Apps/arcticfox$ '/home/amigaone/Apps/arcticfox/arcticfox-bin' XPCOMGlueLoad error for file /home/amigaone/Apps/arcticfox/libxul.so:
libicui18n.so.73: cannot open shared object file: No such file or directory
Couldn't load XPCOM.
This is from the Mate Remix.
You need the icu version 73 on Ubuntu 17.04.

Download: icu73_ubuntu_1604.tar.gz

Installation instructions:

Code: Select all

sudo cp libicui18n.so.73 /usr/lib/powerpc-linux-gnu/
sudo cp libicudata.so.73 /usr/lib/powerpc-linux-gnu/
sudo cp libicuuc.so.73 /usr/lib/powerpc-linux-gnu/

Re: Arctic Fox

Posted: Sun Mar 22, 2026 6:11 pm
by Hypex
xeno74 wrote: Sat Mar 21, 2026 9:18 pm You need the icu version 73 on Ubuntu 17.04.
Great. It works. Thanks!

The file missing error is somewhat misleading. Since it's obvious the binary was there. Reminds me of confusing messages OS4 gives when it can't find a SO library.

Re: Arctic Fox

Posted: Mon Mar 23, 2026 4:02 am
by xeno74
Hypex wrote: Sun Mar 22, 2026 6:11 pm Great. It works. Thanks!
Fantastic! :-)