Firefox 116 fails to start on Ubuntu 22.04 ARM64 Rpi4 after a snap refresh.
Firefox 116.0-2 was installed but fails to start either from the gui or command line.
I tried:
snap remove firefox
snap install firefox
but the problem remains.
tail /var/log/syslog
shows:
Aug 2 22:26:10 richard-desktop-rpi4 systemd[2029]: Started Application launched by gnome-shell.
Aug 2 22:26:10 richard-desktop-rpi4 systemd[2029]: Started snap.firefox.firefox.1a57032b-692e-4cde-825d-5be33c3c0a6f.scope.
Aug 2 22:26:11 richard-desktop-rpi4 firefox_firefox.desktop[4882]: XPCOMGlueLoad error for file /snap/firefox/2960/usr/lib/firefox/libxul.so:
Aug 2 22:26:11 richard-desktop-rpi4 firefox_firefox.desktop[4882]: /lib/aarch64-linux-gnu/libstdc++.so.6: version `GLIBCXX_3.4.30' not found (required by /snap/firefox/2960/usr/lib/firefox/libxul.so)
Aug 2 22:26:11 richard-desktop-rpi4 firefox_firefox.desktop[4882]: Couldn't load XPCOM.
Aug 2 22:26:11 richard-desktop-rpi4 systemd[2029]: snap.firefox.firefox.1a57032b-692e-4cde-825d-5be33c3c0a6f.scope: Consumed 1.184s CPU time.
And snap info firefox
:
richard@richard-desktop-rpi4:~$ snap info firefox
name: firefox
summary: Mozilla Firefox web browser
publisher: Mozilla✓
store-url: https://snapcraft.io/firefox
contact: https://support.mozilla.org/kb/file-bug-report-or-feature-request-mozilla
license: unset
description: |
Firefox is a powerful, extensible web browser with support for modern web
application technologies.
commands:
- firefox
- firefox.geckodriver
snap-id: 3wdHCAVyZEmYsCMFDE9qt92UV8rC8Wdk
tracking: latest/stable
refresh-date: today at 21:44 NZST
channels:
latest/stable: 116.0-2 2023-08-01 (2960) 233MB -
latest/candidate: 116.0-2 2023-07-29 (2960) 233MB -
latest/beta: 117.0b1-1 2023-08-01 (2965) 235MB -
latest/edge: ↑
esr/stable: 115.1.0esr-1 2023-08-01 (2957) 233MB -
esr/candidate: 115.1.0esr-1 2023-07-29 (2957) 233MB -
esr/beta: ↑
esr/edge: ↑
installed: 116.0-2 (2960) 233MB -
Thanks in advance for any help/info or suggestions.