31
Raspberry Pi / Re: Pi Zero 2W WiFi with piCore 32-bit
« Last post by oso2k on July 05, 2025, 09:43:17 PM »One last log file
Your issue was due to trying to load multiple firefox extensions at the same time.
All of the firefox extensions will attempt to create the link /usr/local/bin/firefox.
Once an extension creates that link, other extensions cannot overwrite it.
So the first firefox extension that gets loaded is the one that will run.
Hi oso2k... I'm using the following packages ...I don't see see these in your list:
regdb.tcz
openssl.tcz
ca-certificates.tcz
Even without changing the Display Resolution. When I try to install FireFox;
I am getting this error:
XPCOMGlueLoad error for file /tmp/tcloop/firefox/usr/local/firefox/libmozgtk.so:/usr/local/lib/libatk-1.0.so.0: undefined symbol: g_once_init_enter_pointer
Couldn't load XPCOM.
$ tce-load -i binutils
flex.tcz: OK
binutils.tcz: OK
$ nm -D /usr/local/lib/libatk-1.0.so.0 | grep g_once_init_enter_pointer
U g_once_init_enter_pointer
$ ls -l /usr/local/lib/libatk-1.0.so.0
lrwxrwxrwx 1 root root 54 Jul 5 10:04 /usr/local/lib/libatk-1.0.so.0 -> /tmp/tcloop/at-spi2-core/usr/local/lib/libatk-1.0.so.0