Arctic Fox

AmigaOne X1000 platform specific issues related to Linux only.
User avatar
xeno74
Posts: 11123
Joined: Fri Mar 23, 2012 7:58 am
Contact:

Re: Arctic Fox

Post 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/
User avatar
Hypex
Beta Tester
Beta Tester
Posts: 975
Joined: Mon Dec 20, 2010 2:23 pm
Location: Vic. Australia.

Re: Arctic Fox

Post 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.
User avatar
xeno74
Posts: 11123
Joined: Fri Mar 23, 2012 7:58 am
Contact:

Re: Arctic Fox

Post by xeno74 »

Hypex wrote: Sun Mar 22, 2026 6:11 pm Great. It works. Thanks!
Fantastic! :-)
Post Reply