webview_go icon indicating copy to clipboard operation
webview_go copied to clipboard

error running on ubuntu 24.04

Open benitogf opened this issue 2 months ago • 7 comments

I tried running on ubuntu 24.04 and the binary fails to find the libraries

error while loading shared libraries: libwebkit2gtk-4.0.so.37: cannot open shared object file: No such file or directory

think 24.04 uses a different version

root@idx-benito-machine /h/idx# apt install libgtk-3-bin
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
libgtk-3-bin is already the newest version (3.24.41-4ubuntu1).
libgtk-3-bin set to manually installed.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
root@idx-benito-machine /h/idx# apt install libwebkit2gtk-4.1-0
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
libwebkit2gtk-4.1-0 is already the newest version (2.44.0-2).
libwebkit2gtk-4.1-0 set to manually installed.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.

benitogf avatar May 06 '24 03:05 benitogf