You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ ./alfis -c alfis.toml
./alfis: error while loading shared libraries: libwebkit2gtk-4.0.so.37: cannot open shared object file: No such file or directory
$ dpkg -l |grep libwebkit
ii libwebkit2gtk-4.1-0:amd64 2.44.3-0ubuntu0.24.04.1 amd64 Web content engine library for GTK
The text was updated successfully, but these errors were encountered:
You have 4.1 installed, instead of 4.0. Just install libwebkit2gtk-4.0-37.
This is a problem on the author's part, as it uses an outdated version of the GTK webkit.
I meant prebuilt (released) alfis.
$ ./alfis -c alfis.toml
./alfis: error while loading shared libraries: libwebkit2gtk-4.0.so.37: cannot open shared object file: No such file or directory
$ dpkg -l |grep libwebkit
ii libwebkit2gtk-4.1-0:amd64 2.44.3-0ubuntu0.24.04.1 amd64 Web content engine library for GTK
The text was updated successfully, but these errors were encountered: