-
-
Notifications
You must be signed in to change notification settings - Fork 346
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update from 6.5.2 from 6.5.1 in Linux Mint 22 fails - libmozsqlite3.so not found #3635
Comments
If you run waterfox 6.5.1 and do the update to 6.5.2 from the menu, it uses the old updater program from 6.5.1 which doesn't have the fix.
|
+1 same issue, I can confirm alan-wint's experience. Same error, same fix, with the possible differences being that my instance is on Manjaro and the browsers location is under /opt/waterfox. |
Duplicate of #3610 |
same issue , reproducible. |
Just a note that the update to 6.5.2 hasn't actually happened yet, what's happened is the 6.5.1 update binary is missing a run path, so when it tries to update, it of course fails. Set the rpath as an env var to work around the issue. |
Would be nice if this is pinned temporarily for users to easily find it |
What happened?
After updating to 6.5.2 from 6.5.1 I got
/home/user/apps/waterfox/updater: error while loading shared libraries: libmozsqlite3.so: cannot open shared object file: No such file or directory
It was solved by running
cd /home/user/apps/waterfox LD_LIBRARY_PATH=. ./waterfox
Probably related to #3610
Reproducible?
Version
G6
What platform are you seeing the problem on?
Linux
Relevant log output
The text was updated successfully, but these errors were encountered: