View previous topic :: View next topic |
Author |
Message |
juliedeville n00b
Joined: 14 Oct 2024 Posts: 34
|
Posted: Sat Oct 19, 2024 8:18 pm Post subject: error while loading shared libraries: libwebkit2gtk-4.0.so.3 |
|
|
I am trying to run Orca Slicer from an AppImage, and I keep getting this error:
Code: | /tmp/.mount_OrcaSlqi0EGV/bin/orca-slicer: error while loading shared libraries: libwebkit2gtk-4.0.so.37: cannot open shared object file: No such file or directory |
I installed webkit, but I am still getting this error. As I understand, AppImages are supposed to contain all dependencies and libraries. This is a commonly reported issue on the Orca github, but they have not implemented a fix yet. My confusion is that it works on Debian on the same machine.
Is there any way around this? |
|
Back to top |
|
|
grknight Retired Dev
Joined: 20 Feb 2015 Posts: 1926
|
Posted: Sat Oct 19, 2024 8:26 pm Post subject: |
|
|
Try installing net-libs/webkit-gtk:4 |
|
Back to top |
|
|
juliedeville n00b
Joined: 14 Oct 2024 Posts: 34
|
Posted: Sun Oct 20, 2024 3:22 pm Post subject: |
|
|
Thank you, that did the trick. Now I am getting this error Code: | /tmp/.mount_OrcaSlKqP4PA/bin/orca-slicer: symbol lookup error: /tmp/.mount_OrcaSlKqP4PA/bin/orca-slicer: undefined symbol: gdk_wayland_window_get_wl_surface |
I am guessing it is another dependency issue; I have dev-libs/wayland-1.23.0 installed. |
|
Back to top |
|
|
Hu Administrator
Joined: 06 Mar 2007 Posts: 22695
|
Posted: Sun Oct 20, 2024 3:48 pm Post subject: |
|
|
What is the output of emerge --pretend --verbose x11-libs/gtk+:3? |
|
Back to top |
|
|
juliedeville n00b
Joined: 14 Oct 2024 Posts: 34
|
Posted: Sun Oct 20, 2024 10:22 pm Post subject: |
|
|
Code: | x11-libs/gtk+-3.24.41-r1::gentoo was built with the following:
USE="X introspection (-aqua) -broadway -cloudproviders -colord -cups -examples -gtk-doc -sysprof -test -vim-syntax -wayland -xinerama" ABI_X86="(64) -32 (-x32)" |
|
|
Back to top |
|
|
Hu Administrator
Joined: 06 Mar 2007 Posts: 22695
|
Posted: Sun Oct 20, 2024 11:38 pm Post subject: |
|
|
Your gtk+:3 was built without Wayland support, so I think it is normal that it is not providing that symbol. Does the AppImage (ick) work if you enable wayland support in gtk+:3? |
|
Back to top |
|
|
juliedeville n00b
Joined: 14 Oct 2024 Posts: 34
|
Posted: Mon Oct 21, 2024 3:43 pm Post subject: |
|
|
That did the trick, thank you! |
|
Back to top |
|
|
|