rmottola / Arctic-Fox

Web Browser for Mac OS X 10.6+, Linux (PowerPC, x86, amd64, ARM, MIPS), NetBSD, OpenBSD, and Windows XP.
Other
289 stars 35 forks source link

Arctic Fox Not Working In Lubuntu 12.04 #74

Closed CrypticScience closed 3 years ago

CrypticScience commented 3 years ago

I have a 2003 PowerMac G4 (FW800, MDD) with 1.25 GB RAM. I installed Arctic Fox on my install of Lubuntu 12.04 PowerPC. I was wondering why Arctic Fox wouldn't start, so I ran the command for Arctic Fox in LXTerminal (/usr/lib/arcticfox/arcticfox %u) and it gave me this error:

XPCOMGlueLoad error for file /usr/lib/arcticfox/libxul.so: libatomic.so.1: cannot open shared object file: No such file or directory

Couldn't load XPCOM.

I kept searching for a download for libatomic for powerpc. I can't find any downloads. I did find installation instructions, but they didn't work.

GDebi said all of the dependencies were satisfied, which confuses me. Can anyone help with this? (NOTE: It doesn't work in regular Ubuntu 12.04 either.)

CrypticScience commented 3 years ago

I fixed it. For all of you wondering how, I fixed it by first adding this ppa: sudo add-apt-repository ppa:ubuntu-toolchain-r/test I was sure to run sudo apt-get update afterwards. Then I installed gcc 4.8 sudo apt-get install gcc-4.8 I ran the following to finish it: sudo apt-get update sudo apt-get upgrade

If that doesn't work for any individuals with this problem, run sudo apt-get install libstdc++6 before running the updates.