ghostery / user-agent-desktop

Ghostery Desktop Browser
Mozilla Public License 2.0
120 stars 17 forks source link

Unable to open nightly build: `updater: libmozsqlite3.so: No such file or directory` #692

Open Chirunos opened 4 months ago

Chirunos commented 4 months ago

Formally installing the browser as per wiki instructions did not provide different results.

OS: openSUSE Leap 15.5 x86_64 Kernel: Linux 5.14.21-150500.55.65-default

Full output when opening the browser:

/home/lt/Ghostery/updater: error while loading shared libraries: libmozsqlite3.so: cannot open shared object file: No such file or directory

Full ls -l output (observe libmozsqlite3.so is present):

total 227800
-rw-r--r-- 1 lt users      1354 May 30 14:07 active-update.xml
-rw-r--r-- 1 lt users       747 May 22 07:43 application.ini
drwxr-xr-x 1 lt users        42 May 22 07:52 browser
drwxr-xr-x 1 lt users         8 May 22 07:52 defaults
-rw-r--r-- 1 lt users       189 May 22 07:52 dependentlibs.list
drwxr-xr-x 1 lt users        46 May 22 07:52 fonts
-rwxr-xr-x 1 lt users    807424 May 22 07:52 Ghostery
-rwxr-xr-x 1 lt users    807424 May 22 07:52 Ghostery-bin
-rwxr-xr-x 1 lt users     20880 May 22 07:52 glxtest
drwxr-xr-x 1 lt users         6 May 22 07:52 gmp-clearkey
drwxr-xr-x 1 lt users        22 May 22 07:52 icons
-rwxr-xr-x 1 lt users   1088280 May 22 07:52 libfreeblpriv3.so
-rwxr-xr-x 1 lt users  10543776 May 22 07:52 libgkcodecs.so
-rwxr-xr-x 1 lt users   1090008 May 22 07:52 libipcclientcerts.so
-rwxr-xr-x 1 lt users    256888 May 22 07:52 liblgpllibs.so
-rwxr-xr-x 1 lt users   4315656 May 22 07:52 libmozavcodec.so
-rwxr-xr-x 1 lt users    654584 May 22 07:52 libmozavutil.so
-rwxr-xr-x 1 lt users      4408 May 22 07:52 libmozgtk.so
-rwxr-xr-x 1 lt users    325824 May 22 07:52 libmozsandbox.so
-rwxr-xr-x 1 lt users   1354384 May 22 07:52 libmozsqlite3.so
-rwxr-xr-x 1 lt users     10968 May 22 07:52 libmozwayland.so
-rwxr-xr-x 1 lt users    228656 May 22 07:52 libnspr4.so
-rwxr-xr-x 1 lt users    735728 May 22 07:52 libnss3.so
-rwxr-xr-x 1 lt users   1177344 May 22 07:52 libnssckbi.so
-rwxr-xr-x 1 lt users    177656 May 22 07:52 libnssutil3.so
-rwxr-xr-x 1 lt users     16992 May 22 07:52 libplc4.so
-rwxr-xr-x 1 lt users     12544 May 22 07:52 libplds4.so
-rwxr-xr-x 1 lt users    180472 May 22 07:52 libsmime3.so
-rwxr-xr-x 1 lt users    352768 May 22 07:52 libsoftokn3.so
-rwxr-xr-x 1 lt users    449000 May 22 07:52 libssl3.so
-rwxr-xr-x 1 lt users 175028880 May 22 07:52 libxul.so
-rw-r--r-- 1 lt users  32489927 May 22 07:52 omni.ja
-rwxr-xr-x 1 lt users    902280 May 22 07:52 pingsender
-rw-r--r-- 1 lt users       102 May 22 07:52 platform.ini
-rw-r--r-- 1 lt users      1799 May 22 07:52 precomplete
-rw-r--r-- 1 lt users         0 May 22 07:52 removed-files
-rwxr-xr-x 1 lt users    111248 May 22 07:52 updater
-rw-r--r-- 1 lt users       672 May 22 07:52 updater.ini
drwxr-xr-x 1 lt users        24 May 29 23:12 updates
-rw-r--r-- 1 lt users       133 May 22 07:52 update-settings.ini
-rw-r--r-- 1 lt users      5215 May 29 23:13 updates.xml
-rwxr-xr-x 1 lt users     18616 May 22 07:52 vaapitest
mauro-balades commented 2 months ago

+1

Chirunos commented 2 months ago

The issue is slightly different on openSUSE Leap 15.6 (recently released stable version): it opens normally after changing the channel pref but isn't updated even after going to 🍔>Help>About. Manually running updater results in the same error message above.

Installing Firefox 115.13.0esr from my system repositories or Firefox's official 126.0 deb (so that any system libraries that Ghostery possibly dynamically links against can be found) and copying libmozsqlite3.so from the same version's tarball didn't help either.

I'm not sure if I correctly understand what the 'nightly build' described in the README is: is it Ghostery Browser based on Firefox Nightly source or is it a pre-release (f.e. 2024-07-23, 2024-07-23) of Ghostery Browser... or both?

screen29